summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-05-01 23:32:59 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-05-01 23:32:59 +0000
commit1fde80cf73c3cf43e3613f7f57fe213df688a1ec (patch)
tree34dcc49ca767390560cced89405bbefbf12bfb0d /theme
parentc8fd3c57655fd409312b9b959c284448f5aa41ae (diff)
Minor CSS updates (No min-height on shownotice page, site_notice is
floated instead of positioned absolutely, notice entry-content is aligned with the nickname on shownotice page)
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css16
1 files changed, 11 insertions, 5 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index efa5f4ac6..c242977a9 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -248,10 +248,10 @@ display:none;
}
#site_notice {
-position:absolute;
-top:65px;
-right:18px;
-width:250px;
+float:right;
+clear:right;
+margin-top:7px;
+margin-right:18px;
width:24%;
}
#page_notice {
@@ -397,6 +397,9 @@ border-radius:7px;
border-style:solid;
border-width:1px;
}
+#shownotice #content {
+min-height:0;
+}
#content_inner {
position:relative;
@@ -812,11 +815,14 @@ clear:left;
float:left;
font-size:0.95em;
margin-left:59px;
-width:70%;
+width:65%;
}
#showstream .notice div.entry-content {
margin-left:0;
}
+#shownotice .notice div.entry-content {
+margin-left:108px;
+}
.notice .notice-options a,
.notice .notice-options input {