Tweaking notice div.entry-content which impacts notice-option input
This commit is contained in:
parent
ffb1bb1fbb
commit
245f317bbd
|
@ -752,6 +752,7 @@ font-size:0.95em;
|
||||||
.notice .notice-options a,
|
.notice .notice-options a,
|
||||||
.notice .notice-options input {
|
.notice .notice-options input {
|
||||||
float:left;
|
float:left;
|
||||||
|
font-size:1.025em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#laconicat .notice div.entry-content {
|
#laconicat .notice div.entry-content {
|
||||||
|
@ -802,6 +803,11 @@ padding-left:2%;
|
||||||
float:left;
|
float:left;
|
||||||
width:50%;
|
width:50%;
|
||||||
position:relative;
|
position:relative;
|
||||||
|
font-size:0.95em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notice-options a {
|
||||||
|
float:left;
|
||||||
}
|
}
|
||||||
.notice-options .notice_delete,
|
.notice-options .notice_delete,
|
||||||
.notice-options .notice_reply,
|
.notice-options .notice_reply,
|
||||||
|
|
|
@ -182,7 +182,6 @@ background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0
|
||||||
|
|
||||||
div.notice-options {
|
div.notice-options {
|
||||||
opacity:0.3;
|
opacity:0.3;
|
||||||
font-family:sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.entry-content {
|
div.entry-content {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user