notice stlye updates

This commit is contained in:
sarven 2009-01-22 19:43:08 +00:00
parent 5cc0391093
commit 690273e20d
2 changed files with 22 additions and 1 deletions

View File

@ -754,6 +754,14 @@ margin-right:11px;
/*content:":";*/ /*content:":";*/
} }
.notice .author .fn {
font-weight:bold;
}
.notice .author .photo {
margin-bottom:0;
}
.vcard .photo { .vcard .photo {
display:inline; display:inline;
margin-right:11px; margin-right:11px;
@ -806,7 +814,7 @@ border-radius:4px;
/*border:1px solid blue;*/ /*border:1px solid blue;*/
clear:left; clear:left;
float:left; float:left;
width:48%; /*width:48%;*/
font-size:0.95em; font-size:0.95em;
} }
.notice div.entry-content a, .notice div.entry-content a,
@ -829,6 +837,10 @@ font-size:1.025em;
.notice div.entry-content dd { .notice div.entry-content dd {
display:inline; display:inline;
} }
.notice div.entry-content .timestamp {
margin-left:59px;
}
.notice div.entry-content .timestamp dt, .notice div.entry-content .timestamp dt,
.notice div.entry-content .response dt { .notice div.entry-content .response dt {
display:none; display:none;
@ -845,6 +857,11 @@ text-transform:lowercase;
.notice div.entry-content a:hover { .notice div.entry-content a:hover {
} }
.notice-data { .notice-data {
position:absolute; position:absolute;
top:18px; top:18px;
@ -867,6 +884,8 @@ float:left;
width:50%; width:50%;
position:relative; position:relative;
font-size:0.95em; font-size:0.95em;
width:12.5%;
float:right;
} }
.notice-options a { .notice-options a {

View File

@ -214,9 +214,11 @@ background:transparent url(../images/icons/twotone/green/disfavourite.gif) no-re
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.3; opacity:0.3;
} }
.notices li.hover div.entry-content,
.notices li.hover div.notice-options { .notices li.hover div.notice-options {
opacity:1; opacity:1;
} }