diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-06-24 19:05:27 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-06-24 19:05:27 +0200 |
commit | 0494288999ac87f4147766a8bbfc0a4a4c8979de (patch) | |
tree | de137fe2bcb130620560b3c1ab453f0f5fd0314c /skins/larry/styles.css | |
parent | 3a0f8227679af7199c0fe4d7ac1bdcf4f68cd943 (diff) |
Improved/unified attachment preview page
Implemented attachment print button
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 4d689ab2f..ec4f3047c 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -690,17 +690,6 @@ a.iconlink.upload { opacity: 0.999; } -.partwin #topline { - position: absolute; - right: 6px; - top: 18px; - width: auto; - z-index: 100; - background: transparent; - background: none; - border: 0; -} - .minimal #topline a.button-logout { display: none; } @@ -883,10 +872,6 @@ a.iconlink.upload { top: 102px; } -.partwin #mainscreen { - top: 60px -} - .extwin #mainscreen { top: 40px; } @@ -1817,6 +1802,10 @@ ul.proplist li { background-position: 0 -1745px; } +.toolbar a.button.download { + background-position: center -1906px; +} + a.menuselector { display: inline-block; border: 1px solid #ababab; |