]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch 'threaded_replies_nightly' into 'nightly'
authormmn <mmn@hethane.se>
Fri, 5 Jun 2015 22:38:13 +0000 (22:38 +0000)
committermmn <mmn@hethane.se>
Fri, 5 Jun 2015 22:38:13 +0000 (22:38 +0000)
Fix threaded replies floating

Following Marcus fixes for neo-quitter, I think the floating of replies should be fixed directly in the base theme. What do you think? This issue affects all derived themes (although sometimes only marginally) see https://gnusocial.no/conversation/126588.

These commits implement some of Marcus floating fixes directly in base plus the fav, reply icons are better aligned with the permalink and timestamp (notice-options change).

See merge request !7

theme/base/css/display.css

index 7662397f40b1e8707c9b0b9b85a82700a02c5bd8..949f40e79167b15db2c64987a6c8eb324b2c1564 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;
@@ -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;