33/* (c) 2013 Olivier Giulieri */
44
55
6- /* evol-utility : evol-dico .css */
6+ /* evol-utility : evol-view-one .css */
77
8- .evol-des-field ,
9- .evol-des-panel {
10- position : absolute;
11- overflow : auto;
12- background-color : white;
13- box-shadow : 6px 6px 3px # a0a0a0 ;
14- border : # 696969 1px solid;
15- padding : 4px ;
8+ /* --- panels & tabs --- */
9+
10+ .evol-pnls ,
11+ .evol-pnl > div > fieldset {
12+ padding : 10px 10px 5px 2px ;
13+ }
14+ .evol-pnl > .panel {
15+ margin-bottom : 12px ;
16+ }
17+ .evol-fld {
18+ padding-left : 10px !important ;
19+ margin-bottom : 6px ;
1620}
1721
18- .evol-des-field {
19- width : 500px ;
20- height : 600px ;
22+ .evol-pnl , .evol-pnl-lst {
23+ padding-left : 10px !important ;
2124}
2225
23- .evol-des-panel {
24- width : 400px ;
25- height : 500px ;
26+ .evol-tabs {
27+ margin : 0 10px ;
2628}
2729
30+ /* --- fields --- */
2831
32+ .evol-required {
33+ margin-left : 3px ;
34+ color : # b94a48 ;
35+ font-weight : bold;
36+ }
2937
38+ .evol-buttons {
39+ margin-top : 0 !important ;
40+ }
41+ .evol-buttons > button {
42+ margin-right : 1em ;
43+ }
44+ .evol-title-toggle {
45+ float : right;
46+ }
47+ .evol-json {
48+ width : 100% ;
49+ height : 350px ;
50+ margin : 10px 0 ;
51+ }
52+ .glyphicon-wrench {
53+ margin-left : 5px ;
54+ display : inline !important ;
55+ }
3056
57+ /* bootstrap modifications*/
58+ .evol-fld > .text-danger {
59+ margin-bottom : 0 !important ;
60+ }
61+ .evol-field-label > label > .glyphicon-question-sign {
62+ cursor : pointer;
63+ padding-left : 4px ;
64+ color : silver;
65+ }
66+ .evo-mini-holder {
67+ margin : 10px -10px ;
68+ }
69+ .evo-mini-label {
70+ float : left;
71+ width : 38% ;
72+ max-width : 200px ;
73+ padding-right : 10px ;
74+ clear : left;
75+ }
76+ .evo-mini-content {
77+ float : left;
78+ width : 62% ;
79+ width : calc (100% - 200px );
80+ }
81+
82+ @media only screen and (max-width : 500px ) {
83+ .evo-mini-label {float : none;width : auto;}
84+ .evo-mini-content {float : none;width : auto;}
85+ }
86+
87+ .w-100 {
88+ width : 100% ;
89+ }
90+
91+ .evo-one-edit {
92+ margin-left : -10px ;
93+ }
3194
3295/* evol-utility : evol-view-many.css */
3396
3699img .evol-table-icon {
37100 margin-right : 6px !important ;
38101}
39- .table {
40- margin-bottom : 0 !important ;
41- }
42- .table th > span {
43- white-space : nowrap;
44- margin-right : 5px ;
45- }
46- .table th .glyphicon-chevron-up {
102+ .table th .glyphicon-chevron-up ,
103+ .table th .glyphicon-chevron-down {
47104 width : 50px ;
48105 cursor : pointer;
49106}
@@ -115,104 +172,47 @@ img.evol-table-icon{
115172}
116173
117174
118- /* evol-utility : evol-view-one.css */
119-
120- /* --- panels & tabs --- */
121-
122- .evol-pnls ,
123- .evol-pnl > div > fieldset {
124- padding : 10px 10px 5px 2px ;
125- }
126- .evol-pnl > .panel {
127- margin-bottom : 12px ;
128- }
129- .evol-fld {
130- padding-left : 10px !important ;
131- margin-bottom : 6px ;
132- }
133-
134- .evol-pnl , .evol-pnl-lst {
135- padding-left : 10px !important ;
136- }
137-
138- .evol-tabs {
139- margin : 0 10px ;
140- }
141-
142- /* --- fields --- */
175+ /* evol-utility : evol-dico.css */
143176
144- .evol-required {
145- margin-left : 3px ;
146- color : # b94a48 ;
147- font-weight : bold;
177+ .evol-des-field ,
178+ .evol-des-panel {
179+ z-index : 2000 ;
180+ position : absolute;
181+ overflow : auto;
182+ background-color : white;
183+ box-shadow : 6px 6px 3px # a0a0a0 ;
184+ border : # 696969 1px solid;
185+ padding : 4px ;
148186}
149187
150- .evol-buttons {
151- margin-top : 0 !important ;
152- }
153- .evol-buttons > button {
154- margin-right : 1em ;
155- }
156- .evol-title-toggle {
157- float : right;
158- }
159- .evol-json {
160- width : 100% ;
161- height : 350px ;
162- margin : 10px 0 ;
163- }
164- .glyphicon-wrench {
165- margin-left : 5px ;
166- display : inline !important ;
188+ .evol-des-field {
189+ width : 400px ;
190+ height : 500px ;
167191}
168192
169- /* bootstrap modifications*/
170- . evol-fld > . text-danger {
171- margin-bottom : 0 !important ;
193+ . evol-des-panel {
194+ width : 400 px ;
195+ height : 500 px ;
172196}
173- . evol-field- label > label > .glyphicon-question-sign {
197+ label > .glyphicon-wrench {
174198 cursor : pointer;
175- padding-left : 4px ;
176- color : silver;
177- }
178- .evo-mini-holder {
179- margin : 10px -10px ;
180- }
181- .evo-mini-label {
182- float : left;
183- width : 38% ;
184- max-width : 200px ;
185- padding-right : 10px ;
186- clear : left;
187- }
188- .evo-mini-content {
189- float : left;
190- width : 62% ;
191- width : calc (100% - 200px );
192199}
193200
194- @media only screen and (max-width : 500px ) {
195- .evo-mini-label {float : none;width : auto;}
196- .evo-mini-content {float : none;width : auto;}
197- }
198201
199- .w-100 {
200- width : 100% ;
201- }
202202
203- .evo-one-edit {
204- margin-left : -10px ;
205- }
206203
207204/* evol-utility : evol-view-toolbar.css */
208205
209- .dropdown-menu > li > a > glyphicon {
210- padding-right : 5px ;
206+ .evo-toolbar {
207+ border : 1px solid # bce8f1 ;
208+ border-radius : 4px ;
209+ margin-bottom : 10px ;
210+ padding : 3px ;
211+ }
212+ .evo-toolbar > [data-cid = "views" ]{
213+ color : black;
211214}
212215
213- .navbar-nav > li > div {
214- padding : 15px 20px 15px 5px ;
215- line-height : 20px ;
216- color : # 777 ;
217- border-radius : 4px ;
218- }
216+ .evo-toolbar > ul > .evo-sel .glyphicon : before {
217+ color : black;
218+ }
0 commit comments