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)
This commit is contained in:
Sarven Capadisli 2009-05-01 23:32:59 +00:00
parent c8fd3c5765
commit 1fde80cf73

View 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 {