]> dev.renevier.net Git - syp.git/blob - media/admin.css
5d9c397690d200f9a55dcd205acc690386a97f4a
[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 .user_link {
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  * user area
47  */
48 #user_area {
49     border: 1px solid black;
50     display: none;
51     float: right;
52     clear: right;
53     width: 35%;
54 }
55 #user_close {
56     float: right;
57 }
58 #user_comm {
59     margin-left: 4px;
60     margin-right: 4px;
61 }
62 #newuser, #changepass {
63     display: none;
64     margin: 12px;
65     text-align: center;
66 }
67
68 /*
69  * map
70  */
71
72 #map {
73     position: absolute;
74     top: 2em;
75     left: 4px;
76     height: 50%;
77     width: 50%;
78     margin-bottom: 1em!important;
79 }
80
81 /*
82  * feature editor
83  */
84 #editor {
85     position: absolute;
86     width: 44%;
87     top: 4em;
88     left: 55%;
89     display: none;
90     border: 1px solid black;
91     padding-bottom: 18px;
92 }
93
94 #editor_close {
95     float: right;
96 }
97
98 #title, #description {
99     width: 90%;
100 }
101
102 #img {
103     max-height: 400px;
104     max-width: 400px;
105
106 }
107 html>/**/body #img { /* hide from ie7 */
108     display: block;
109     margin: 1em auto 0 auto;
110 }
111
112 #validate_editor {
113     font-weight: bold;
114 }
115
116 #feature_delete {
117     margin-top: 2.5em;
118 }
119 #delete {
120     display: none;
121     font-weight: bold;
122 }
123
124 /*
125  * global admin area
126  */
127
128 #admin {
129     margin-top: 3em;
130     position: fixed;
131     top: 50%;
132     width: 50%;
133 }
134
135 /*
136  * password manager
137  */
138
139 #login_area {
140     z-index:2001;
141     position: absolute;
142     top: 0px;
143     left: 0px;
144     width: 100%;
145     height: 100%;
146 }
147
148 #login_transparency {
149     z-index:-1;  
150     position: absolute;
151     top: 0px;
152     left: 0px;
153     right: 0px;
154     bottom: 0px;
155     width: 100%;
156     height: 100%;
157     background-color: #888;
158     opacity: 0.3;
159     filter: alpha(opacity = 30);
160 }
161
162 #login_padding {
163     float: left;
164     height: 40%;
165     width: 1px;
166     margin-bottom: -20px;
167 }
168
169 #login_content {
170     z-index:1004;
171     clear:left;
172     width: 50%;
173     padding: 20px;
174     margin-left: auto;
175     margin-right: auto;
176     opacity: 1;
177     filter: alpha(opacity = 100);
178     background-color: white;
179 }
180
181 #cookie_warning {
182     display: none;
183 }
184
185 #password, #user {
186     display: block;
187     width: 100%;
188 }
189
190 #login_error {
191     display: none;
192 }