summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-05-25 15:39:31 -0400
committerRobin Millette <millette@controlyourself.ca>2009-05-25 15:39:31 -0400
commita11d6260cc8dd5bd8a060f716461803f4c837387 (patch)
tree2dc92cf0a7ad42f903bc92ac0fbb1549a9035f10 /theme
parent594454ced3d02ceb766bdbdce1dbfa871abec464 (diff)
parentb22980586199a35a9800d9ff1ace6d1c6e9bf205 (diff)
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css38
1 files changed, 10 insertions, 28 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 71a434c54..74f369142 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -379,12 +379,6 @@ max-width:1003px;
overflow:hidden;
}
-#ajaxcore {
-width: 520px;
-height: 600px;
-background: #fff;
-}
-
#core {
position:relative;
width:100%;
@@ -858,6 +852,16 @@ display:inline-block;
text-transform:lowercase;
}
+.notice .attachment {
+position:relative;
+}
+.notice .attachment img {
+position:absolute;
+top:11px;
+left:0;
+z-index:99;
+}
+
.notice-options {
position:relative;
@@ -1047,20 +1051,6 @@ 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 {
@@ -1205,11 +1195,3 @@ display:none;
.guide {
clear:both;
}
-
-#thumbnail {
-position:absolute;
-z-index: 999;
-display: none;
-left: 100px;
-}
-