]> wagnertech.de Git - mfinanz.git/blob - css/design40/less/admin.less
Merge branch 'master' of http://wagnertech.de/git/mfinanz
[mfinanz.git] / css / design40 / less / admin.less
1 // ----------------------------------------------------------------------------
2 //
3 // ADMIN-Section
4 //
5 // ----------------------------------------------------------------------------
6 // DESCRIPTION:
7 //
8 //
9 //
10 // CONTENTS:
11 // -
12 // -
13 // -
14 // -
15 // ----------------------------------------------------------------------------
16
17
18 // login and admin
19 // PENDENT: entfernen?!?!?!
20 a.no-underlined-links,
21 a.no-underlined-links:visited,
22 a.no-underlined-links:hover {
23   text-decoration: none !important;
24   background-color:transparent !important;
25   border:none;
26 }
27 a.no-underlined-links:hover {
28   background: none;
29 }
30
31
32
33
34 // Admin section: the menu itself doesn't occupy space. So make room
35 // at the top of the div covering the whole admin area.
36 body {
37
38   & + #menuv3 {
39     top: 0 important;
40   }
41
42   div.admin {
43     padding: 60px 0 0 0 ;
44     .bg-content ;
45
46     h1 {
47       background-color: #fe5f14 !important;
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;
54
55       & + .wrapper {
56         padding-top: 1.2em;
57       }
58     }
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
79     .tabwidget {
80       padding:         2.4em 0 0 0 !important;
81       .ui-tabs-nav{
82         top:           66px;
83       }
84       .ui-tabs-panel {
85         padding:       2.0em 1.0em 1.0em 1.0em ;
86         overflow:     hidden;
87         height:       auto;
88         min-height:   300px ;
89       }
90     }
91
92     & > form{
93       display: block ;
94       margin-top: 1px ;
95       padding-top: 1.2em ;
96     }
97
98     .message{
99       &_error,
100       &_hint,
101       &_info,
102       &_warning,
103       &_ok{
104         //margin-top: 70px ;
105       }
106     }
107     
108   } // /div.admin
109 } // /body
110
111
112
113
114
115
116
117