forked from GNUsocial/gnu-social
make forward form slightly less obnoxious
This commit is contained in:
parent
9dff9e6cea
commit
985d6a0de4
@ -112,7 +112,6 @@ border-style:solid;
|
|||||||
line-height:0;
|
line-height:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.form_settings input.remove {
|
.form_settings input.remove {
|
||||||
margin-left:11px;
|
margin-left:11px;
|
||||||
}
|
}
|
||||||
@ -246,7 +245,6 @@ margin-left:11px;
|
|||||||
width:auto;
|
width:auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
address {
|
address {
|
||||||
float:left;
|
float:left;
|
||||||
margin-bottom:18px;
|
margin-bottom:18px;
|
||||||
@ -709,7 +707,6 @@ border-radius:4px;
|
|||||||
margin-bottom:18px;
|
margin-bottom:18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.entity_send-a-message button {
|
.entity_send-a-message button {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:3px;
|
top:3px;
|
||||||
@ -1005,11 +1002,13 @@ float:left;
|
|||||||
}
|
}
|
||||||
.notice-options .notice_delete,
|
.notice-options .notice_delete,
|
||||||
.notice-options .notice_reply,
|
.notice-options .notice_reply,
|
||||||
|
.notice-options .form_forward,
|
||||||
.notice-options .form_favor,
|
.notice-options .form_favor,
|
||||||
.notice-options .form_disfavor {
|
.notice-options .form_disfavor {
|
||||||
float:left;
|
float:left;
|
||||||
margin-left:20%;
|
margin-left:20%;
|
||||||
}
|
}
|
||||||
|
.notice-options .form_forward,
|
||||||
.notice-options .form_favor,
|
.notice-options .form_favor,
|
||||||
.notice-options .form_disfavor {
|
.notice-options .form_disfavor {
|
||||||
margin-left:0;
|
margin-left:0;
|
||||||
@ -1035,10 +1034,12 @@ border-radius:0;
|
|||||||
-moz-border-radius:0;
|
-moz-border-radius:0;
|
||||||
-webkit-border-radius:0;
|
-webkit-border-radius:0;
|
||||||
}
|
}
|
||||||
|
.notice-options .form_forward legend,
|
||||||
.notice-options .form_favor legend,
|
.notice-options .form_favor legend,
|
||||||
.notice-options .form_disfavor legend {
|
.notice-options .form_disfavor legend {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
.notice-options .form_forward fieldset,
|
||||||
.notice-options .form_favor fieldset,
|
.notice-options .form_favor fieldset,
|
||||||
.notice-options .form_disfavor fieldset {
|
.notice-options .form_disfavor fieldset {
|
||||||
border:0;
|
border:0;
|
||||||
|
Loading…
Reference in New Issue
Block a user