]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fixed realtime action buttons and marker in base, adjusted settings in neo-quitter
authorMarcus Moeller <marcus.moeller@gmx.ch>
Sat, 6 Jun 2015 17:18:20 +0000 (19:18 +0200)
committerMarcus Moeller <marcus.moeller@gmx.ch>
Sat, 6 Jun 2015 17:18:20 +0000 (19:18 +0200)
theme/base/css/display.css
theme/neo-quitter/css/display.css

index 949f40e79167b15db2c64987a6c8eb324b2c1564..040d259554ccc99b0db2f2b579e426489921288b 100644 (file)
@@ -2103,11 +2103,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;
index 8af4a32cb38cf8c49b17a1bfe73f20f78a5cb2fc..967b6d62ffbd63df9abf282b23492958c59c9699 100644 (file)
@@ -1322,6 +1322,7 @@ div.entry-content a.response:after {
 
 #realtime_actions {
     padding-top: 0px !important;
+    top: -25px !important;
 }
 
 #realtime_actions button {