X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fsmoothly%2Fstyle.css;h=c560dcc77227efba6dd0e3bea1d1274f6e01b90b;hb=cde9b6370da1735fffab2fe5933334c2ac3320e9;hp=847b5ced58740d5b77bc9c938c940481f1dd9c67;hpb=98c5b6e73bd5aa3ecc0869c18a0b5013eb473d8c;p=friendica.git diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index 847b5ced58..c560dcc772 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -2,7 +2,7 @@ style.css Smoothly - Created by alex@friendica.pixelbits.de on 2012-11-14 + Created by alex@friendica.pixelbits.de on 2013-01-01 ** Colors ** Blue links - #1873a2 @@ -1378,9 +1378,15 @@ ul .sidebar-group-li .icon { position: absolute; overflow: hidden; height: 20px; - width: 90px; + width: 100%; top: 85px; left: -1px; + border-right: 1px solid #dddddd; + border-left: 1px solid #dddddd; + border-bottom: 1px solid #dddddd; + box-shadow: 3px 3px 4px #959494; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; -moz-border-radius: 0px 0px 5px 5px; @@ -1543,7 +1549,6 @@ ul .sidebar-group-li .icon { .wall-item-location { margin-top: 5px; - width: 100px; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; @@ -1606,7 +1611,7 @@ ul .sidebar-group-li .icon { .wall-item-photo-menu { display: none; - min-width: 92px; + min-width: 88px; color: #2e3436; border-top: 1px; background: #eeeeee; @@ -1627,15 +1632,6 @@ ul .sidebar-group-li .icon { } -.wall-item-photo-menu-button { - border-right: 1px solid #dddddd; - border-left: 1px solid #dddddd; - border-bottom: 1px solid #dddddd; - box-shadow: 3px 3px 4px #959494; - -moz-box-shadow: 3px 3px 4px #959494; - -webkit-box-shadow: 3px 3px 4px #959494; -} - .fakelink wall-item-photo-menu-button { -webkit-border-radius: 0px 5px 5px 5px; -moz-border-radius: 0px 5px 5px 5px; @@ -1733,7 +1729,6 @@ code { } .wall-item-outside-wrapper.comment .wall-item-photo-menu-button { - width: 50px; top: 45px; background-position: 35px center; } @@ -1951,9 +1946,10 @@ div[id$="wrapper"] br { clear:both; } -.profile-match-name a { - color: #999; - font-size: 1em; +.profile-match-name { + float: left; + text-align: left; + overflow: hidden; } .profile-match-name a:hover { @@ -1961,20 +1957,36 @@ div[id$="wrapper"] br { } .profile-match-wrapper { + position: relative; float:left; - height:120px; - padding:10px; - width:120px; - margin-bottom: 10px; - /*margin-left: 20px;*/ + height:80px; + padding:5px; + width:80px; + margin-bottom: 70px; + margin-right: 29px; background-color: #f6f6f6; border: 1px solid #dddddd; box-shadow: 3px 3px 4px #959494; -moz-box-shadow: 3px 3px 4px #959494; -webkit-box-shadow: 3px 3px 4px #959494; - clear: both; } +.profile-match-break, +.profile-match-end { + clear: both; +} + +.profile-match-connect { + text-align: left; + font-weight: bold; +} +.profile-match-ignore { + height: 0!important; +} + +#profile-match-wrapper-end { + clear: both; +} .profile-match-end { clear: both; }