diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-08 20:50:15 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-08 20:50:15 +0000 |
| commit | fc1a0f654ba040ddee620fbf60bf943799946c42 (patch) | |
| tree | 0291cecc02c38d4b7576e1b0040202402b93bca2 /roundcubemail/skins/default/common.css | |
| parent | 0fb83bb56544362c616ffaa579973768f0d0bee1 (diff) | |
Unify directory/mailbox list actions
git-svn-id: https://svn.roundcube.net/trunk@3728 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/common.css')
| -rw-r--r-- | roundcubemail/skins/default/common.css | 56 |
1 files changed, 55 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 41b234a37..8591ab7f7 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -389,7 +389,59 @@ img background-color: #c00; } - +#directorylist-title +{ + position: absolute; + top: 0; + left: 0; + right: 0; +} + +#directorylistwarp +{ + position: absolute; + top: 20px; + bottom: 22px; + left: 0; + right: 0; + overflow-y: auto; + overflow-x: hidden; +} + +#directorylistbuttons +{ + display: block; + position: absolute; + bottom: 0px; + left: 0px; + right: 0px; + height: 22px; + border-top: 1px solid #999; + background: url('images/listheader.gif') top left repeat-x #CCC; +} + +#directorylistbuttons a.button, +#directorylistbuttons a.buttonPas +{ + display: block; + float: left; + width: 34px; + height: 22px; + padding: 0px; + margin: 0; + overflow: hidden; + background: url('images/icons/groupactions.png') 0 0 no-repeat transparent; + opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */ +} + +#directorylistbuttons a.groupactions { + background-position: 0 -26px; +} + +#directorylistbuttons a.buttonPas { + opacity: 0.35; +} + /***** common table settings ******/ @@ -655,6 +707,7 @@ ul.toolbarmenu li img margin: 0 2px; } +div.popupmenu ul li.separator_below, ul.toolbarmenu li.separator_below { border-bottom: 1px solid #ccc; @@ -662,6 +715,7 @@ ul.toolbarmenu li.separator_below padding-bottom: 2px; } +div.popupmenu ul li.separator_above, ul.toolbarmenu li.separator_above { border-top: 1px solid #ccc; |
