Revision a891045c
Von Hans P. Schlaepfer vor fast 4 Jahren hinzugefügt
css/less/admin.less | ||
---|---|---|
39 | 39 |
top: 0 important; |
40 | 40 |
} |
41 | 41 |
|
42 |
|
|
43 |
|
|
44 | 42 |
div.admin { |
45 |
margin: 60px 0 0 0 ;
|
|
46 |
//top: 60px;
|
|
43 |
padding: 60px 0 0 0 ;
|
|
44 |
.bg-content ;
|
|
47 | 45 |
|
48 | 46 |
h1 { |
49 | 47 |
background-color: #fe5f14 !important; |
50 |
color: #ffffff; |
|
51 |
top: 30px ; |
|
52 |
position: fixed; |
|
53 |
width: 100% ; |
|
54 |
padding: 0.6em 0.5em 0.5em 0.6em; |
|
55 |
z-index: 1000; |
|
48 |
color: #ffffff;
|
|
49 |
top: 30px ;
|
|
50 |
position: fixed;
|
|
51 |
width: 100% ;
|
|
52 |
padding: 0.6em 0.5em 0.5em 0.6em;
|
|
53 |
z-index: 1000;
|
|
56 | 54 |
|
57 | 55 |
& + .wrapper { |
58 | 56 |
padding-top: 1.2em; |
59 |
//margin-top: 1.0em ; |
|
60 |
//top: 1.0em; |
|
61 |
//&:first-child{ |
|
62 |
//padding-top: 2.0em; |
|
63 |
//} |
|
64 | 57 |
} |
65 | 58 |
} |
66 | 59 |
|
60 |
// Login-Form with big logo |
|
61 |
|
|
62 |
.logo { |
|
63 |
width: auto; |
|
64 |
clear: both; |
|
65 |
margin: 3.0em auto 1.0em auto; |
|
66 |
padding: 2.0em 0 0 0; |
|
67 |
} |
|
68 |
|
|
69 |
.separate-form{ |
|
70 |
background-color: #ddd ; |
|
71 |
border: 1px @gray-standard solid; |
|
72 |
border-radius: @controlpanel-radius ; |
|
73 |
display: block ; |
|
74 |
width: 24.0em; |
|
75 |
margin: 0 auto ; |
|
76 |
padding: 0.7em 0.6em 1.0em 0.6em ; |
|
77 |
} |
|
78 |
|
|
67 | 79 |
.tabwidget { |
68 |
//top: 35px ; |
|
69 |
padding: 2.4em 0 0 0 !important; |
|
80 |
padding: 2.4em 0 0 0 !important; |
|
70 | 81 |
.ui-tabs-nav{ |
71 |
top: 66px; |
|
82 |
top: 66px;
|
|
72 | 83 |
} |
73 | 84 |
.ui-tabs-panel { |
74 |
padding: 2.0em 1.0em 1.0em 1.0em ; |
|
75 |
overflow: hidden; |
|
76 |
height: auto; |
|
77 |
min-height: 300px ; |
|
85 |
padding: 2.0em 1.0em 1.0em 1.0em ;
|
|
86 |
overflow: hidden;
|
|
87 |
height: auto;
|
|
88 |
min-height: 300px ;
|
|
78 | 89 |
} |
79 | 90 |
} |
91 |
|
|
80 | 92 |
& > form{ |
81 | 93 |
display: block ; |
82 | 94 |
margin-top: 1px ; |
83 | 95 |
padding-top: 1.2em ; |
84 | 96 |
} |
85 |
&> form { |
|
86 |
//padding-top: 3.8em ; |
|
87 |
} |
|
88 |
|
|
89 |
|
|
90 | 97 |
|
91 | 98 |
.message{ |
92 | 99 |
&_error, |
... | ... | |
95 | 102 |
&_warning, |
96 | 103 |
&_ok{ |
97 | 104 |
//margin-top: 70px ; |
98 |
|
|
99 | 105 |
} |
100 | 106 |
} |
101 |
|
|
102 |
|
|
103 |
|
|
104 |
} |
|
105 |
|
|
106 |
|
|
107 |
} |
|
107 |
|
|
108 |
} // /div.admin |
|
109 |
} // /body |
|
108 | 110 |
|
109 | 111 |
|
110 | 112 |
|
Auch abrufbar als: Unified diff
css/less -> Geaenderte & Neue Less-Dateien