notice div.entry-content notice-options styles
This commit is contained in:
parent
88c7da66f0
commit
ffb1bb1fbb
|
@ -742,6 +742,7 @@ display:inline;
|
|||
clear:left;
|
||||
float:left;
|
||||
width:48%;
|
||||
font-size:0.95em;
|
||||
}
|
||||
.notice div.entry-content a,
|
||||
.notice .notice-options a,
|
||||
|
@ -800,13 +801,22 @@ outline:none;
|
|||
padding-left:2%;
|
||||
float:left;
|
||||
width:50%;
|
||||
position:relative;
|
||||
}
|
||||
.notice-options .notice_delete,
|
||||
.notice-options .notice_reply,
|
||||
.notice-options .notice_favorite {
|
||||
float:left;
|
||||
margin-right:11px;
|
||||
position:absolute;
|
||||
top:0;
|
||||
}
|
||||
.notice-options .notice_favorite {
|
||||
left:0;
|
||||
}
|
||||
.notice-options .notice_reply {
|
||||
left:29px;
|
||||
}
|
||||
.notice-options .notice_delete {
|
||||
left:76px;
|
||||
}
|
||||
.notice-options .notice_reply dt {
|
||||
display:none;
|
||||
|
@ -825,11 +835,11 @@ border:0;
|
|||
.notice-options .notice_reply a,
|
||||
.notice-options .notice_delete a {
|
||||
text-decoration:none;
|
||||
padding-left:20px;
|
||||
padding-left:16px;
|
||||
}
|
||||
|
||||
.notice-options .notice_delete {
|
||||
float:right;
|
||||
|
||||
}
|
||||
|
||||
.notice-options form input.submit {
|
||||
|
|
|
@ -180,12 +180,14 @@ background:transparent url(../images/icons/twotone/green/favourite.gif) no-repea
|
|||
background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%;
|
||||
}
|
||||
|
||||
div.entry-content,
|
||||
div.notice-options {
|
||||
opacity:0.2;
|
||||
opacity:0.3;
|
||||
font-family:sans-serif;
|
||||
}
|
||||
div.entry-content a,
|
||||
|
||||
div.entry-content {
|
||||
color:#333;
|
||||
}
|
||||
div.notice-options a,
|
||||
div.notice-options input {
|
||||
font-family:sans-serif;
|
||||
|
|
Loading…
Reference in New Issue
Block a user