]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/css/skin/default/register.css
Merge remote-tracking branch 'eg-working/user/dbs/lp894052-version-upgrade'
[working/Evergreen.git] / Open-ILS / web / css / skin / default / register.css
1 @import url("register_custom.css");
2
3 /* XXX Move me into the CSS tree XXX */
4
5 #uedit-tbody tr td {
6     padding: 5px;
7     text-align: left;
8 }
9
10
11 #uedit-save-div {
12     position: fixed;
13     top:40px;
14     right:30px;
15     width:300px;
16     border:2px solid #d9e8f9;
17     -moz-border-radius: 10px;
18     font-weight: bold;
19     padding: 12px;
20     text-align:center;
21     vertical-align:middle;
22 }
23
24 #uedit-help-div {
25     position: fixed;
26     top:124px;
27     right:30px;
28     width:300px;
29     border:2px dashed #d9e8f9;
30     -moz-border-radius: 10px;
31     font-weight: bold;
32     padding: 20px;
33 }
34
35 #uedit-dupe-div {
36     position: fixed;
37     top:124px;
38     right:30px;
39     width:300px;
40     border:2px dashed #d9e8f9;
41     -moz-border-radius: 10px;
42     font-weight: bold;
43     padding: 20px;
44 }
45
46 #uedit-address-alert {
47     position: fixed;
48     top:140px;
49     right:30px;
50     width:300px;
51     border:2px dashed #d9e8f9;
52     -moz-border-radius: 10px;
53     font-weight: bold;
54     padding: 10px;
55     text-align: center;
56 }
57 #uedit-address-alert-header { 
58     color: red; 
59     text-decoration: italic
60     text-align: center;
61 }
62
63 .uedit-address-alert-divider  {
64     border: 2px dashed red;
65 }
66
67 .uedit-help {
68     width: 25px;
69     border:1px solid #e0e0e0;
70     text-align:center;
71     vertical-align:middle;
72 }
73 .divider td {
74     min-height:10px;
75     background-color: #e0e0e0;
76 }
77
78 .divider span { padding: 0px 5px 0px 5px; }
79
80 .newaddr-row td {
81     text-align: right;
82     border-top:1px dashed #d9e8f9;
83 }
84 .newaddr-row td:last-child {
85     border-right:1px dashed #d9e8f9;
86 }
87
88 .pending-addr-row td { border:1px solid #aaa; }
89
90 .uedit-addr-del-button {margin-left: 10px; color:red;}
91
92 .dijitTextBoxFocused, .dijitFocused { border:1px dashed #3e3e3e; color: #303030; font-weight:bold;}
93
94 .hide-non-required tr:not([required]), .hide-non-required tr[required=suggested] {
95     visibility:hidden;
96     display:none;
97 }
98
99 .hide-non-suggested tr:not([required]) {
100     visibility:hidden;
101     display:none;
102 }
103
104 #require-toggle {
105     margin-top:10px;
106     margin-bottom:-5px;
107 }
108
109