diff options
author | friendica <info@friendica.com> | 2012-10-24 19:13:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-24 19:13:29 -0700 |
commit | ceeb4db6e304c26ebe56311743eb9baca69f7066 (patch) | |
tree | f0707fdd2e1ed786a39f2e0491f275fd2e3982a3 /view/theme | |
parent | 2b95ce9f07bcf2d85eeb410f6d9bc4b3f2b54b86 (diff) | |
download | volse-hubzilla-ceeb4db6e304c26ebe56311743eb9baca69f7066.tar.gz volse-hubzilla-ceeb4db6e304c26ebe56311743eb9baca69f7066.tar.bz2 volse-hubzilla-ceeb4db6e304c26ebe56311743eb9baca69f7066.zip |
Give the UI a little love after all the backend mods
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/css/style.css | 35 |
1 files changed, 31 insertions, 4 deletions
diff --git a/view/theme/duepuntozero/css/style.css b/view/theme/duepuntozero/css/style.css index 5c41e0b4b..ee13bbeb6 100644 --- a/view/theme/duepuntozero/css/style.css +++ b/view/theme/duepuntozero/css/style.css @@ -243,7 +243,16 @@ nav #nav-link-wrapper .nav-link { footer { text-align: right; padding-bottom: 1em; - padding-right: 3em; + padding-right: 3em; +} + +#powered-by { + position: fixed; + bottom: 1px; + left: 15px; + opacity: 0.3; + filter:alpha(opacity=30); + } .birthday-today, .event-today { @@ -2366,6 +2375,24 @@ aside input[type='text'] { margin-bottom: 25px; } +#nav-searchbar { + float: right; + margin-top: 3px; +} + +#nav-search-text:hover { + background-color: #FFFFFF; +} + +#nav-search-text { + border-radius: 14px; + background-color: #AAAAAA; +} + +#nav-user-linkmenu img { + border-radius: 3px; +} + .location-label, .gender-label, .marital-label, .homepage-label { float: left; text-align: right; @@ -3362,7 +3389,7 @@ nav .nav-menu { border-bottom: 3px solid #888888; } nav .nav-menu.selected { - border-bottom: 3px solid #FF8888; + border-bottom: 4px solid #000000; } nav .nav-notify { display: none; @@ -3520,8 +3547,8 @@ ul.menu-popup { padding: 0px; list-style: none; z-index: 100000; - top: 90px; - left: 400px; +/* top: 90px; */ +/* left: 400px; */ } #nav-notifications-menu { width: 320px; |