]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/css/skin/default/register.css
LP1615805 No inputs after submit in patron search (AngularJS)
[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:200px;
16     border:2px solid #d9e8f9;
17     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     border-radius: 10px;
31     font-weight: bold;
32     padding: 20px;
33     margin-top: 20px;
34 }
35
36 #uedit-dupe-div {
37     position: fixed;
38     top:124px;
39     right:30px;
40     width:300px;
41     border:2px dashed #d9e8f9;
42     border-radius: 10px;
43     font-weight: bold;
44     padding: 20px;
45 }
46
47 #uedit-address-alert {
48     position: fixed;
49     top:140px;
50     right:30px;
51     width:300px;
52     border:2px dashed #d9e8f9;
53     border-radius: 10px;
54     font-weight: bold;
55     padding: 10px;
56     text-align: center;
57 }
58 #uedit-address-alert-header { 
59     color: red; 
60     font-style: italic;
61     text-align: center;
62 }
63
64 .uedit-address-alert-divider  {
65     border: 2px dashed red;
66 }
67
68 .uedit-help {
69     width: 25px;
70     border:1px solid #e0e0e0;
71     text-align:center;
72     vertical-align:middle;
73 }
74 .divider td {
75     min-height:10px;
76     background-color: #e0e0e0;
77 }
78
79 .divider span { padding: 0px 5px 0px 5px; }
80
81 .newaddr-row td {
82     text-align: right;
83     border-top:1px dashed #d9e8f9;
84 }
85 .newaddr-row td:last-child {
86     border-right:1px dashed #d9e8f9;
87 }
88
89 .pending-addr-row td { border:1px solid #aaa; }
90
91 .uedit-addr-del-button {margin-left: 10px; color:red;}
92
93 .dijitTextBoxFocused, .dijitFocused { border:1px dashed #3e3e3e; color: #303030; font-weight:bold;}
94
95 .hide-non-required tr:not([required]), .hide-non-required tr[required=suggested] {
96     visibility:hidden;
97     display:none;
98 }
99
100 .hide-non-suggested tr:not([required]) {
101     visibility:hidden;
102     display:none;
103 }
104
105 #require-toggle {
106     margin-top:10px;
107     margin-bottom:-5px;
108 }
109
110 #uedit-requesting-user-div { margin: 8px; }
111