X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fsmoothly%2Fstyle.css;h=ceda263fe5b74f86c81d07050996bc067986871f;hb=9f09955925da47c191405f42207aaa5395537b93;hp=ef7891f12e0d2d12aca80440433026f025b91ffa;hpb=c51e057fe6ac1380c15c0e9ce1ab66f6b451eb53;p=friendica.git diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index ef7891f12e..ceda263fe5 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-10-25 + Created by alex@friendica.pixelbits.de on 2012-11-12 ** Colors ** Blue links - #1873a2 @@ -2772,7 +2772,7 @@ margin-left: 0px; } #follow-sidebar { - margin-bottom: 80px; + margin-bottom: 10px; } #follow-sidebar h3:before { @@ -3549,6 +3549,7 @@ margin-left: 0px; #adminpage h3 { border-bottom: 1px solid #898989; margin-bottom: 5px; + padding-bottom: 5px; margin-top: 10px; } @@ -3565,10 +3566,16 @@ margin-left: 0px; #adminpage .plugin { list-style: none; display: block; - border: 1px solid #888888; - padding: 1em; - margin-bottom: 5px; clear: left; + border: 1px solid #7C7D7B; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + padding:10px; + margin:10px 10px 10px 0; } #adminpage .toggleplugin { @@ -4351,10 +4358,14 @@ div #datebrowse-sidebar.widget { #settings-notifications { border: 1px solid #7C7D7B; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding:10px; + margin:10px 10px 10px 0; } #id_npassword {} @@ -4382,3 +4393,19 @@ div #datebrowse-sidebar.widget { #remote-friends-in-common {} +.settings-block { + border: 1px solid #7C7D7B; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + padding:10px; + margin:10px 10px 10px 0; +} + +#page-settings-label{ + width: auto !important; + margin-bottom: 5px !important; +}