summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-04-04 21:41:22 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-04-04 21:41:22 +0000
commit13ede558d49bf4922f107e46b46dc8a8eaeabf5b (patch)
tree9e4942deb5d837c956c832f4c0a1778665af7c35
parentb2ebf4b7dd5620cb696467a58dc1e025ad4611f7 (diff)
Added styles for version string
git-svn-id: https://svn.roundcube.net/trunk@182 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/default/mail.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css
index 1f781ba5e..17732ee21 100644
--- a/roundcubemail/skins/default/mail.css
+++ b/roundcubemail/skins/default/mail.css
@@ -485,6 +485,23 @@ body.messagelist
}
+#rcversion
+{
+ 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;*/
+}
+
/** message view styles */