notice div.entry-content notice-options styles

This commit is contained in:
sarven 2009-01-18 01:14:14 +00:00
parent 88c7da66f0
commit ffb1bb1fbb
2 changed files with 19 additions and 7 deletions

View File

@ -742,6 +742,7 @@ display:inline;
clear:left; clear:left;
float:left; float:left;
width:48%; width:48%;
font-size:0.95em;
} }
.notice div.entry-content a, .notice div.entry-content a,
.notice .notice-options a, .notice .notice-options a,
@ -800,13 +801,22 @@ outline:none;
padding-left:2%; padding-left:2%;
float:left; float:left;
width:50%; width:50%;
position:relative;
} }
.notice-options .notice_delete,
.notice-options .notice_reply, .notice-options .notice_reply,
.notice-options .notice_favorite { .notice-options .notice_favorite {
float:left; position:absolute;
margin-right:11px; top:0;
}
.notice-options .notice_favorite {
left:0;
} }
.notice-options .notice_reply { .notice-options .notice_reply {
left:29px;
}
.notice-options .notice_delete {
left:76px;
} }
.notice-options .notice_reply dt { .notice-options .notice_reply dt {
display:none; display:none;
@ -825,11 +835,11 @@ border:0;
.notice-options .notice_reply a, .notice-options .notice_reply a,
.notice-options .notice_delete a { .notice-options .notice_delete a {
text-decoration:none; text-decoration:none;
padding-left:20px; padding-left:16px;
} }
.notice-options .notice_delete { .notice-options .notice_delete {
float:right;
} }
.notice-options form input.submit { .notice-options form input.submit {

View File

@ -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%; background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%;
} }
div.entry-content,
div.notice-options { div.notice-options {
opacity:0.2; opacity:0.3;
font-family:sans-serif; font-family:sans-serif;
} }
div.entry-content a,
div.entry-content {
color:#333;
}
div.notice-options a, div.notice-options a,
div.notice-options input { div.notice-options input {
font-family:sans-serif; font-family:sans-serif;