forked from GNUsocial/gnu-social
Some UI adjustments for form notice
This commit is contained in:
parent
7c621371cd
commit
921b25bf62
@ -7,11 +7,11 @@ max-width:100%;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
margin:2%;
|
margin:2% 4% 4% 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
address {
|
address {
|
||||||
margin:0 1% 0;
|
margin:0 2% 0;
|
||||||
}
|
}
|
||||||
address .vcard .photo {
|
address .vcard .photo {
|
||||||
margin-right:0;
|
margin-right:0;
|
||||||
@ -32,18 +32,27 @@ width:100%;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#form_notice textarea {
|
#form_notice textarea {
|
||||||
width:75%;
|
width:60%;
|
||||||
|
height:20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#notice_text-count {
|
#notice_text-count {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
bottom:2px;
|
bottom:2px;
|
||||||
right:32.5%;
|
right:40%;
|
||||||
z-index:9;
|
z-index:9;
|
||||||
}
|
}
|
||||||
|
|
||||||
#notice_action-submit {
|
#form_notice label[for="notice_data-attach"],
|
||||||
width:17%;
|
#form_notice #notice_data-attach {
|
||||||
|
top:0;
|
||||||
|
right:28%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#form_notice #notice_action-submit {
|
||||||
|
width:20%;
|
||||||
|
right:4%;
|
||||||
|
text-align:center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user