summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-05-24 04:43:34 -0400
committerRobin Millette <millette@controlyourself.ca>2009-05-24 04:43:34 -0400
commitb5ac6e31f2f148164860aeabec6899b75d7292ec (patch)
tree5016a9624a923793f231d066d7519e8e3a0a8075 /theme
parent456f3eeb50fc1cafaa66ab5c0bdcdcaa5ca4bcd0 (diff)
Rearranged attachment info to only appear on each applicable notice page and thru an ajax popup.
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css20
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 {