diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-01 14:00:14 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-01 14:00:14 +0000 |
| commit | 3c87431b676e6f0ee93486d17cb4f1ddc853f7c7 (patch) | |
| tree | cd6e2b38ae5880dae6687984784523acb4fec13a /translator/styles.css | |
| parent | 7a39229d56c30b89130c179127d984005511871a (diff) | |
Better styles + bugfix
git-svn-id: https://svn.roundcube.net/trunk@2904 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'translator/styles.css')
| -rw-r--r-- | translator/styles.css | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/translator/styles.css b/translator/styles.css index d252c0a7e..64d31eade 100644 --- a/translator/styles.css +++ b/translator/styles.css @@ -21,9 +21,14 @@ fieldset { } #banner h1 { + position: absolute; + top: 13px; + right: 20px; + width: 16em; + text-align: right; + font-size: 15pt; color: #333; z-index: 5; - font-size: 15pt; } #banner .banner-bg { @@ -37,6 +42,9 @@ fieldset { } #banner .banner-logo { + position: absolute; + top: 10px; + left: 20px; z-index: 4; } @@ -44,16 +52,6 @@ fieldset { border: 0; } -#pageheader { - position: absolute; - top: 13px; - right: 20px; - width: 400px; - text-align: right; - font-size: 12pt; - color: #f6f6f6; -} - #bodycontent { margin: 1.5em 20px; } |
