Right aligned delete notice option so that when repeat option is
present there is a consistent layout
This commit is contained in:
parent
5472779240
commit
1600ae9679
|
@ -1007,21 +1007,21 @@ left:0;
|
||||||
.notice-options {
|
.notice-options {
|
||||||
position:relative;
|
position:relative;
|
||||||
font-size:0.95em;
|
font-size:0.95em;
|
||||||
width:125px;
|
width:113px;
|
||||||
float:right;
|
float:right;
|
||||||
|
margin-right:4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice-options a {
|
.notice-options a {
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
.notice-options .notice_delete,
|
|
||||||
.notice-options .notice_reply,
|
.notice-options .notice_reply,
|
||||||
.notice-options .form_repeat,
|
.notice-options .form_repeat,
|
||||||
.notice-options .form_favor,
|
.notice-options .form_favor,
|
||||||
.notice-options .form_disfavor,
|
.notice-options .form_disfavor,
|
||||||
.notice-options .repeated {
|
.notice-options .repeated {
|
||||||
float:left;
|
float:left;
|
||||||
margin-left:14%;
|
margin-left:14.2%;
|
||||||
}
|
}
|
||||||
.notice-options .form_favor,
|
.notice-options .form_favor,
|
||||||
.notice-options .form_disfavor {
|
.notice-options .form_disfavor {
|
||||||
|
@ -1041,6 +1041,9 @@ border:0;
|
||||||
.notice-options .notice_delete {
|
.notice-options .notice_delete {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
.notice .notice-options .notice_delete {
|
||||||
|
float:right;
|
||||||
|
}
|
||||||
.notice-options form input.submit {
|
.notice-options form input.submit {
|
||||||
width:16px;
|
width:16px;
|
||||||
height:16px;
|
height:16px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user