diff options
author | alecpl <alec@alec.pl> | 2012-03-08 10:42:08 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-03-08 10:42:08 +0000 |
commit | fe83748f02fa9828f272172a4197ec3aca05f428 (patch) | |
tree | 2939f77bee7b775ad7c3b97d2b238497f0e6d8aa /skins/larry/styles.css | |
parent | e97f0109eae8286c54ad6bc191b7231bce8a635c (diff) |
- Larry: Add quota indicator in folder manager
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 268b55dd5..f2d05a96a 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1475,6 +1475,18 @@ select.decorated option { } +/*** quota indicator ***/ + +#quotadisplay { + left: 6px; + font-size: 12px; + font-weight: bold; + text-shadow: 0px 1px 1px #fff; + padding-left: 30px; + height: 18px; + background: url(images/quota.png) -100px 0 no-repeat; +} + /*** popup menus ***/ .popupmenu, @@ -1922,5 +1934,3 @@ fieldset.tab { padding: 0; margin-left: 0; } - - |