]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
Group top post section and styles
[quix0rs-gnu-social.git] / theme / base / css / display.css
index 44dbff5dac7c3b092a512d3c612c99b3394c8447..3f34ee7b2827de6a6565de3292f93ae98f42681c 100644 (file)
@@ -716,7 +716,8 @@ float:left;
 width:644px;
 width:96.699%;
 width:100%;
-border-top:1px dashed #D1D9E4;
+border-top-width:1px;
+border-top-style:dashed;
 /*-moz-border-radius:7px;*/
 }
 .notices li {
@@ -799,7 +800,7 @@ display:inline;
 #laconicat .notice p.entry-content {
 /*margin-left:199px;*/
 }
-.notice p.entry-content a:visited {
+#content .notice p.entry-content a:visited {
 border-radius:4px;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
@@ -840,6 +841,10 @@ display:inline;
 .notice div.entry-content .timestamp {
 margin-left:59px;
 }
+#showstream .notice div.entry-content .timestamp {
+margin-left:0;
+}
+
 
 .notice div.entry-content .timestamp dt,
 .notice div.entry-content .response dt {
@@ -1057,30 +1062,44 @@ 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 {
+
+.section tbody td {
 padding-right:11px;
-padding-bottom:4px;
+padding-bottom:11px;
 }
-#top-posters img {
+.section .vcard .photo {
 margin-right:7px;
-height:24px;
-width:24px;
+margin-bottom:0;
+}
+
+.section .notice {
+padding-top:11px;
+padding-bottom:11px;
+
+}
+
+.section .notice:first-child {
+padding-top:0;
+border-top:0;
 }
 
+
+
+
+
 /* tagcloud */
 .tag-cloud {
 list-style-type:none;