]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
Merge branch 'master' of /var/www/trunk
[quix0rs-gnu-social.git] / theme / base / css / display.css
index e49f27dfb3b4d1275c21bad4d37d675dd2a5f613..c55b3fd23a1f433f61795faa72276fc44b04510f 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 {
@@ -1038,28 +1057,27 @@ background-color:#fff;
 /*END: LOAD ALONG WITH JS*/
 
 /* TOP_POSTERS */
-#top-posters caption {
+#top_posters caption {
 text-align:left;
 text-transform:uppercase;
 }
 
-#top-posters thead {
+#top_posters thead {
 display:none;
 }
-#top-poster_user {
+#top_poster_user {
 width:199px;
 }
-#top-poster_number-of-notices {
+#top_poster_number-of-notices {
 width:123px;
 }
-#top-posters tbody td {
+#top_posters tbody td {
 padding-right:11px;
 padding-bottom:4px;
 }
-#top-posters img {
+#top_posters img {
 margin-right:7px;
-height:24px;
-width:24px;
+margin-bottom:0;
 }
 
 /* tagcloud */