Mercurial > hg > rc1
comparison plugins/new_user_dialog/newuserdialog.css @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e000243b222 |
---|---|
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 } |