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