]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updated styles for versions page
authorSarven Capadisli <csarven@status.net>
Fri, 8 Jan 2010 11:41:36 +0000 (11:41 +0000)
committerSarven Capadisli <csarven@status.net>
Fri, 8 Jan 2010 11:41:36 +0000 (11:41 +0000)
theme/base/css/display.css
theme/default/css/display.css
theme/identica/css/display.css

index f441a4020da35f66b0cd479356d308beda53c615..47afdabe309d5c568623b2fe57bb67637abeb382 100644 (file)
@@ -1332,7 +1332,7 @@ margin-bottom:18px;
 .instructions ul,
 .hentry entry-content ol,
 .hentry .entry-content ul {
-list-style-position:inside;
+margin-left:1.795%;
 }
 .hentry .entry-content li {
 margin-bottom:18px;
@@ -1341,6 +1341,31 @@ margin-bottom:18px;
 margin-left:18px;
 }
 
+#content #plugin_authors {
+min-width:122px;
+}
+#content thead th {
+text-align:left;
+}
+#content tbody th {
+vertical-align:top;
+text-align:left;
+font-weight:normal;
+padding-top:11px;
+padding-right:18px;
+}
+#content tbody tr {
+border-top-width:1px;
+border-top-style:dotted;
+}
+#content td {
+padding:11px 18px 11px 0;
+vertical-align:top;
+}
+#content td:last-child {
+padding-right:0;
+}
+
 /* TOP_POSTERS */
 .section tbody td {
 padding-right:18px;
index 0c8db45e7d9db4ff472fb3d4a0ad069fd91330a4..1fe2bd5695c6e56a2dccd56014b7ecfdbe9b9301 100644 (file)
@@ -134,7 +134,8 @@ color:#002FA7;
 }
 
 .notice,
-.profile {
+.profile,
+#content tbody tr {
 border-top-color:#C8D1D5;
 }
 .mark-top {
@@ -383,7 +384,8 @@ box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
 }
-#content .notices li:hover {
+#content .notices li:hover,
+#content tbody tr:hover {
 background-color:rgba(240, 240, 240, 0.2);
 }
 #conversation .notices li:hover {
index a3e0f7ec3e801c743754b30bbb67aa6376869054..dd02de6b97bc1131db5c1b9c27e67359d7ab3207 100644 (file)
@@ -134,7 +134,8 @@ color:#002FA7;
 }
 
 .notice,
-.profile {
+.profile,
+#content tbody tr {
 border-top-color:#CEE1E9;
 }
 .mark-top {
@@ -382,7 +383,8 @@ box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
 }
-#content .notices li:hover {
+#content .notices li:hover,
+#content tbody tr:hover {
 background-color:rgba(240, 240, 240, 0.2);
 }
 #conversation .notices li:hover {