]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
Minor
[quix0rs-gnu-social.git] / theme / base / css / display.css
index 23f04f761b3fd56002160c00d613cf4bea3c1e97..5d2a0d3c436fb6a23d60a262b85e53a902f10ad6 100644 (file)
@@ -691,6 +691,11 @@ clear:none;
 display:block;
 width:auto;
 }
+.profile .entity_profile .entity_tags dt {
+display:inline;
+margin-right:11px;
+}
+
 
 .profile .entity_profile .form_subcription_edit label {
 font-weight:normal;
@@ -711,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 {
@@ -749,6 +755,14 @@ margin-right:11px;
 /*content:":";*/
 }
 
+.notice .author .fn {
+font-weight:bold;
+}
+
+.notice .author .photo {
+margin-bottom:0;
+}
+
 .vcard .photo {
 display:inline;
 margin-right:11px;
@@ -786,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;
@@ -801,7 +815,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,
@@ -824,6 +838,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;
@@ -840,6 +858,11 @@ text-transform:lowercase;
 .notice div.entry-content a:hover {
 }
 
+
+
+
+
+
 .notice-data {
 position:absolute;
 top:18px;
@@ -862,6 +885,8 @@ float:left;
 width:50%;
 position:relative;
 font-size:0.95em;
+width:12.5%;
+float:right;
 }
 
 .notice-options a {
@@ -1033,30 +1058,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;