HEX
Server: Apache/2.2.22
System: Linux server1.blueharbor.com 3.10.0-1160.90.1.vz7.200.7 #1 SMP Wed Jul 12 12:00:44 MSK 2023 x86_64
User: locglobe (1004)
PHP: 5.6.37
Disabled: NONE
Upload Files
File: //usr/local/cwpsrv/var/services/roundcube/plugins/new_user_dialog/newuserdialog.css
/** 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;
}