forked from GNUsocial/gnu-social
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:
parent
c8fd3c5765
commit
1fde80cf73
@ -248,10 +248,10 @@ display:none;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#site_notice {
|
#site_notice {
|
||||||
position:absolute;
|
float:right;
|
||||||
top:65px;
|
clear:right;
|
||||||
right:18px;
|
margin-top:7px;
|
||||||
width:250px;
|
margin-right:18px;
|
||||||
width:24%;
|
width:24%;
|
||||||
}
|
}
|
||||||
#page_notice {
|
#page_notice {
|
||||||
@ -397,6 +397,9 @@ border-radius:7px;
|
|||||||
border-style:solid;
|
border-style:solid;
|
||||||
border-width:1px;
|
border-width:1px;
|
||||||
}
|
}
|
||||||
|
#shownotice #content {
|
||||||
|
min-height:0;
|
||||||
|
}
|
||||||
|
|
||||||
#content_inner {
|
#content_inner {
|
||||||
position:relative;
|
position:relative;
|
||||||
@ -812,11 +815,14 @@ clear:left;
|
|||||||
float:left;
|
float:left;
|
||||||
font-size:0.95em;
|
font-size:0.95em;
|
||||||
margin-left:59px;
|
margin-left:59px;
|
||||||
width:70%;
|
width:65%;
|
||||||
}
|
}
|
||||||
#showstream .notice div.entry-content {
|
#showstream .notice div.entry-content {
|
||||||
margin-left:0;
|
margin-left:0;
|
||||||
}
|
}
|
||||||
|
#shownotice .notice div.entry-content {
|
||||||
|
margin-left:108px;
|
||||||
|
}
|
||||||
|
|
||||||
.notice .notice-options a,
|
.notice .notice-options a,
|
||||||
.notice .notice-options input {
|
.notice .notice-options input {
|
||||||
|
Loading…
Reference in New Issue
Block a user