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

(-)a/koha-tmpl/intranet-tmpl/prog/css/cateditor.css (-1 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;
(-)a/koha-tmpl/intranet-tmpl/prog/css/datatables.css (-2 / +4 lines)
Lines 45-51 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
49
}
48
}
50
div.dataTables_length {
49
div.dataTables_length {
51
    border-right : 1px solid #686868;
50
    border-right : 1px solid #686868;
Lines 60-67 div.dataTables_filter { Link Here
60
    border-left : 1px solid #FFF;
59
    border-left : 1px solid #FFF;
61
    border-right : 1px solid #AAAAAA;
60
    border-right : 1px solid #AAAAAA;
62
}
61
}
62
div.dataTables_length label {
63
    display: inline;
64
}
63
div.dataTables_filter {
65
div.dataTables_filter {
64
    line-height : 1.9em;
66
    line-height : inherit;
65
}
67
}
66
div.dataTables_paginate {
68
div.dataTables_paginate {
67
    padding : 0;
69
    padding : 0;
(-)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 (-31 / +79 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 109-114 input, textarea { Link Here
109
    padding : 2px 4px;
110
    padding : 2px 4px;
110
}
111
}
111
112
113
input[type="checkbox"], input[type="radio"] {
114
    margin-right: 4px;
115
    position:relative;
116
    top: 4px;
117
}
118
119
.checkbox label input[type="checkbox"],
120
.checkbox-inline label input[type="checkbox"],
121
.radio label input[type="radio"],
122
.radio-inline label input[type="radio"],
123
label input[type="checkbox"],
124
label input[type="radio"] {
125
    margin-top: -4px;
126
    position: relative;
127
}
128
129
label, .label {
130
    font-weight: normal;
131
    font-size: inherit;
132
    padding: 0;
133
    color: black;
134
    margin-bottom: 0;
135
}
136
112
.subfield-label {
137
.subfield-label {
113
    font-style : italic;
138
    font-style : italic;
114
}
139
}
Lines 328-339 fieldset.lastchecked { Link Here
328
}
353
}
329
354
330
legend {
355
legend {
331
	font-size : 123.1%;
356
    font-size : 123.1%;
332
	font-weight : bold;
357
    font-weight : bold;
333
    border:2px solid #b9d8d9;
358
    border:2px solid #b9d8d9;
334
    background-color:#ffffff;
359
    background-color:#ffffff;
335
    border-radius:3px;
360
    border-radius:3px;
336
    padding: 0.2em 0.5em;
361
    padding: 0.2em 0.5em;
362
    width: auto;
337
}
363
}
338
364
339
#floating-save {
365
#floating-save {
Lines 356-361 legend { Link Here
356
	margin-top : 1em;
382
	margin-top : 1em;
357
}
383
}
358
384
385
#header>.container-fluid {
386
    padding: 0;
387
}
388
359
div.justify {
389
div.justify {
360
    text-align: justify;
390
    text-align: justify;
361
}
391
}
Lines 421-426 div#toolbar, Link Here
421
.btn-toolbar {
451
.btn-toolbar {
422
    background-color : #EDF4F6;
452
    background-color : #EDF4F6;
423
    padding: 5px 5px 5px 5px;
453
    padding: 5px 5px 5px 5px;
454
    margin: 0;
424
    border-radius: 5px 5px 0 0;
455
    border-radius: 5px 5px 0 0;
425
    border: 1px solid #E6F0F2;
456
    border: 1px solid #E6F0F2;
426
}
457
}
Lines 567-573 border:2px solid #b9d8d9; Link Here
567
float : left;
598
float : left;
568
font-size : 90%;
599
font-size : 90%;
569
clear : left;
600
clear : left;
570
margin: .9em 0 0 0;  
601
margin: .9em 0 0 0;
571
padding: 0;
602
padding: 0;
572
width: 100%; 
603
width: 100%; 
573
}
604
}
Lines 658-663 fieldset.rows ol.radio label.radio { Link Here
658
	float : left;
689
	float : left;
659
	width : 12em;
690
	width : 12em;
660
	margin-right : 1em;
691
	margin-right : 1em;
692
        margin-top: 0;
661
}
693
}
662
694
663
fieldset.rows caption {
695
fieldset.rows caption {
Lines 693-704 fieldset.rows label.error { Link Here
693
725
694
fieldset.action, div.action {
726
fieldset.action, div.action {
695
    background-color: transparent;
727
    background-color: transparent;
696
	clear : both;
728
    clear : both;
697
	float : none;
729
    float : none;
698
    border : 0px;
730
    border : 0px;
699
  margin: 0;
731
    margin: 0.9em 0 0 0;
700
     padding: .4em .4em .4em .1em;
732
    padding: 0;
701
  width: auto;
733
    width: auto;
734
}
735
736
.btn-toolbar fieldset.action {
737
    margin-top: 0;
702
}
738
}
703
739
704
div.rows+div.rows {
740
div.rows+div.rows {
Lines 2314-2326 button, Link Here
2314
    border : 0;
2350
    border : 0;
2315
}
2351
}
2316
2352
2317
.btn-small .caret {
2318
    margin-top : .6em;
2319
}
2320
2321
#toolbar .btn,
2322
#toolbar .dropdown-menu,
2353
#toolbar .dropdown-menu,
2323
.btn-toolbar .btn,
2324
.btn-toolbar .dropdown-menu {
2354
.btn-toolbar .dropdown-menu {
2325
    font-size: 13px;
2355
    font-size: 13px;
2326
}
2356
}
Lines 2328-2333 a.btn:link, Link Here
2328
a.btn:visited{
2358
a.btn:visited{
2329
    color: #333333;
2359
    color: #333333;
2330
}
2360
}
2361
2362
a.btn-link:hover {
2363
    color : #538200;
2364
}
2365
2331
.dropdown-menu li {
2366
.dropdown-menu li {
2332
    list-style: none outside none;
2367
    list-style: none outside none;
2333
}
2368
}
Lines 2341-2346 a.disabled { Link Here
2341
2376
2342
.navbar {
2377
.navbar {
2343
    color: #333;
2378
    color: #333;
2379
    min-height: 20px;
2380
}
2381
2382
#header.navbar {
2383
    margin-bottom: 0;
2384
}
2385
2386
#header.navbar-default {
2387
    background: #e6f0f2;
2388
    box-shadow: none;
2389
    border: none;
2390
}
2391
2392
#changelanguage .navbar-text {
2393
    margin: 0;
2394
    padding: 0 0.6em;
2395
}
2396
2397
#changelanguage .navbar-text span {
2398
   padding: 0.4em 0.3em;
2399
   display: block;
2400
   line-height: 20px;
2344
}
2401
}
2345
2402
2346
.navbar .nav > li > a, .loggedout {
2403
.navbar .nav > li > a, .loggedout {
Lines 2359-2370 a.disabled { Link Here
2359
    color: #538200;
2416
    color: #538200;
2360
}
2417
}
2361
2418
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 {
2419
.navbar-static-top .navbar-inner {
2369
    background: #E6F0F2 none;
2420
    background: #E6F0F2 none;
2370
    border: 0;
2421
    border: 0;
Lines 2403-2421 a.disabled { Link Here
2403
    font-weight: bold;
2454
    font-weight: bold;
2404
    padding : .4em .3em;
2455
    padding : .4em .3em;
2405
}
2456
}
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
2457
2410
.navbar .nav > li > a:focus,
2458
.navbar .nav > li > a:focus,
2411
.navbar .nav > li > a:hover {
2459
.navbar .nav > li > a:hover {
2412
    color: #538200;
2460
    color: #538200;
2413
}
2461
}
2414
2462
2415
.navbar .nav li.dropdown.open > .dropdown-toggle,
2463
.navbar .nav li.dropdown.open > .dropdown-toggle:focus,
2416
.navbar .nav li.dropdown.active > .dropdown-toggle,
2464
.navbar .nav li.dropdown.active > .dropdown-toggle:focus,
2417
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
2465
.navbar .nav li.dropdown.open.active > .dropdown-toggle:focus {
2418
    background: transparent none;
2466
    background: #e6f0f2 none;
2467
    box-shadow: none;
2419
}
2468
}
2420
2469
2421
.tooltip.bottom .tooltip-arrow {
2470
.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 */
2506
/* Redefine a new style for Bootstrap's class "close" since we use that already */
2458
/* Use <a class="closebtn" href="#">&times;</a> */
2507
/* Use <a class="closebtn" href="#">&times;</a> */
2459
.alert .closebtn{position:relative;top:-2px;right:-21px;line-height:20px;}
2508
.alert .closebtn{position:relative;top:-2px;right:-21px;line-height:20px;}
2460
.modal-header .closebtn{margin-top:2px;}
2509
.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);}
2510
.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;}
2511
button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}
2463
2512
2464
.btn-group label,
2513
.btn-group label,
2465
- 

Return to bug 16239