diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-26 12:32:52 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-26 12:32:52 +0200 |
commit | c5f06896d4db5f2479b5988cb2cea6ef0fa80cad (patch) | |
tree | 27a34963be1c24bb8e6885ae7e4cc9186783d60c /skins/larry/styles.css | |
parent | 1a3132366e42a514ea9c471928eef8a63953125a (diff) |
Display full quota information in popup (#1485769, #1486604)
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index e4a5c6799..5e3eae2b3 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -2277,6 +2277,30 @@ a.iconbutton:focus, background: url(images/quota.png) -100px 0 no-repeat; } +table.quota-info { + border-spacing: 0; + border-collapse: collapse; + table-layout: fixed; + margin: 5px; +} + +table.quota-info td, +table.quota-info th { + color: white; + border: 1px solid lightgrey; + padding: 2px 3px; + text-align: center; + min-width: 80px; +} + +table.quota-info td.name { + text-align: left; +} + +table.quota-info td.root { + font-style: italic; +} + /*** popup menus ***/ .popupmenu, |