forked from GNUsocial/gnu-social
Fixes the issue mentioned in commit 7fc90d5
. Changed the margin value
that's specific to the Inbox/Outbox page only.
This commit is contained in:
parent
420c94e7d3
commit
070cd3533c
@ -443,6 +443,7 @@ padding:7px 7px 16px 7px;
|
|||||||
display:block;
|
display:block;
|
||||||
float:left;
|
float:left;
|
||||||
font-size:1.3em;
|
font-size:1.3em;
|
||||||
|
margin-bottom:7px;
|
||||||
}
|
}
|
||||||
#form_notice #notice_submit label {
|
#form_notice #notice_submit label {
|
||||||
display:none;
|
display:none;
|
||||||
@ -471,7 +472,7 @@ bottom:0;
|
|||||||
right:0;
|
right:0;
|
||||||
}
|
}
|
||||||
#form_notice label[for=to] {
|
#form_notice label[for=to] {
|
||||||
margin-top:11px;
|
margin-top:7px;
|
||||||
}
|
}
|
||||||
#form_notice select[id=to] {
|
#form_notice select[id=to] {
|
||||||
margin-bottom:7px;
|
margin-bottom:7px;
|
||||||
|
Loading…
Reference in New Issue
Block a user