diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-05-24 04:43:34 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-05-24 04:43:34 -0400 |
commit | b5ac6e31f2f148164860aeabec6899b75d7292ec (patch) | |
tree | 5016a9624a923793f231d066d7519e8e3a0a8075 /theme/base/css | |
parent | 456f3eeb50fc1cafaa66ab5c0bdcdcaa5ca4bcd0 (diff) |
Rearranged attachment info to only appear on each applicable notice page and thru an ajax popup.
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 5d2b5231c..cb4680c39 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -379,6 +379,12 @@ max-width:1003px; overflow:hidden; } +#ajaxcore { +width: 520px; +height: 600px; +background: #fff; +} + #core { position:relative; width:100%; @@ -1048,8 +1054,20 @@ margin-bottom:18px; margin-left:18px; } +p.entry-attachments { +float: right; +width: 8%; +background: url(../images/icons/clip.png) no-repeat; +text-align: right; +height: 48px; +} - +p.entry-attachments a { +text-decoration: none; +padding-top: 20px; +display: block; +height: 48px; +} /* TOP_POSTERS */ .section tbody td { |