Lines 9-15
input:focus, textarea:focus {
Link Here
|
9 |
::selection { background:#538200; color:#ffffff; /* Safari and Opera */ } |
9 |
::selection { background:#538200; color:#ffffff; /* Safari and Opera */ } |
10 |
::-moz-selection { background:#538200; color:#ffffff; /* Firefox */ } |
10 |
::-moz-selection { background:#538200; color:#ffffff; /* Firefox */ } |
11 |
|
11 |
|
12 |
a, a:link, a:visited { |
12 |
a, a:link, a:visited, |
|
|
13 |
a.btn:link, a.btn:visited { |
13 |
color : #004d99; |
14 |
color : #004d99; |
14 |
text-decoration: none; |
15 |
text-decoration: none; |
15 |
} |
16 |
} |
Lines 107-114
em strong {
Link Here
|
107 |
|
108 |
|
108 |
input, textarea { |
109 |
input, textarea { |
109 |
padding : 2px 4px; |
110 |
padding : 2px 4px; |
|
|
111 |
line-height: normal; |
112 |
} |
113 |
|
114 |
input[type="checkbox"], input[type="radio"] { |
115 |
vertical-align: middle; |
116 |
margin: 0; |
110 |
} |
117 |
} |
111 |
|
118 |
|
|
|
119 |
label, .label { |
120 |
font-weight: normal; |
121 |
font-size: inherit; |
122 |
padding: 0; |
123 |
color: black; |
124 |
margin-bottom: 0; |
125 |
vertical-align: middle; |
126 |
} |
127 |
|
128 |
label input[type="checkbox"], |
129 |
label input[type="radio"], |
130 |
.label input[type="checkbox"], |
131 |
.label input[type="radio"] { |
132 |
margin-top: 0; |
133 |
} |
134 |
|
135 |
|
112 |
.subfield-label { |
136 |
.subfield-label { |
113 |
font-style : italic; |
137 |
font-style : italic; |
114 |
} |
138 |
} |
Lines 328-339
fieldset.lastchecked {
Link Here
|
328 |
} |
352 |
} |
329 |
|
353 |
|
330 |
legend { |
354 |
legend { |
331 |
font-size : 123.1%; |
355 |
font-size : 123.1%; |
332 |
font-weight : bold; |
356 |
font-weight : bold; |
333 |
border:2px solid #b9d8d9; |
357 |
border:2px solid #b9d8d9; |
334 |
background-color:#ffffff; |
358 |
background-color:#ffffff; |
335 |
border-radius:3px; |
359 |
border-radius:3px; |
336 |
padding: 0.2em 0.5em; |
360 |
padding: 0.2em 0.5em; |
|
|
361 |
width: auto; |
337 |
} |
362 |
} |
338 |
|
363 |
|
339 |
#floating-save { |
364 |
#floating-save { |
Lines 356-361
legend {
Link Here
|
356 |
margin-top : 1em; |
381 |
margin-top : 1em; |
357 |
} |
382 |
} |
358 |
|
383 |
|
|
|
384 |
#header>.container-fluid { |
385 |
padding: 0; |
386 |
} |
387 |
|
359 |
div.justify { |
388 |
div.justify { |
360 |
text-align: justify; |
389 |
text-align: justify; |
361 |
} |
390 |
} |
Lines 421-426
div#toolbar,
Link Here
|
421 |
.btn-toolbar { |
450 |
.btn-toolbar { |
422 |
background-color : #EDF4F6; |
451 |
background-color : #EDF4F6; |
423 |
padding: 5px 5px 5px 5px; |
452 |
padding: 5px 5px 5px 5px; |
|
|
453 |
margin: 0; |
424 |
border-radius: 5px 5px 0 0; |
454 |
border-radius: 5px 5px 0 0; |
425 |
border: 1px solid #E6F0F2; |
455 |
border: 1px solid #E6F0F2; |
426 |
} |
456 |
} |
Lines 567-573
border:2px solid #b9d8d9;
Link Here
|
567 |
float : left; |
597 |
float : left; |
568 |
font-size : 90%; |
598 |
font-size : 90%; |
569 |
clear : left; |
599 |
clear : left; |
570 |
margin: .9em 0 0 0; |
600 |
margin: .9em 0 0 0; |
571 |
padding: 0; |
601 |
padding: 0; |
572 |
width: 100%; |
602 |
width: 100%; |
573 |
} |
603 |
} |
Lines 651-663
fieldset.rows li.radio label {
Link Here
|
651 |
fieldset.rows ol.radio label { |
681 |
fieldset.rows ol.radio label { |
652 |
width : auto; |
682 |
width : auto; |
653 |
float : none; |
683 |
float : none; |
654 |
margin-right : 0; |
684 |
margin-right : 30px; |
|
|
685 |
padding-left: 0; |
686 |
vertical-align: middle; |
687 |
} |
688 |
|
689 |
fieldset.rows li.radio input + label { |
690 |
margin-left: 0; |
691 |
padding-left: 0; |
692 |
} |
693 |
|
694 |
fieldset.rows ol.radio input[type="checkbox"], |
695 |
fieldset.rows ol.radio input[type="radio"] { |
696 |
margin-left: -28px; |
655 |
} |
697 |
} |
656 |
|
698 |
|
657 |
fieldset.rows ol.radio label.radio { |
699 |
fieldset.rows ol.radio label.radio { |
658 |
float : left; |
700 |
float : left; |
659 |
width : 12em; |
701 |
width : 9em; |
660 |
margin-right : 1em; |
702 |
margin-right : 1em; |
|
|
703 |
margin-top: 0; |
661 |
} |
704 |
} |
662 |
|
705 |
|
663 |
fieldset.rows caption { |
706 |
fieldset.rows caption { |
Lines 693-704
fieldset.rows label.error {
Link Here
|
693 |
|
736 |
|
694 |
fieldset.action, div.action { |
737 |
fieldset.action, div.action { |
695 |
background-color: transparent; |
738 |
background-color: transparent; |
696 |
clear : both; |
739 |
clear : both; |
697 |
float : none; |
740 |
float : none; |
698 |
border : 0px; |
741 |
border : 0px; |
699 |
margin: 0; |
742 |
margin: 0.9em 0 0 0; |
700 |
padding: .4em .4em .4em .1em; |
743 |
padding: 0; |
701 |
width: auto; |
744 |
width: auto; |
|
|
745 |
} |
746 |
|
747 |
.btn-toolbar fieldset.action { |
748 |
margin-top: 0; |
702 |
} |
749 |
} |
703 |
|
750 |
|
704 |
div.rows+div.rows { |
751 |
div.rows+div.rows { |
Lines 717-725
width: 100%;
Link Here
|
717 |
div.rows span.label { |
764 |
div.rows span.label { |
718 |
float: left; |
765 |
float: left; |
719 |
font-weight : bold; |
766 |
font-weight : bold; |
720 |
width: 9em; |
767 |
width: 9em; |
721 |
margin-right: 1em; |
768 |
margin-right: 1em; |
722 |
text-align: left; |
769 |
text-align: left; |
|
|
770 |
padding-top: 0; |
771 |
} |
772 |
|
773 |
.rows .label { |
774 |
white-space: normal; |
723 |
} |
775 |
} |
724 |
|
776 |
|
725 |
div.rows ol { |
777 |
div.rows ol { |
Lines 760-766
fieldset.rows label.inline {
Link Here
|
760 |
fieldset.rows .inputnote { |
812 |
fieldset.rows .inputnote { |
761 |
clear : left; |
813 |
clear : left; |
762 |
float : left; |
814 |
float : left; |
763 |
margin : .5em 0 0 11em; |
815 |
margin : 1em 0 0 11em; |
764 |
} |
816 |
} |
765 |
|
817 |
|
766 |
.checkedout { |
818 |
.checkedout { |
Lines 2314-2326
button,
Link Here
|
2314 |
border : 0; |
2366 |
border : 0; |
2315 |
} |
2367 |
} |
2316 |
|
2368 |
|
2317 |
.btn-small .caret { |
|
|
2318 |
margin-top : .6em; |
2319 |
} |
2320 |
|
2321 |
#toolbar .btn, |
2322 |
#toolbar .dropdown-menu, |
2369 |
#toolbar .dropdown-menu, |
2323 |
.btn-toolbar .btn, |
|
|
2324 |
.btn-toolbar .dropdown-menu { |
2370 |
.btn-toolbar .dropdown-menu { |
2325 |
font-size: 13px; |
2371 |
font-size: 13px; |
2326 |
} |
2372 |
} |
Lines 2328-2333
a.btn:link,
Link Here
|
2328 |
a.btn:visited{ |
2374 |
a.btn:visited{ |
2329 |
color: #333333; |
2375 |
color: #333333; |
2330 |
} |
2376 |
} |
|
|
2377 |
|
2378 |
a.btn-link:hover { |
2379 |
color : #538200; |
2380 |
} |
2381 |
|
2331 |
.dropdown-menu li { |
2382 |
.dropdown-menu li { |
2332 |
list-style: none outside none; |
2383 |
list-style: none outside none; |
2333 |
} |
2384 |
} |
Lines 2341-2346
a.disabled {
Link Here
|
2341 |
|
2392 |
|
2342 |
.navbar { |
2393 |
.navbar { |
2343 |
color: #333; |
2394 |
color: #333; |
|
|
2395 |
min-height: 20px; |
2396 |
} |
2397 |
|
2398 |
#header.navbar { |
2399 |
margin-bottom: 0; |
2400 |
} |
2401 |
|
2402 |
#header.navbar-default { |
2403 |
background: #e6f0f2; |
2404 |
box-shadow: none; |
2405 |
border: none; |
2406 |
} |
2407 |
|
2408 |
#changelanguage .navbar-text { |
2409 |
margin: 0; |
2410 |
padding: 0 0.6em; |
2411 |
} |
2412 |
|
2413 |
#changelanguage .navbar-text span { |
2414 |
padding: 0.4em 0.3em; |
2415 |
display: block; |
2416 |
line-height: 20px; |
2344 |
} |
2417 |
} |
2345 |
|
2418 |
|
2346 |
.navbar .nav > li > a, .loggedout { |
2419 |
.navbar .nav > li > a, .loggedout { |
Lines 2359-2370
a.disabled {
Link Here
|
2359 |
color: #538200; |
2432 |
color: #538200; |
2360 |
} |
2433 |
} |
2361 |
|
2434 |
|
2362 |
.navbar .nav li.dropdown.open > .dropdown-toggle, |
|
|
2363 |
.navbar .nav li.dropdown.active > .dropdown-toggle, |
2364 |
.navbar .nav li.dropdown.open.active > .dropdown-toggle { |
2365 |
background: transparent none; |
2366 |
} |
2367 |
|
2368 |
.navbar-static-top .navbar-inner { |
2435 |
.navbar-static-top .navbar-inner { |
2369 |
background: #E6F0F2 none; |
2436 |
background: #E6F0F2 none; |
2370 |
border: 0; |
2437 |
border: 0; |
Lines 2403-2421
a.disabled {
Link Here
|
2403 |
font-weight: bold; |
2470 |
font-weight: bold; |
2404 |
padding : .4em .3em; |
2471 |
padding : .4em .3em; |
2405 |
} |
2472 |
} |
2406 |
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle { |
|
|
2407 |
background: transparent none; |
2408 |
} |
2409 |
|
2473 |
|
2410 |
.navbar .nav > li > a:focus, |
2474 |
.navbar .nav > li > a:focus, |
2411 |
.navbar .nav > li > a:hover { |
2475 |
.navbar .nav > li > a:hover { |
2412 |
color: #538200; |
2476 |
color: #538200; |
2413 |
} |
2477 |
} |
2414 |
|
2478 |
|
2415 |
.navbar .nav li.dropdown.open > .dropdown-toggle, |
2479 |
.navbar .nav li.dropdown.open > .dropdown-toggle:focus, |
2416 |
.navbar .nav li.dropdown.active > .dropdown-toggle, |
2480 |
.navbar .nav li.dropdown.active > .dropdown-toggle:focus, |
2417 |
.navbar .nav li.dropdown.open.active > .dropdown-toggle { |
2481 |
.navbar .nav li.dropdown.open.active > .dropdown-toggle:focus { |
2418 |
background: transparent none; |
2482 |
background: #e6f0f2 none; |
|
|
2483 |
box-shadow: none; |
2419 |
} |
2484 |
} |
2420 |
|
2485 |
|
2421 |
.tooltip.bottom .tooltip-arrow { |
2486 |
.tooltip.bottom .tooltip-arrow { |
Lines 2457-2464
a.close:hover {
Link Here
|
2457 |
/* Redefine a new style for Bootstrap's class "close" since we use that already */ |
2522 |
/* Redefine a new style for Bootstrap's class "close" since we use that already */ |
2458 |
/* Use <a class="closebtn" href="#">×</a> */ |
2523 |
/* Use <a class="closebtn" href="#">×</a> */ |
2459 |
.alert .closebtn{position:relative;top:-2px;right:-21px;line-height:20px;} |
2524 |
.alert .closebtn{position:relative;top:-2px;right:-21px;line-height:20px;} |
2460 |
.modal-header .closebtn{margin-top:2px;} |
2525 |
.modal-header .closebtn{margin-top:-2px;} |
2461 |
.closebtn{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.closebtn:hover{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40);} |
2526 |
.closebtn{float: right;font-size: 21px;font-weight: bold;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;filter: alpha(opacity=20);opacity: .2;}.closebtn:hover,.closebtn:focus{color:#000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50);} |
2462 |
button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;} |
2527 |
button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;} |
2463 |
|
2528 |
|
2464 |
.btn-group label, |
2529 |
.btn-group label, |
Lines 2778-2780
div[class$="_table_controls"] {
Link Here
|
2778 |
#borrower_message { |
2843 |
#borrower_message { |
2779 |
margin-top: 10px; |
2844 |
margin-top: 10px; |
2780 |
} |
2845 |
} |
2781 |
- |
2846 |
|
|
|
2847 |
fieldset.rows + fieldset.action { |
2848 |
padding-top: 20px; |
2849 |
} |