summaryrefslogtreecommitdiff
path: root/roundcubemail/plugins/new_user_dialog/newuserdialog.css
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-07-10 15:14:07 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-07-10 15:14:07 +0000
commitbe0a218746791c5bb90b282b1e48199ce2cb3a9c (patch)
treeca87e439252874abb72e6cc3c0c38954859a3716 /roundcubemail/plugins/new_user_dialog/newuserdialog.css
parent43eab4c5ea9c566e9c914acaf62df2a4861cad12 (diff)
Finish new-user-dialog plugin with localizatized texts
git-svn-id: https://svn.roundcube.net/trunk@2732 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/new_user_dialog/newuserdialog.css')
-rw-r--r--roundcubemail/plugins/new_user_dialog/newuserdialog.css21
1 files changed, 16 insertions, 5 deletions
diff --git a/roundcubemail/plugins/new_user_dialog/newuserdialog.css b/roundcubemail/plugins/new_user_dialog/newuserdialog.css
index 91ea8f127..c03e6fd42 100644
--- a/roundcubemail/plugins/new_user_dialog/newuserdialog.css
+++ b/roundcubemail/plugins/new_user_dialog/newuserdialog.css
@@ -8,10 +8,11 @@
bottom: 0;
z-index: 10000;
background: rgba(0,0,0,0.5) !important;
- background: black;
+ background: #333;
/** IE hacks */
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
+ filter: alpha(opacity=90);
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
width: expression(document.documentElement.clientWidth+'px');
height: expression(document.documentElement.clientHeight+'px');
}
@@ -20,14 +21,23 @@
color: #333;
font-size: normal;
margin-top: 0.5em;
+ margin-bottom: 0;
+}
+
+#newuseroverlay p.hint {
+ margin-top: 0.5em;
+ font-style: italic;
}
#newuseroverlay form {
- width: 30em;
- margin: 6em auto;
+ width: 32em;
+ margin: 8em auto;
padding: 1em 2em;
background: #F6F6F6;
- border: 2px solid #999;
+ border: 2px solid #555;
+ border-radius: 6px;
+ -moz-border-radius: 6px;
+ -webkit-border-radius: 6px;
}
#newuseroverlay table td.title
@@ -44,5 +54,6 @@
}
#newuseroverlay .formbuttons {
+ margin-top: 1.5em;
text-align: center;
} \ No newline at end of file