diff options
author | thomascube <thomas@roundcube.net> | 2009-07-10 15:14:07 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-07-10 15:14:07 +0000 |
commit | a183b76946ef6cd83fd324ced40cc7fb8b9334aa (patch) | |
tree | 8cb5b3811cceb1828512c8c84b06e36695cd8c59 /plugins/new_user_dialog/newuserdialog.css | |
parent | 7d8e168cb1700455ae0746087d2e81c0696fbfaa (diff) |
Finish new-user-dialog plugin with localizatized texts
Diffstat (limited to 'plugins/new_user_dialog/newuserdialog.css')
-rw-r--r-- | plugins/new_user_dialog/newuserdialog.css | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/plugins/new_user_dialog/newuserdialog.css b/plugins/new_user_dialog/newuserdialog.css index 91ea8f127..c03e6fd42 100644 --- a/plugins/new_user_dialog/newuserdialog.css +++ b/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 |