X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Flilac%2Fstyle.css;h=1ca27b895c058a3b527ee732039270b5bb4bd2fc;hb=5fe8ae514bedd3e53617f07eda96dff14755684d;hp=3bfbcd0027e11836f51cf63ff761f04b3fdf19cf;hpb=8bfbb935c7922a4f537b9ed0d3e7d9666d753991;p=friendica.git diff --git a/view/theme/quattro/lilac/style.css b/view/theme/quattro/lilac/style.css index 3bfbcd0027..1ca27b895c 100644 --- a/view/theme/quattro/lilac/style.css +++ b/view/theme/quattro/lilac/style.css @@ -810,6 +810,9 @@ aside .vcard .fn { aside .vcard .title { margin-bottom: 5px; } +aside .vcard .p-faddr { + margin-bottom: 5px; +} aside .vcard dl { height: auto; overflow: auto; @@ -1013,6 +1016,21 @@ aside .posted-date-selector-months { .widget .tool.selected { background: url('../../../images/selected.png') no-repeat left center; } +.widget .notify { + display: none; + background-color: #19AEFF; + border-radius: 5px; + font-size: 10px; + padding: 1px 3px; + min-width: 15px; + text-align: right; + float: right; + color: #ffffff; + margin-right: 10px; +} +.widget .notify.on { + display: block; +} /* widget: search */ #add-search-popup { width: 200px; @@ -1123,6 +1141,13 @@ section { width: 20em; margin-top: 0.5em; } +.wall-item-container .wall-item-actions-events { + float: left; + margin-top: 0.5em; +} +.wall-item-container .wall-item-actions-events a { + margin-right: 3em; +} .wall-item-container .wall-item-actions-social { float: left; margin-top: 0.5em; @@ -1536,6 +1561,31 @@ span[id^="showmore-wrap"] { left: 0px; top: 63px; } +.contact-wrapper .drop { + background-image: url('../../../images/icons/22/delete.png'); + display: block; + width: 22px; + height: 22px; + position: relative; + top: 10px; + left: -10px; + z-index: 99; +} +.contact-wrapper .drophide { + background-image: url('../../../images/icons/22/delete.png'); + display: block; + width: 22px; + height: 22px; + opacity: 0.3; + position: relative; + top: 10px; + left: -10px; + z-index: 99; +} +.contact-wrapper .contact-entry-connect { + padding-top: 5px; + font-weight: bold; +} .directory-item { float: left; width: 200px; @@ -1551,7 +1601,7 @@ span[id^="showmore-wrap"] { } .contact-name { font-weight: bold; - padding-top: 15px; + /* padding-top: 15px; */ } .contact-details { color: #999999; @@ -2480,3 +2530,65 @@ footer { float: left; margin-left: 2px; } +/* upload/select popup */ +.fbrowser { + overflow: auto; + position: absolute; + top: 0px; + width: 100%; + height: 100%; +} +.fbrowser .path { + background-color: #521f5c; +} +.fbrowser .path a { + padding: 5px; + margin: 0px 2px; + display: inline-block; +} +.fbrowser .path a, +.fbrowser .path a:active, +.fbrowser .path a:visited, +.fbrowser .path a:link, +.fbrowser .path a:hover { + color: #ffffff; + text-decoration: none; + outline: none; +} +.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 .upload { + clear: both; + padding-top: 1em; +}