]> dev.renevier.net Git - syp.git/blob - media/admin.css
multi user administration
[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 #logout {
15     float: right;
16     margin: 0px 10px 0px 0px;
17 }
18 #other-language {
19     float: left;
20     margin-top: 1px;
21 }
22 #other-language a:hover {
23     background-color: #BBBBFF;
24 }
25 #other-language a {
26     position: relative; /* needed to display top and bottom borders in ie */
27     text-decoration: none;
28     padding-left: 10px;
29     padding-right: 10px;
30     padding-top: 3px;
31     padding-bottom: 3px;
32     border: #BBBBFF 1px solid;
33 }
34
35 /*
36  * map
37  */
38
39 #map {
40     position: absolute;
41     top: 2em;
42     left: 4px;
43     height: 50%;
44     width: 50%;
45     margin-bottom: 1em!important;
46 }
47
48 /*
49  * feature editor
50  */
51 #editor {
52     position: absolute;
53     width: 44%;
54     top: 2em;
55     left: 55%;
56     display: none;
57     border: 1px solid black;
58     padding-bottom: 18px;
59 }
60
61 #editor_close {
62     float: right;
63 }
64
65 #title, #description {
66     width: 90%;
67 }
68
69 #img {
70     max-height: 400px;
71     max-width: 400px;
72
73 }
74 html>/**/body #img { /* hide from ie7 */
75     display: block;
76     margin: 1em auto 0 auto;
77 }
78
79 #validate_editor {
80     font-weight: bold;
81 }
82
83 #feature_delete {
84     margin-top: 2.5em;
85 }
86 #delete {
87     display: none;
88     font-weight: bold;
89 }
90
91 /*
92  * global admin area
93  */
94
95 #admin {
96     margin-top: 3em;
97     position: fixed;
98     top: 50%;
99     width: 50%;
100 }
101
102 /*
103  * password manager
104  */
105
106 #login_area {
107     z-index:2001;
108     position: absolute;
109     top: 0px;
110     left: 0px;
111     width: 100%;
112     height: 100%;
113 }
114
115 #login_transparency {
116     z-index:-1;  
117     position: absolute;
118     top: 0px;
119     left: 0px;
120     right: 0px;
121     bottom: 0px;
122     width: 100%;
123     height: 100%;
124     background-color: #888;
125     opacity: 0.3;
126     filter: alpha(opacity = 30);
127 }
128
129 #login_padding {
130     float: left;
131     height: 40%;
132     width: 1px;
133     margin-bottom: -20px;
134 }
135
136 #login_content {
137     z-index:1004;
138     clear:left;
139     width: 50%;
140     padding: 20px;
141     margin-left: auto;
142     margin-right: auto;
143     opacity: 1;
144     filter: alpha(opacity = 100);
145     background-color: white;
146 }
147
148 #cookie_warning {
149     display: none;
150 }
151
152 #password, #user {
153     display: block;
154     width: 100%;
155 }
156
157 #login_error {
158     display: none;
159 }