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

(-)a/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css (-10 / +28 lines)
Lines 2472-2479 span.sep { Link Here
2472
    background-position : -7px -126px;
2472
    background-position : -7px -126px;
2473
}
2473
}
2474
2474
2475
/* jQueryUI Core */
2476
2477
.ui-widget-content { border: 1px solid #AAA; background: #ffffff none; color: #222222; }
2478
.ui-widget-header { border: 1px solid #AAA; background: #E6F0F2 none; color: #222222; font-weight: bold; }
2479
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #AAA; background: #F4F8F9 none; font-weight: normal; color: #555555; }
2480
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #AAA; background: #E6F0F2 none; font-weight: normal; color: #212121; }
2481
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff none; font-weight: normal; color: #212121; }
2482
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee; color: #363636; }
2483
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec; color: #cd0a0a; }
2484
2475
/* jQuery UI standard tabs */
2485
/* jQuery UI standard tabs */
2476
.ui-tabs-nav .ui-tabs-selected a,
2486
.ui-tabs-nav .ui-tabs-active a,
2477
.ui-tabs-nav a:hover,
2487
.ui-tabs-nav a:hover,
2478
.ui-tabs-nav a:focus,
2488
.ui-tabs-nav a:focus,
2479
.ui-tabs-nav a:active,
2489
.ui-tabs-nav a:active,
Lines 2482-2492 span.sep { Link Here
2482
    outline: 0 none;
2492
    outline: 0 none;
2483
}
2493
}
2484
2494
2485
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
2486
    background-color : #FFF;
2487
    border : 1px solid #D8D8D8;
2488
}
2489
2490
.ui-widget,
2495
.ui-widget,
2491
.ui-widget input,
2496
.ui-widget input,
2492
.ui-widget select,
2497
.ui-widget select,
Lines 2495-2500 span.sep { Link Here
2495
    font-family : inherit;
2500
    font-family : inherit;
2496
    font-size : inherit;
2501
    font-size : inherit;
2497
}
2502
}
2503
2498
ul.ui-tabs-nav li {
2504
ul.ui-tabs-nav li {
2499
    list-style : none;
2505
    list-style : none;
2500
}
2506
}
Lines 2512-2521 ul.ui-tabs-nav li { Link Here
2512
}
2518
}
2513
.ui-tabs .ui-tabs-nav li {
2519
.ui-tabs .ui-tabs-nav li {
2514
    background: #F3F3F3 none;
2520
    background: #F3F3F3 none;
2515
    border: 1px solid #D8D8D8;
2521
    border-color: #D8D8D8;
2516
    margin-right : .4em;
2522
    margin-right : .4em;
2517
}
2523
}
2518
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
2524
2525
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
2526
    background-color : #FFF;
2527
    border : 1px solid #D8D8D8;
2528
    border-bottom: 0;
2529
}
2530
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
2519
    color : #000;
2531
    color : #000;
2520
    font-weight : bold;
2532
    font-weight : bold;
2521
}
2533
}
Lines 2524-2530 ul.ui-tabs-nav li { Link Here
2524
    background : #F3F3F3 none;
2536
    background : #F3F3F3 none;
2525
}
2537
}
2526
2538
2527
.ui-tabs .ui-tabs-nav li.ui-tabs-selected.ui-state-hover {
2539
.ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-hover {
2528
    background : #FFF none;
2540
    background : #FFF none;
2529
}
2541
}
2530
2542
Lines 2668-2673 ul.ui-tabs-nav li { Link Here
2668
2680
2669
2681
2670
/* jQuery UI Datepicker */
2682
/* jQuery UI Datepicker */
2683
.ui-datepicker table {width: 100%; font-size: .9em; border : 0; border-collapse: collapse; margin:0 0 .4em; }
2684
.ui-datepicker th { background : transparent none; padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
2685
2671
.ui-datepicker-trigger {
2686
.ui-datepicker-trigger {
2672
    vertical-align: middle;
2687
    vertical-align: middle;
2673
    margin : 0 3px;
2688
    margin : 0 3px;
Lines 2823-2825 a.reviewlink,a.reviewlink:visited { Link Here
2823
.subjectSearch ul {
2838
.subjectSearch ul {
2824
    padding-left: 0px;
2839
    padding-left: 0px;
2825
}
2840
}
2826
- 
2841
2842
.branch-info-tooltip {
2843
    display: none;
2844
}

Return to bug 6473