diff options
author | marijus <mario@mariovavti.com> | 2014-02-21 13:03:32 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-02-21 13:03:32 +0100 |
commit | 593631d8f5089e07b00288bfabd34c18878d7e41 (patch) | |
tree | f1496a43326ac0eba3264bf1023495cb91675076 /view/theme | |
parent | 9473ddd576c9bc98d89b83f74c60e3c21423e9bc (diff) | |
download | volse-hubzilla-593631d8f5089e07b00288bfabd34c18878d7e41.tar.gz volse-hubzilla-593631d8f5089e07b00288bfabd34c18878d7e41.tar.bz2 volse-hubzilla-593631d8f5089e07b00288bfabd34c18878d7e41.zip |
oups... to much cleaning...
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5a8470a60..b8c6da0eb 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -494,6 +494,64 @@ footer { top: 22px; } +ul.menu-popup { + position: absolute; + display: none; + width: 10em; + background: #0080FF; + color: #eec; + padding: 0px; + list-style: none; +/* border-radius: 0px 0px 20px 20px; */ + z-index: 100000; + -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7); + -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7); + box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7); +} +ul.menu-popup a { + display: block; + color: #FFFFFF; + padding: 5px 10px; + text-decoration: none; +} + + +ul.menu-popup a:hover { + background-color: #888888; + color: #FFFFFF; +} +ul.menu-popup .menu-sep { + border-top: 1px solid #9eabb0; +} +ul.menu-popup li { + float: none; + overflow: auto; + height: auto; + display: block; +} +ul.menu-popup li img { + float: left; + width: 16px; + height: 16px; + padding-right: 5px; +} +ul.menu-popup .empty { + padding: 5px; + text-align: center; + color: #9eabb0; +} +ul.menu-popup .toolbar { + background-color: #9eabb0; + height: auto; + overflow: auto; +} +ul.menu-popup .toolbar a { + float: right; +} +ul.menu-popup .toolbar a:hover { + background-color: #ffffff; +} + #profile-in-dir-yes-label, |