From 7e92faa30177dd34b62e039d58bcd85e023f63d8 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 21 Apr 2010 09:40:28 +0000 Subject: - Added version number in Settings (#1486290) git-svn-id: https://svn.roundcube.net/trunk@3516 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/default/common.css | 20 +++++++------------- roundcubemail/skins/default/templates/settings.html | 2 ++ 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 4faf79dfa..8126ca838 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/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 diff --git a/roundcubemail/skins/default/templates/settings.html b/roundcubemail/skins/default/templates/settings.html index 0ff86ad2c..2e00635c8 100644 --- a/roundcubemail/skins/default/templates/settings.html +++ b/roundcubemail/skins/default/templates/settings.html @@ -37,5 +37,7 @@ +
+ -- cgit v1.2.3