summaryrefslogtreecommitdiff
path: root/plugins/new_user_dialog/newuserdialog.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-03-31 12:25:48 +0000
committerthomascube <thomas@roundcube.net>2012-03-31 12:25:48 +0000
commit48e9c14ebded89d858c8be0333f77f77a81b0877 (patch)
treee97fd2ea338eea2dbe5f3fb7431e73f44cb8bf18 /plugins/new_user_dialog/newuserdialog.css
parent13db9ee199b0a452a6efaf09e6f7c5a76f739ef5 (diff)
Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore
Diffstat (limited to 'plugins/new_user_dialog/newuserdialog.css')
-rw-r--r--plugins/new_user_dialog/newuserdialog.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/plugins/new_user_dialog/newuserdialog.css b/plugins/new_user_dialog/newuserdialog.css
new file mode 100644
index 000000000..207604dd1
--- /dev/null
+++ b/plugins/new_user_dialog/newuserdialog.css
@@ -0,0 +1,39 @@
+/** Styles for the new-user-dialog box */
+
+#newuserdialog {
+ display: none;
+}
+
+#newuserdialog h3 {
+ color: #333;
+ font-size: normal;
+ margin-top: 0;
+ margin-bottom: 0;
+}
+
+#newuserdialog p.hint {
+ margin-top: 0.5em;
+ margin-bottom: 1em;
+ font-style: italic;
+}
+
+#newuserdialog table td.title {
+ color: #666;
+ text-align: right;
+ padding-right: 1em;
+ white-space: nowrap;
+}
+
+#newuserdialog table td input,
+#newuserdialog table td textarea {
+ width: 20em;
+}
+
+#newuserdialog .formbuttons {
+ margin-top: 1.5em;
+ text-align: center;
+}
+
+.ui-dialog-titlebar-close {
+ display: none;
+} \ No newline at end of file