View | Details | Raw Unified | Return to bug 16239
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/cateditor.css (-5 / +6 lines)
Lines 181-187 body { Link Here
181
    border: solid 2px #b9d8d9;
181
    border: solid 2px #b9d8d9;
182
    border-bottom-style: none;
182
    border-bottom-style: none;
183
    border-radius: 6px 6px 0 0;
183
    border-radius: 6px 6px 0 0;
184
    height: 18px;
185
    margin-bottom: -32px;
184
    margin-bottom: -32px;
186
    overflow: auto;
185
    overflow: auto;
187
    padding: 4px;
186
    padding: 4px;
Lines 206-219 body { Link Here
206
205
207
/*> Search */
206
/*> Search */
208
207
209
#advanced-search-ui, #search-results-ui, #macro-ui {
208
#advanced-search-ui .modal-lg, #search-results-ui .modal-lg, #macro-ui .modal-lg {
210
    padding: 5px;
211
    width: 90%;
209
    width: 90%;
212
}
210
}
213
211
214
.modal-body {
212
.modal-body {
215
    max-height: none;
213
    max-height: none;
216
    padding: 0;
214
}
215
216
.modal-lg .modal-body {
217
    overflow-y: auto;
217
}
218
}
218
219
219
#quicksearch-overlay {
220
#quicksearch-overlay {
Lines 282-288 body { Link Here
282
    width: 14em;
283
    width: 14em;
283
}
284
}
284
285
285
.icon-loading {
286
.fa.fa-spinner {
286
    display: inline-block;
287
    display: inline-block;
287
    height: 16px;
288
    height: 16px;
288
    width: 16px;
289
    width: 16px;
(-)a/koha-tmpl/intranet-tmpl/prog/css/datatables.css (-1 / +19 lines)
Lines 45-52 div.dataTables_info, Link Here
45
div.dataTables_paginate {
45
div.dataTables_paginate {
46
    float: left;
46
    float: left;
47
    padding : .3em .5em .3em .5em;
47
    padding : .3em .5em .3em .5em;
48
}
48
49
50
div.dataTables_filter label,
51
div.dataTables_length label,
52
div.dataTables_info label,
53
div.dataTables_paginate label,
54
div.dataTables_filter input,
55
div.dataTables_length input,
56
div.dataTables_info input,
57
div.dataTables_paginate input {
58
    padding: 0;
49
}
59
}
60
50
div.dataTables_length {
61
div.dataTables_length {
51
    border-right : 1px solid #686868;
62
    border-right : 1px solid #686868;
52
    line-height:1.9em;
63
    line-height:1.9em;
Lines 60-67 div.dataTables_filter { Link Here
60
    border-left : 1px solid #FFF;
71
    border-left : 1px solid #FFF;
61
    border-right : 1px solid #AAAAAA;
72
    border-right : 1px solid #AAAAAA;
62
}
73
}
74
div.dataTables_length label {
75
    display: inline;
76
}
63
div.dataTables_filter {
77
div.dataTables_filter {
64
    line-height : 1.9em;
78
    line-height : inherit;
65
}
79
}
66
div.dataTables_paginate {
80
div.dataTables_paginate {
67
    padding : 0;
81
    padding : 0;
Lines 263-265 table.group tr.even td { Link Here
263
    background-color: #FFF;
277
    background-color: #FFF;
264
    border-right : 1px solid #BCBCBC;
278
    border-right : 1px solid #BCBCBC;
265
}
279
}
280
281
button.dt-button, div.dt-button, a.dt-button {
282
    margin: 3px 3px 0;
283
}
(-)a/koha-tmpl/intranet-tmpl/prog/css/humanmsg.css (+5 lines)
Lines 22-27 html, body { Link Here
22
	display: none;
22
	display: none;
23
	opacity: 0;
23
	opacity: 0;
24
	z-index: 100000;
24
	z-index: 100000;
25
        padding: 20px;
25
}
26
}
26
27
27
.humanError {
28
.humanError {
Lines 47-52 html, body { Link Here
47
	display: none;
48
	display: none;
48
	}
49
	}
49
50
51
.humanMsg ul li {
52
        list-style-type: none;
53
        }
54
50
#humanMsgLog {
55
#humanMsgLog {
51
	font: normal 10px Helvetica, Arial, Sans-Serif;
56
	font: normal 10px Helvetica, Arial, Sans-Serif;
52
	color: white;
57
	color: white;
(-)a/koha-tmpl/intranet-tmpl/prog/css/mainpage.css (+1 lines)
Lines 74-79 ul.biglinks-list li a.icon_general { Link Here
74
    /* Class used for each module link */
74
    /* Class used for each module link */
75
    background-image:url('../img/staff-home-icons-sprite.png');
75
    background-image:url('../img/staff-home-icons-sprite.png');
76
    display: block;
76
    display: block;
77
    box-sizing: content-box;
77
    float: left;
78
    float: left;
78
79
79
    width: 83%;
80
    width: 83%;
(-)a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css (-35 / +112 lines)
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;
117
}
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;
110
}
126
}
111
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 603-608 fieldset.rows fieldset { Link Here
603
	width: 9em;  
633
	width: 9em;  
604
}
634
}
605
635
636
.yui-b fieldset.rows td label, .yui-b fieldset.rows td span.label {
637
        width: auto;
638
}
639
606
.yui-b fieldset.rows div.hint {
640
.yui-b fieldset.rows div.hint {
607
	margin-left : 10.5em;
641
	margin-left : 10.5em;
608
}
642
}
Lines 651-663 fieldset.rows li.radio label { Link Here
651
fieldset.rows ol.radio label {
685
fieldset.rows ol.radio label {
652
	width : auto;
686
	width : auto;
653
	float : none;
687
	float : none;
654
	margin-right : 0;
688
	margin-right : 30px;
689
        margin-left: 20px;
690
        padding-left: 0;
691
        vertical-align: middle;
692
}
693
694
fieldset.rows li.radio input + label {
695
    margin-left: 0;
696
    padding-left: 0;
697
}
698
699
fieldset.rows ol.radio input[type="checkbox"],
700
fieldset.rows ol.radio input[type="radio"] {
701
    margin-left: -20px;
655
}
702
}
656
703
657
fieldset.rows ol.radio label.radio {
704
fieldset.rows ol.radio label.radio {
658
	float : left;
705
	float : left;
659
	width : 12em;
706
	width : 9em;
660
	margin-right : 1em;
707
	margin-right : 1em;
708
        margin-top: 0;
661
}
709
}
662
710
663
fieldset.rows caption {
711
fieldset.rows caption {
Lines 693-704 fieldset.rows label.error { Link Here
693
741
694
fieldset.action, div.action {
742
fieldset.action, div.action {
695
    background-color: transparent;
743
    background-color: transparent;
696
	clear : both;
744
    clear : both;
697
	float : none;
745
    float : none;
698
    border : 0px;
746
    border : 0px;
699
  margin: 0;
747
    margin: 0.9em 0 0 0;
700
     padding: .4em .4em .4em .1em;
748
    padding: 0;
701
  width: auto;
749
    width: auto;
750
}
751
752
.btn-toolbar fieldset.action {
753
    margin-top: 0;
702
}
754
}
703
755
704
div.rows+div.rows {
756
div.rows+div.rows {
Lines 717-725 width: 100%; Link Here
717
div.rows span.label {  
769
div.rows span.label {  
718
	float: left;  
770
	float: left;  
719
	font-weight : bold;
771
	font-weight : bold;
720
	width: 9em;  
772
	width: 9em;
721
	margin-right: 1em;  
773
	margin-right: 1em;  
722
	text-align: left;
774
	text-align: left;
775
        padding-top: 0;
776
}
777
778
.rows .label {
779
    white-space: normal;
723
}
780
}
724
781
725
div.rows ol {  
782
div.rows ol {  
Lines 760-766 fieldset.rows label.inline { Link Here
760
fieldset.rows .inputnote {
817
fieldset.rows .inputnote {
761
	clear : left;
818
	clear : left;
762
	float : left;
819
	float : left;
763
	margin : .5em 0 0 11em;
820
	margin : 1em 0 0 11em;
764
}
821
}
765
822
766
.checkedout {
823
.checkedout {
Lines 2322-2334 button, Link Here
2322
    border : 0;
2379
    border : 0;
2323
}
2380
}
2324
2381
2325
.btn-small .caret {
2326
    margin-top : .6em;
2327
}
2328
2329
#toolbar .btn,
2330
#toolbar .dropdown-menu,
2382
#toolbar .dropdown-menu,
2331
.btn-toolbar .btn,
2332
.btn-toolbar .dropdown-menu {
2383
.btn-toolbar .dropdown-menu {
2333
    font-size: 13px;
2384
    font-size: 13px;
2334
}
2385
}
Lines 2336-2341 a.btn:link, Link Here
2336
a.btn:visited{
2387
a.btn:visited{
2337
    color: #333333;
2388
    color: #333333;
2338
}
2389
}
2390
2391
a.btn-link:hover {
2392
    color : #538200;
2393
}
2394
2339
.dropdown-menu li {
2395
.dropdown-menu li {
2340
    list-style: none outside none;
2396
    list-style: none outside none;
2341
}
2397
}
Lines 2349-2354 a.disabled { Link Here
2349
2405
2350
.navbar {
2406
.navbar {
2351
    color: #333;
2407
    color: #333;
2408
    min-height: 20px;
2409
}
2410
2411
#header.navbar {
2412
    margin-bottom: 0;
2413
}
2414
2415
#header.navbar-default {
2416
    background: #e6f0f2;
2417
    box-shadow: none;
2418
    border: none;
2419
}
2420
2421
#changelanguage .navbar-text {
2422
    margin: 0;
2423
    padding: 0 0.6em;
2424
}
2425
2426
#changelanguage .navbar-text span {
2427
   padding: 0.4em 0.3em;
2428
   display: block;
2429
   line-height: 20px;
2352
}
2430
}
2353
2431
2354
.navbar .nav > li > a, .loggedout {
2432
.navbar .nav > li > a, .loggedout {
Lines 2367-2378 a.disabled { Link Here
2367
    color: #538200;
2445
    color: #538200;
2368
}
2446
}
2369
2447
2370
.navbar .nav li.dropdown.open > .dropdown-toggle,
2371
.navbar .nav li.dropdown.active > .dropdown-toggle,
2372
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
2373
    background: transparent none;
2374
}
2375
2376
.navbar-static-top .navbar-inner {
2448
.navbar-static-top .navbar-inner {
2377
    background: #E6F0F2 none;
2449
    background: #E6F0F2 none;
2378
    border: 0;
2450
    border: 0;
Lines 2411-2429 a.disabled { Link Here
2411
    font-weight: bold;
2483
    font-weight: bold;
2412
    padding : .4em .3em;
2484
    padding : .4em .3em;
2413
}
2485
}
2414
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
2415
    background: transparent none;
2416
}
2417
2486
2418
.navbar .nav > li > a:focus,
2487
.navbar .nav > li > a:focus,
2419
.navbar .nav > li > a:hover {
2488
.navbar .nav > li > a:hover {
2420
    color: #538200;
2489
    color: #538200;
2421
}
2490
}
2422
2491
2423
.navbar .nav li.dropdown.open > .dropdown-toggle,
2492
.navbar .nav li.dropdown.open > .dropdown-toggle:focus,
2424
.navbar .nav li.dropdown.active > .dropdown-toggle,
2493
.navbar .nav li.dropdown.active > .dropdown-toggle:focus,
2425
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
2494
.navbar .nav li.dropdown.open.active > .dropdown-toggle:focus {
2426
    background: transparent none;
2495
    background: #e6f0f2 none;
2496
    box-shadow: none;
2427
}
2497
}
2428
2498
2429
.tooltip.bottom .tooltip-arrow {
2499
.tooltip.bottom .tooltip-arrow {
Lines 2465-2472 a.close:hover { Link Here
2465
/* Redefine a new style for Bootstrap's class "close" since we use that already */
2535
/* Redefine a new style for Bootstrap's class "close" since we use that already */
2466
/* Use <a class="closebtn" href="#">&times;</a> */
2536
/* Use <a class="closebtn" href="#">&times;</a> */
2467
.alert .closebtn{position:relative;top:-2px;right:-21px;line-height:20px;}
2537
.alert .closebtn{position:relative;top:-2px;right:-21px;line-height:20px;}
2468
.modal-header .closebtn{margin-top:2px;}
2538
.modal-header .closebtn{margin-top:-2px;}
2469
.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);}
2539
.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);}
2470
button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}
2540
button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}
2471
2541
2472
.btn-group label,
2542
.btn-group label,
Lines 2786-2788 div[class$="_table_controls"] { Link Here
2786
#borrower_message {
2856
#borrower_message {
2787
    margin-top: 10px;
2857
    margin-top: 10px;
2788
}
2858
}
2789
- 
2859
2860
fieldset.rows + fieldset.action {
2861
    padding-top: 20px;
2862
}
2863
2864
.yui-u .rows li p label.widelabel {
2865
    width: auto;
2866
}

Return to bug 16239