]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/quattro.less
Merge pull request #11200 from annando/issue-11034
[friendica.git] / view / theme / quattro / quattro.less
index 2406fea538a0541f28bf8ff9f144b7e43fa2e021..9a990557e4aa115597b10ef8ca7897636a7c975e 100644 (file)
@@ -180,7 +180,7 @@ nav {
                        }
 
                                img { width: 22px; height: 22px; }
-                               .nav-notify { top: 3px; }
+                               .nav-notification { top: 3px; }
                }
 
                .nav-menu {
@@ -196,7 +196,7 @@ nav {
 
                }
 
-               .nav-notify {
+               .nav-notification {
                        display: none;
                        position: absolute;
                        background-color: @NavbarNotifBg;
@@ -770,22 +770,6 @@ section {
         border-top: 1px solid @ThreadBottomBorderColor;
         padding-top: 5px;
         margin-top: 5px;
-
-        img {
-            -webkit-border-radius: 4px;
-            -moz-border-radius: 4px;
-            border-radius: 4px;
-            float: left;
-        }
-
-        span { margin-left: 9px; }
-}
-
-
-blockquote.shared_content {
-        margin-left: 32px;
-        color: #000;
-        border: none;
 }
 
 .oembed.video {
@@ -1216,36 +1200,6 @@ ul.tabs {
                color: @FieldHelpColor;
        }
 
-
-       .onoff {
-               float: left;
-               width: 80px;
-       }
-       .onoff a {
-               display: block;
-               border:1px solid #666666;
-               background-image:url("../../../images/onoff.jpg");
-               background-repeat: no-repeat;
-               padding: 4px 2px 2px 2px;
-               height: 16px;
-               text-decoration: none;
-       }
-       .onoff .off {
-               border-color:#666666;
-               padding-left: 40px;
-               background-position: left center;
-               background-color: #cccccc;
-               color: #666666;
-               text-align: right;
-       }
-       .onoff .on {
-               border-color:#204A87;
-               padding-right: 40px;
-               background-position: right center;
-               background-color: #D7E3F1;
-               color: #204A87;
-               text-align: left;
-       }
        .hidden { display: none!important; }
 
        &.radio .field_help { margin-left: 0; }
@@ -1257,51 +1211,39 @@ ul.tabs {
         margin-top: 10px;
 }
 
+#profile-menu {
+       display: none;
+}
+
 #profile-edit-default-desc {
        color: #FF0000;
        border: 1px solid #FF8888;
        background-color: #FFEEEE;
        padding: 7px;
 }
-#profile-edit-profile-name-label,
 #profile-edit-name-label,
-#profile-edit-pdesc-label,
-#profile-edit-gender-label,
+#profile-edit-about-label,
 #profile-edit-dob-label,
 #profile-edit-address-label,
 #profile-edit-locality-label,
 #profile-edit-region-label,
 #profile-edit-postal-code-label,
 #profile-edit-country-name-label,
-#profile-edit-marital-label,
-#profile-edit-with-label,
-#profile-edit-sexual-label,
-#profile-edit-politic-label,
-#profile-edit-religion-label,
 #profile-edit-pubkeywords-label,
 #profile-edit-prvkeywords-label,
-#profile-edit-gender-select,
 #profile-edit-homepage-label {
        float: left;
        width: 175px;
         padding-top: 7px;
 }
-#profile-edit-profile-name,
 #profile-edit-name,
-#gender-select,
-#profile-edit-pdesc,
-#profile-edit-gender,
+#profile-edit-about,
 #profile-edit-dob,
 #profile-edit-address,
 #profile-edit-locality,
 #profile-edit-region,
 #profile-edit-postal-code,
 #profile-edit-country-name,
-#profile-edit-marital,
-#profile-edit-with,
-#profile-edit-sexual,
-#profile-edit-politic,
-#profile-edit-religion,
 #profile-edit-pubkeywords,
 #profile-edit-prvkeywords,
 #profile-edit-homepage {
@@ -1710,51 +1652,6 @@ footer { height: 100px; display: table-row; }
 .videobb { background-position: -112px 0; }
 .videobb:hover { background-position: -112px -16px; }
 
-
-/** range input css **/
-/* slider root element */
-.slider {
-        height:2px;
-        position:relative;
-        cursor:pointer;
-        border:1px solid #333;
-        width:200px;
-        margin:10px 0 10px 0;
-            float: left;
-}
-
-/* progress bar (enabled with progress: true) */
-.progress {
-        height:9px;
-        background-color:#C5FF00;
-        display:none;
-        opacity:0.6;
-}
-
-/* drag handle */
-.handle {
-        background-color:#ccc;
-        height:16px;
-        width:8px;
-        top:-8px;
-        position:absolute;
-        display:block;
-        margin-top:1px;
-        border:1px solid #000;
-        cursor:move;
-            .roundbottom();
-            .shadow();
-}
-
-/* the input field */
-.range {
-       width: 20px!important;
-       font-size: 8pt;
-       margin-left: 10px;
-       border: 0;
-       color: @FieldHelpColor;
-}
-
 /* buttons for the event view */
 .plink-event-link {
        float: left;