]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/quattro.less
Unescape yet more values with a focus on the vier theme
[friendica.git] / view / theme / quattro / quattro.less
index 5d25b0fb4096b2357ad65202b9cda9e1394d3c59..415eda83c5214653ab7cefa075294301e2f07271 100644 (file)
@@ -59,7 +59,7 @@ blockquote {
 
 }
 
-code {
+pre code {
        font-family: Courier, monospace;
        white-space: pre;
        display: block;
@@ -575,7 +575,9 @@ section {
                a { margin-right: 3em; }
         }
        .wall-item-actions-social { float: left; margin-top: 0.5em;
-               a { margin-right: 3em; }
+               a { margin-right: 3em;
+                       &.active { font-weight: bold;}
+               }
         }
        .wall-item-actions-tools { float: right; width: 15%;
                a { float: right; }
@@ -786,12 +788,10 @@ blockquote.shared_content {
         border: none;
 }
 
-
 .oembed.video {
        > a.embed_video {
                display: block;
-               float: left;
-        position: relative;
+               position: relative;
                > div {
             position: absolute; top: 0px; left: 0px;
                        background:
@@ -803,7 +803,6 @@ blockquote.shared_content {
        }
 }
 
-
 /* threaded comments */
 .children {
        margin-top: 1em;
@@ -1442,11 +1441,6 @@ ul.tabs {
                margin: 0 10px 10px 0;
                position: relative;
 
-               .video-js {
-                       width: 200px!important;
-                       height: 132px!important;
-               }
-
                .video-delete {
                        position: absolute;
                        opacity: 0;
@@ -1676,6 +1670,9 @@ footer { height: 100px; display: table-row; }
         margin-top: 25px;
         clear: both;
 }
+.pager .disabled {
+       display: none;
+}
 
 /**
  * ADMIN
@@ -1713,10 +1710,10 @@ footer { height: 100px; display: table-row; }
        clear:left;
        text-align: right;
     }
-    #pluginslist {
+    #addonslist {
        margin: 0; padding: 0;
     }
-    .plugin {
+    .addon {
        list-style: none;
        display: block;
        border: 1px solid #888888;
@@ -1727,7 +1724,7 @@ footer { height: 100px; display: table-row; }
             margin-left: 2.5em;
         }
     }
-    .toggleplugin {
+    .toggleaddon {
        float:left;
        margin-right: 1em;
     }
@@ -1749,6 +1746,9 @@ footer { height: 100px; display: table-row; }
             width: 16px; height: 16px;
     }
     .selectall { text-align: right; }
+    .settings-block {
+      border-bottom: 1px solid #cccccc;
+    }
 }
 
 /* edit buttons for comments */