]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Minor CSS updates (No min-height on shownotice page, site_notice is
authorSarven Capadisli <csarven@controlyourself.ca>
Fri, 1 May 2009 23:32:59 +0000 (23:32 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Fri, 1 May 2009 23:32:59 +0000 (23:32 +0000)
floated instead of positioned absolutely, notice entry-content is
aligned with the nickname on shownotice page)

theme/base/css/display.css

index efa5f4ac6969cc462b01969dc5758c12ffedd29b..c242977a9fab3c4fc70c28ff549f9e4e31397cee 100644 (file)
@@ -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 {