0
|
1 /** Styles for the new-user-dialog box */
|
|
2
|
|
3 #newuserdialog {
|
|
4 display: none;
|
|
5 }
|
|
6
|
|
7 #newuserdialog h3 {
|
|
8 color: #333;
|
|
9 font-size: normal;
|
|
10 margin-top: 0;
|
|
11 margin-bottom: 0;
|
|
12 }
|
|
13
|
|
14 #newuserdialog p.hint {
|
|
15 margin-top: 0.5em;
|
|
16 margin-bottom: 1em;
|
|
17 font-style: italic;
|
|
18 }
|
|
19
|
|
20 #newuserdialog table td.title {
|
|
21 color: #666;
|
|
22 text-align: right;
|
|
23 padding-right: 1em;
|
|
24 white-space: nowrap;
|
|
25 }
|
|
26
|
|
27 #newuserdialog table td input,
|
|
28 #newuserdialog table td textarea {
|
|
29 width: 20em;
|
|
30 }
|
|
31
|
|
32 #newuserdialog .formbuttons {
|
|
33 margin-top: 1.5em;
|
|
34 text-align: center;
|
|
35 }
|
|
36
|
|
37 .ui-dialog-titlebar-close {
|
|
38 display: none;
|
|
39 } |