diff options
author | alecpl <alec@alec.pl> | 2010-04-21 09:40:28 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-04-21 09:40:28 +0000 |
commit | 479a9915e4a3cae2c32f6c6a2d2a6678b36311de (patch) | |
tree | 979314e103dd8cc7b05ea78207a2b2debb4fc20a /skins/default/common.css | |
parent | 8e211adb01bd6145eb250edabff38db449f34d92 (diff) |
- Added version number in Settings (#1486290)
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | skins/default/common.css | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index 4faf79dfa..8126ca838 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -486,21 +486,15 @@ table.records-table tr.unfocused td /***** roundcube webmail pre-defined classes *****/ -#rcversion +#rcmversion { position: absolute; - top: 67px; - left: 20px; - width: 160px; - text-align: center; - - font-weight: normal; - font-size: x-small; - font-variant: small-caps; - - color: #999999; - /*border: 1px solid #308014; - background-color: #b4eeb4;*/ + bottom: 10px; + right: 20px; + text-align: right; + white-space: nowrap; + font-size: 8pt; + color: #999; } #rcmdraglayer |