]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/staff/css/style.css.tt2
9aa3eda411cfc15b0a694039db66f83ec685ae02
[working/Evergreen.git] / Open-ILS / src / templates / staff / css / style.css.tt2
1 /* --------------------------------------------------------------------------
2  * Simple default navbar style adjustements to apply the Evergreen color.
3  * TODO: style other components to match EG color scheme
4  */
5 #top-navbar.navbar-default {
6     background: -webkit-linear-gradient(#00593d, #007a54);
7     background-color: #007a54;
8     color: #fff;
9 }
10 #top-navbar.navbar-default .navbar-nav>li>a {
11     color: #fff;
12 }
13 #top-navbar.navbar-default .navbar-nav>li>a:hover {
14     color: #ddd;
15 }
16 #top-navbar.navbar-default .navbar-nav > .open > a,
17 #top-navbar.navbar-default .navbar-nav > .open > a:focus,
18 #top-navbar.navbar-default .navbar-nav > .open > a:hover {
19     background-color: #7a7a7a;
20 }
21 #top-navbar.navbar-default .navbar-nav>.dropdown>a .caret {
22     border-top-color: #fff;
23     border-bottom-color: #fff;
24 }
25 #top-navbar.navbar-default .navbar-nav>.dropdown>a:hover .caret {
26     border-top-color: #ddd;
27     border-bottom-color: #ddd;
28 }
29
30 /* Hatch / WebSockets / Etc. connectivity status indicator */
31 .connect-status-ok {
32   color: rgb(92, 184, 92); /* success */
33 }
34
35 /* --------------------------------------------------------------------------
36  * Structural modifications
37  */
38
39 #top-content-container {
40     /* allow the primary container to occupy most of the page,
41      * but leave some narrow gutters along the side, much 
42      * narrower than the default Bootstrapp container gutters.
43      */
44     width: 95%;
45     padding-top: 70px;
46 }
47
48
49 /* --------------------------------------------------------------------------
50  * Temporaray local CSS required to make angular-ui-bootstrap
51  * version 0.6.0 look right with Bootstrap CSS 3.0
52  */
53 .nav, .pagination, .carousel a { cursor: pointer; }
54 /*
55 .modal {
56     display: block;
57     height: 0;
58     overflow: visible;
59 }
60 .modal-body:before,
61 .modal-body:after {
62     display: table;
63     content: " ";
64 }
65 .modal-header:before,
66 .modal-header:after {
67     display: table;
68     content: " ";
69 }
70 */
71
72 /* --------------------------------------------------------------------------
73 /* Form Validation CSS - http://docs.angularjs.org/guide/forms
74  * TODO: these colors are harsh and don't fit the EG color scheme
75  */
76 .form-validated input.ng-invalid.ng-dirty {
77   background-color: #FA787E;
78 }
79 .form-validated input.ng-valid.ng-dirty {
80   background-color: #78FA89;
81 }
82 .form-validated textarea.ng-invalid.ng-dirty {
83   background-color: #FA787E;
84 }
85 .form-validated textarea.ng-valid.ng-dirty {
86   background-color: #78FA89;
87 }
88
89 /* --------------------------------------------------------------------------
90  * Local style
91  */
92
93 /* no bootstrap way to directly disable a link.  */
94 a.disabled {
95   pointer-events: none;
96   cursor: default;
97   color: #888 !important;
98 }
99
100 #splash-nav .panel-body div {
101     padding-bottom: 10px;
102 }
103
104 table.list tr.selected td { /* deprecated? */
105     color: #2a6496;
106     background-color: #F5F5F5;
107 }
108
109 .pad-horiz {padding : 0px 10px 0px 10px; }
110 .pad-vert {padding : 20px 0px 10px 0px;}
111 .pad-left {padding-left: 10px;}
112 .pad-right {padding-right: 10px;}
113 .pad-right-min {padding-right: 5px;}
114 .pad-all-min {padding : 5px; }
115 .pad-all-min2 {padding : 2px; }
116 .pad-all {padding : 10px; }
117
118 #print-div { display: none; }
119
120 /* by default, give all tab panes some top padding */
121 .tab-pane { padding-top: 20px; }
122
123 .nav-pills-like-tabs {
124     border-bottom:1px solid #CCC;
125 }
126
127 .btn-pad {
128   /* sometimes you don't want buttons scrunched together -- add some margin */
129   margin-left: 10px;
130 }
131
132 /* button styling by Cory LaViska from
133    http://www.abeautifulsite.net/whipping-file-inputs-into-shape-with-bootstrap-3/
134 */
135 .btn-file {
136     position: relative;
137     overflow: hidden;
138 }
139 .btn-file input[type=file] {
140     position: absolute;
141     top: 0;
142     right: 0;
143     min-width: 100%;
144     min-height: 100%;
145     font-size: 100px;
146     text-align: right;
147     filter: alpha(opacity=0);
148     opacity: 0;
149     outline: none;
150     background: white;
151     cursor: inherit;
152     display: block;
153 }
154
155 .strong-text {
156   font-weight: bold;
157 }
158 .strong-text-1 {
159   font-size: 110%;
160   font-weight: bold;
161 }
162 .strong-text-2 {
163   font-size: 120%;
164   font-weight: bold;
165 }
166 .strong-text-3 {
167   font-size: 130%;
168   font-weight: bold;
169 }
170 .strong-text-4 {
171   font-size: 140%;
172   font-weight: bold;
173 }
174
175 .currency-input {
176   width: 8em;
177 }
178
179 /* barcode inputs are everywhere.  Let's have a consistent style. */
180 .barcode { width: 16em !important; }
181
182 /* bootstrap alerts are heavily padded.  use this to reduce */
183 .alert-less-pad {padding: 5px;}
184
185 /* text displayed inside a <progressbar>, typically the max/progress values */
186 .progressbar-text {
187   color:black;
188   white-space:nowrap;
189 }
190
191 /* embedded UI iframe */
192 .eg-embed-frame {
193   width: 100%;
194 }
195 .eg-embed-frame iframe {
196   width: 100%;
197   border: none;
198   margin: 0px;
199   padding: 0px;
200 }
201
202 /* ----------------------------------------------------------------------
203  * Grid
204  * ---------------------------------------------------------------------- */
205
206 .eg-grid-primary-label {
207   font-weight: bold;
208   font-size: 120%;
209   margin-right: 2em;
210 }
211
212 /* odd/even row styling */
213 .eg-grid-content-body > div:nth-child(odd):not(.eg-grid-row-selected) {
214   background-color: rgb(248, 248, 248);
215 }
216
217 .eg-grid-row {
218   width: 100%;
219   display: flex;
220   border: 1px solid #ccc;
221 }
222
223 .eg-grid-row:not(.eg-grid-header-row):not(.eg-grid-conf-row) {
224   /* TODO: remove, pretty sure this is no longer needed w/ nowrap */
225   /*height: 1.8em;*/
226 }
227
228 .eg-grid-action-row {
229   border: none;
230   /* margin should not have to be this large; something's up */
231   margin-bottom: 12px;
232 }
233
234 .eg-grid-header-row { 
235   font-weight: bold; 
236 }
237
238 .eg-grid-header-row > .eg-grid-cell {
239   border-right: 1px solid #CCC;
240   text-align: center;
241
242   /* vertically align header cell text by treating 
243      each header cell as a vertical flex container */
244   display:flex;
245   flex-direction:column;
246   justify-content:flex-end;
247 }
248
249 .eg-grid-cell {
250   /* avoid text flowing into adjacent cells */
251   white-space: nowrap;
252   text-overflow: ellipsis;
253   overflow: hidden;
254 }
255
256 /* in config display, make cells more obvious */
257 .eg-grid-as-conf .eg-grid-row {
258   border: 1px solid #777;
259 }
260 .eg-grid-as-conf .eg-grid-cell {
261   border-right: 1px solid #777;
262 }
263
264 /* stock columns need fixed-width controls */
265 .eg-grid-cell-stock {
266   width: 2.2em;
267   text-align: center;
268 }
269
270 /* the conf header must be twice the stock flex */
271 .eg-grid-cell-conf-header {
272   width: 4.4em;
273   font-weight: bold;
274 }
275
276 .eg-grid-row-selected {
277   color: rgb(51, 51, 51);
278   background-color: rgb(201, 221, 225);
279   border-bottom: 1px solid #888;
280 }
281
282 /* Improve ::selection styling by only allowing selection on text
283  * content cells within the main body of the grid.  Otherwise, the browser 
284  * styles row background and text (all dark blue?) when shift-click or 
285  * click-drag is used.
286  */
287 .eg-grid-content-body .eg-grid-row {
288   user-select:none;
289   -moz-user-select: none;
290   -webkit-user-select: none;
291 }
292 .eg-grid-content-body .eg-grid-cell-content {
293   user-select:text;
294   -moz-user-select: text;
295   -webkit-user-select: text;
296 }
297 .eg-grid-cell-content::-moz-selection {
298   color: rgb(51, 51, 51);
299   background: rgb(201, 221, 225);
300   border-bottom: 1px solid #888;
301 }
302 .eg-grid-cell-content::selection {
303   color: rgb(51, 51, 51);
304   background: rgb(201, 221, 225);
305   border-bottom: 1px solid #888;
306 }
307
308 .eg-grid-conf-cell-entry {
309   width:98%;
310   text-align:center;
311   padding: 3px;
312 }
313
314 .eg-grid-conf-cell-entry:not(:first-child) {
315   border-top:1px solid #ccc;
316 }
317
318 .eg-grid-conf-row {
319   background-color: #dff0d8;
320   border-color: #d6e9c6;
321 }
322
323 .eg-grid-conf-row:first-child {
324   /* alignment fix; account for one missing border */
325   padding-right: 1px;
326 }
327
328 .eg-grid-column-move-handle:hover {
329   cursor: move;
330 }
331
332 .eg-grid-column-move-handle-active,
333 .eg-grid-column-move-handle-active:active {
334   /* similar to label-primary, sans padding */
335   background-color: rgb(66, 139, 202);
336   color: #fff;
337 }
338
339 .eg-grid-col-hover {
340   /* similar to label-success, sans padding */
341   background-color: rgb(92, 184, 92);
342   color: #fff;
343 }
344
345 .eg-grid-column-resize-handle {
346   height: 100%;
347 }
348 .eg-grid-column-resize-handle:hover {
349   cursor: col-resize;
350 }
351
352 /* for these to be useful, they would have to be applied 
353  * to the dragover targets.  not yet done */
354 .eg-grid-column-resize-handle-west {
355   cursor: w-resize;
356 }
357 .eg-grid-column-resize-handle-east {
358   cursor: e-resize;
359 }
360
361 .eg-grid-column-last-mod {
362   background-color: #78FA89;
363 }
364
365 .eg-grid-menu-item {
366   margin-right: 10px;
367 }
368
369
370 /* hack to make the header columns line up with the content columns
371    when the scroll bar is visible along the right side of the content
372    columns. TODO: if this varies enough by browser, we'll need to
373    calculate the width instead. */
374 /*
375 .eg-grid-scroll > .eg-grid-header-row, 
376 .eg-grid-scroll > .eg-grid-conf-row { 
377   padding-right: 15px;
378 }
379 .eg-grid-scroll > .eg-grid-content-body {
380   overflow-y:scroll; 
381   height: 600px; 
382 }
383 */
384 .eg-grid-column-picker {
385   height: auto;
386   max-height: 400px;
387   overflow: auto;
388   box-shadow: none;
389 }
390
391
392 /* ----------------------------------------------------------------------
393  * /Grid
394  * ---------------------------------------------------------------------- */
395
396
397 /* simple flex container for consistent-width cell-based structures */
398 .flex-container-striped > .flex-row:nth-child(odd) {
399   background-color: #f5f5f5;
400 }
401 .flex-container-bordered .flex-cell {
402   border-bottom: 1px solid #ddd;
403 }
404 .flex-row {
405   display: flex;
406 }
407 .flex-row.padded div {
408   padding: 5px;
409 }
410 .flex-row.left-anchored > div {
411   margin-right: 10px;
412 }
413 .flex-cell {
414   flex: 1;
415   padding: 4px; /* bootstrap default is much bigger */
416 }
417 .flex-cell.well {
418   min-height: 2.5em; /* don't let empty wells scrunch down */
419   margin-bottom: 5px; /* bootstrap default is 20px */
420 }
421 .flex-2 { /* meh, convience */
422   flex: 2;
423 }
424 .flex-3 { /* meh, convience */
425   flex: 3;
426 }
427 .flex-4 { /* meh, convience */
428   flex: 4;
429 }
430
431 /* TODO: match media size to Bootstrap "md" col resizing */
432 @media all and (max-width: 800px) {
433   .flex-row {
434     flex-direction: column;
435   }
436   .eg-grid-row {
437     flex-direction: column;
438   }
439 }
440
441 /* optional class to make 'lg' Bootstrap modals even wider */
442 @media (min-width: 768px) {
443   .eg-wide-modal .modal-lg {
444     width: 95%;
445   }
446 }
447
448 @media all and (min-width: 800px) {
449     /* scrollable menus for full-size screens */
450     .scrollable-menu {
451         height: auto;
452         max-height: 200px;
453         overflow-x: hidden;
454     }
455 }
456
457 .eg-modal-progress progress {
458   width: 100%;
459   height: 25px;
460 }
461
462 [%# 
463 vim: ft=css 
464 %]