]> dev.renevier.net Git - syp.git/blob - media/admin.css
web interface to add co-administrators
[syp.git] / media / admin.css
1 /* Copyright (c) 2009 Arnaud Renevier, Inc, published under the modified BSD
2    license. */
3
4 @import url(common.css);
5
6
7 /*
8  * header
9  */
10
11 #header {
12     height: 2em;
13 }
14 #add_user {
15     display: none;
16 }
17 #logout a, #add_user a {
18     text-decoration: none;
19     color: blue;
20 }
21 #user_management {
22     float: right;
23     margin: 0px 10px 0px 0px;
24 }
25 #user_management p {
26     margin: 0px;
27 }
28 #other-language {
29     float: left;
30     margin-top: 1px;
31 }
32 #other-language a:hover {
33     background-color: #BBBBFF;
34 }
35 #other-language a {
36     position: relative; /* needed to display top and bottom borders in ie */
37     text-decoration: none;
38     padding-left: 10px;
39     padding-right: 10px;
40     padding-top: 3px;
41     padding-bottom: 3px;
42     border: #BBBBFF 1px solid;
43 }
44
45 /*
46  * newuser
47  */
48 #newuser_area {
49     border: 1px solid black;
50     display: none;
51     float: right;
52     clear: right;
53     width: 35%;
54 }
55 #newuser {
56     margin: 12px;
57     text-align: center;
58 }
59 #newuser_close {
60     float: right;
61 }
62 #newuser_comm {
63     margin-left: 4px;
64     margin-right: 4px;
65 }
66
67 /*
68  * map
69  */
70
71 #map {
72     position: absolute;
73     top: 2em;
74     left: 4px;
75     height: 50%;
76     width: 50%;
77     margin-bottom: 1em!important;
78 }
79
80 /*
81  * feature editor
82  */
83 #editor {
84     position: absolute;
85     width: 44%;
86     top: 3em;
87     left: 55%;
88     display: none;
89     border: 1px solid black;
90     padding-bottom: 18px;
91 }
92
93 #editor_close {
94     float: right;
95 }
96
97 #title, #description {
98     width: 90%;
99 }
100
101 #img {
102     max-height: 400px;
103     max-width: 400px;
104
105 }
106 html>/**/body #img { /* hide from ie7 */
107     display: block;
108     margin: 1em auto 0 auto;
109 }
110
111 #validate_editor {
112     font-weight: bold;
113 }
114
115 #feature_delete {
116     margin-top: 2.5em;
117 }
118 #delete {
119     display: none;
120     font-weight: bold;
121 }
122
123 /*
124  * global admin area
125  */
126
127 #admin {
128     margin-top: 3em;
129     position: fixed;
130     top: 50%;
131     width: 50%;
132 }
133
134 /*
135  * password manager
136  */
137
138 #login_area {
139     z-index:2001;
140     position: absolute;
141     top: 0px;
142     left: 0px;
143     width: 100%;
144     height: 100%;
145 }
146
147 #login_transparency {
148     z-index:-1;  
149     position: absolute;
150     top: 0px;
151     left: 0px;
152     right: 0px;
153     bottom: 0px;
154     width: 100%;
155     height: 100%;
156     background-color: #888;
157     opacity: 0.3;
158     filter: alpha(opacity = 30);
159 }
160
161 #login_padding {
162     float: left;
163     height: 40%;
164     width: 1px;
165     margin-bottom: -20px;
166 }
167
168 #login_content {
169     z-index:1004;
170     clear:left;
171     width: 50%;
172     padding: 20px;
173     margin-left: auto;
174     margin-right: auto;
175     opacity: 1;
176     filter: alpha(opacity = 100);
177     background-color: white;
178 }
179
180 #cookie_warning {
181     display: none;
182 }
183
184 #password, #user {
185     display: block;
186     width: 100%;
187 }
188
189 #login_error {
190     display: none;
191 }