summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-04-21 09:40:28 +0000
committeralecpl <alec@alec.pl>2010-04-21 09:40:28 +0000
commit479a9915e4a3cae2c32f6c6a2d2a6678b36311de (patch)
tree979314e103dd8cc7b05ea78207a2b2debb4fc20a
parent8e211adb01bd6145eb250edabff38db449f34d92 (diff)
- Added version number in Settings (#1486290)
-rw-r--r--skins/default/common.css20
-rw-r--r--skins/default/templates/settings.html2
2 files changed, 9 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
diff --git a/skins/default/templates/settings.html b/skins/default/templates/settings.html
index 0ff86ad2c..2e00635c8 100644
--- a/skins/default/templates/settings.html
+++ b/skins/default/templates/settings.html
@@ -37,5 +37,7 @@
</div>
+<div id="rcmversion"><roundcube:object name="productname" /> <roundcube:object name="version" /></div>
+
</body>
</html>