]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/dark/style.css
quattro: move comment box for top-level item at the end of comments list
[friendica.git] / view / theme / quattro / dark / style.css
index 5ff05916021deb2ebcf9753c343767dc310af7d5..17e51cf1704847cc64848894a450c3e94255ac4b 100644 (file)
@@ -2009,25 +2009,23 @@ footer {
   opacity: 0.3;
   filter: alpha(opacity=30);
 }
-[class^="comment-edit-bb"] {
+.comment-edit-bb {
   list-style: none;
   display: none;
-  margin: 0px 0 0px 60px;
+  margin: 0px;
+  padding: 0px;
   width: 75%;
 }
-[class^="comment-edit-bb"] > li {
+.comment-edit-bb > li {
   display: inline-block;
   margin: 10px 10px 0 0;
   visibility: none;
 }
-[class^="comment-edit-bb-end"] {
-  clear: both;
-}
 .editicon {
   display: inline-block;
   width: 16px;
   height: 16px;
-  background-image: url(bbedit.png);
+  background-image: url(icons/bbedit.png);
   text-decoration: none;
 }
 .editicon :hover {