remove form_forward from base css
This commit is contained in:
parent
79443d1ee2
commit
a2fb1f5f9d
@ -1003,13 +1003,11 @@ float:left;
|
||||
}
|
||||
.notice-options .notice_delete,
|
||||
.notice-options .notice_reply,
|
||||
.notice-options .form_forward,
|
||||
.notice-options .form_favor,
|
||||
.notice-options .form_disfavor {
|
||||
float:left;
|
||||
margin-left:20%;
|
||||
}
|
||||
.notice-options .form_forward,
|
||||
.notice-options .form_favor,
|
||||
.notice-options .form_disfavor {
|
||||
margin-left:0;
|
||||
@ -1035,12 +1033,10 @@ border-radius:0;
|
||||
-moz-border-radius:0;
|
||||
-webkit-border-radius:0;
|
||||
}
|
||||
.notice-options .form_forward legend,
|
||||
.notice-options .form_favor legend,
|
||||
.notice-options .form_disfavor legend {
|
||||
display:none;
|
||||
}
|
||||
.notice-options .form_forward fieldset,
|
||||
.notice-options .form_favor fieldset,
|
||||
.notice-options .form_disfavor fieldset {
|
||||
border:0;
|
||||
|
Loading…
Reference in New Issue
Block a user