X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftheme%2Fvier%2Fstyle.css;h=9e88dd8f589e2290779e33b97049e3657b35fdd9;hb=b41687e20928736e045faa981ee69b7635187f12;hp=d8f012c4dbfced6208d33ce2d8effa1432cc5047;hpb=7308dbae282194356c2e95936aecc15ea059f356;p=friendica.git diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index d8f012c4db..9e88dd8f58 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -306,6 +306,10 @@ .icon.s48.unlock { background-image: url("../../../images/icons/48/unlock.png"); } +.sparkle { + cursor: url('lock.cur'), pointer; +} + #contact-edit-links ul { list-style: none; @@ -718,7 +722,7 @@ ul.menu-popup .empty { aside { display: table-cell; vertical-align: top; - width: 200px; + width: 185px; padding: 0px 10px 0px 20px; border-right: 1px solid #D2D2D2; /* background: #F1F1F1; */ @@ -775,6 +779,28 @@ aside #dfrn-request-link:hover { aside #profiles-menu { width: 20em; } + +aside #search-text { + width: 150px; + height: 17px; + padding-left: 10px; + border-top-left-radius: 15px; + border-top-right-radius: 15px; + border-bottom-right-radius: 15px; + border-bottom-left-radius: 15px; + -moz-border-bottom-colors: #dbdbdb; + -moz-border-top-colors: #999; + -moz-border-left-colors: #999; + -moz-border-right-colors: #dbdbdb; +} + +.nets-ul { + margin-top: 0px; +} +.nets-all { + margin-left: 16px; +} + #contact-block { overflow: auto; height: auto; @@ -979,6 +1005,7 @@ section { margin-bottom: 1px; } .wall-item-container .wall-item-actions-social a { + float: left; margin-right: 1em; } .wall-item-container .wall-item-actions-tools { @@ -1032,6 +1059,12 @@ section { color: #2d2d2d; border: 1px solid #2d2d2d; } + +.togglecomment { + float: left; + margin-right: 1em; +} + .comment-edit-preview { width: 710px; border: 1px solid #2d2d2d; @@ -1074,15 +1107,13 @@ section { padding-bottom: 2px; } .tag { - background: url("../../../images/tag_b.png") repeat-x center left; - color: #ffffff; + color: rgb(153,153,153); padding-left: 3px; font-size: 10px; } .tag a { padding-right: 8px; - background: url("../../../images/tag.png") no-repeat center right; - color: #ffffff; + color: rgb(153,153,153); } .wwto { position: absolute !important;