]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
Show full name close to nickname in subscribers list. For consistency with groups...
[quix0rs-gnu-social.git] / theme / base / css / display.css
index 7662397f40b1e8707c9b0b9b85a82700a02c5bd8..813af05c284c5bf06818e1df6673e931b815f64a 100644 (file)
@@ -733,7 +733,6 @@ font-style:italic;
 
 .notice-options {
     margin-bottom: 7px;
-    margin-top: 12px;
     float: right;    
     position: relative;
 }
@@ -863,7 +862,6 @@ content: ":";
 
 .threaded-replies {
     clear: both;
-    float: left;
     width: 458px;
     margin-left: 55px;
     margin-bottom: 10px;
@@ -959,7 +957,7 @@ content: ":";
 }
 
 .threaded-replies .form_notice .count {
-    top: 60px;
+    bottom: 60px;
     right: 50px;
 }
 
@@ -993,7 +991,6 @@ content: ":";
 /* old school conversation style */
 
 #conversation .notices .notices {
-    float: left;
     background-color:rgba(200, 200, 200, 0.050);
     margin-left: 15px;
     width: auto;
@@ -1621,8 +1618,10 @@ ul.profile_list li {
 .profile_list .h-card .u-photo {
     margin-right: 4px;
 }
-.profile_list .h-card .p-nickname {
-    display: block;
+
+table.profile_list tbody tr:nth-child(2n+1) {
+    background-color: #fafafa !important;
+    border: none !important;
 }
 
 .entity_profile .entity_nickname,
@@ -1631,11 +1630,10 @@ margin-left:0;
 }
 
 .entity_profile .p-nickname {
-    font-size:1.4em;
+    font-weight: bold;
 }
 
 .entity_profile .p-name {
-    font-size: 1.2em;
     clear: left;
 }
 
@@ -2106,11 +2104,13 @@ width:14.5%;
 
 .mark-top {
     border-top: 1px solid #ccc;
+    padding-top: 5px;
 }
 
 #realtime_actions {
     position: relative !important;
     right: -4px !important;
+    top: -65px !important;
     float: right;
     padding-top: 15px;
     margin-bottom: -8px !important;