X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fquattro.less;h=8163e14ba8c0c0965dad91282ad2d16a9f286f2d;hb=1454f3bc2a3a150ee7cdafb432ab1a7f696128e5;hp=2406fea538a0541f28bf8ff9f144b7e43fa2e021;hpb=8e3428764b67c90b3eef88a075060e8694be465b;p=friendica.git diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 2406fea538..8163e14ba8 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -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; @@ -1776,11 +1673,11 @@ footer { height: 100px; display: table-row; } } .fbrowser .folders ul { list-style: url("icons/folder.png"); padding-left: 22px;} .fbrowser .list { padding: 10px; } -.fbrowser.image .photo-album-image-wrapper { width: 48px; height: 48px; } -.fbrowser.image a img { width: auto; height: 48px; } -.fbrowser.image a p { display: none;} -.fbrowser.file .photo-album-image-wrapper { float:none; white-space: nowrap; width: 100%; height: auto; } -.fbrowser.file img { display: inline; width: 16px; height: 16px} -.fbrowser.file p { display: inline; white-space: nowrap; } +.fbrowser.photo .photo-album-image-wrapper { width: 48px; height: 48px; } +.fbrowser.photo a img { width: auto; height: 48px; } +.fbrowser.photo a p { display: none;} +.fbrowser.attachment .photo-album-image-wrapper { float:none; white-space: nowrap; width: 100%; height: auto; } +.fbrowser.attachment img { display: inline; width: 16px; height: 16px} +.fbrowser.attachment p { display: inline; white-space: nowrap; } .fbrowser .upload { clear: both; padding-top: 1em;}