]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/css/skin/default/register.css
* move inline CSS in patron editor to a file
[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-help {
47     width: 25px;
48     border:1px solid #e0e0e0;
49     text-align:center;
50     vertical-align:middle;
51 }
52 .divider td {
53     min-height:10px;
54     background-color: #e0e0e0;
55 }
56
57 .divider span { padding: 0px 5px 0px 5px; }
58
59 .newaddr-row td {
60     text-align: right;
61     border-top:1px dashed #d9e8f9;
62 }
63 .newaddr-row td:last-child {
64     border-right:1px dashed #d9e8f9;
65 }
66
67 .pending-addr-row td { border:1px solid #aaa; }
68
69 .uedit-addr-del-button {margin-left: 10px; color:red;}
70
71 .dijitTextBoxFocused, .dijitFocused { border:1px dashed #3e3e3e; color: #303030; font-weight:bold;}
72
73 .hide-non-required tr:not([required]) {
74     visibility:hidden;
75     display:none;
76 }
77
78 #require-toggle {
79     margin-top:10px;
80     margin-bottom:-5px;
81 }
82
83