]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
notice stlye updates
authorsarven <csarven@plantard.controlezvous.ca>
Thu, 22 Jan 2009 19:43:08 +0000 (19:43 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Thu, 22 Jan 2009 19:43:08 +0000 (19:43 +0000)
theme/base/css/display.css
theme/identica/css/display.css

index e49f27dfb3b4d1275c21bad4d37d675dd2a5f613..44dbff5dac7c3b092a512d3c612c99b3394c8447 100644 (file)
@@ -754,6 +754,14 @@ margin-right:11px;
 /*content:":";*/
 }
 
+.notice .author .fn {
+font-weight:bold;
+}
+
+.notice .author .photo {
+margin-bottom:0;
+}
+
 .vcard .photo {
 display:inline;
 margin-right:11px;
@@ -806,7 +814,7 @@ border-radius:4px;
 /*border:1px solid blue;*/
 clear:left;
 float:left;
-width:48%;
+/*width:48%;*/
 font-size:0.95em;
 }
 .notice div.entry-content a,
@@ -829,6 +837,10 @@ font-size:1.025em;
 .notice div.entry-content dd {
 display:inline;
 }
+.notice div.entry-content .timestamp {
+margin-left:59px;
+}
+
 .notice div.entry-content .timestamp dt,
 .notice div.entry-content .response dt {
 display:none;
@@ -845,6 +857,11 @@ text-transform:lowercase;
 .notice div.entry-content a:hover {
 }
 
+
+
+
+
+
 .notice-data {
 position:absolute;
 top:18px;
@@ -867,6 +884,8 @@ float:left;
 width:50%;
 position:relative;
 font-size:0.95em;
+width:12.5%;
+float:right;
 }
 
 .notice-options a {
index 66ee3c25d2bddb27c2be2c71b522ae235be5e822..5d07cfd9a7c73568785f94c75368f205e9c2a746 100644 (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%;
 }
 
+div.entry-content,
 div.notice-options {
 opacity:0.3;
 }
+.notices li.hover div.entry-content,
 .notices li.hover div.notice-options {
 opacity:1;
 }