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

(-)a/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css (-10 / +28 lines)
Lines 2468-2475 span.sep { Link Here
2468
    background-position : -7px -126px;
2468
    background-position : -7px -126px;
2469
}
2469
}
2470
2470
2471
/* jQueryUI Core */
2472
2473
.ui-widget-content { border: 1px solid #AAA; background: #ffffff none; color: #222222; }
2474
.ui-widget-header { border: 1px solid #AAA; background: #E6F0F2 none; color: #222222; font-weight: bold; }
2475
.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; }
2476
.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; }
2477
.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; }
2478
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee; color: #363636; }
2479
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec; color: #cd0a0a; }
2480
2471
/* jQuery UI standard tabs */
2481
/* jQuery UI standard tabs */
2472
.ui-tabs-nav .ui-tabs-selected a,
2482
.ui-tabs-nav .ui-tabs-active a,
2473
.ui-tabs-nav a:hover,
2483
.ui-tabs-nav a:hover,
2474
.ui-tabs-nav a:focus,
2484
.ui-tabs-nav a:focus,
2475
.ui-tabs-nav a:active,
2485
.ui-tabs-nav a:active,
Lines 2478-2488 span.sep { Link Here
2478
    outline: 0 none;
2488
    outline: 0 none;
2479
}
2489
}
2480
2490
2481
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
2482
    background-color : #FFF;
2483
    border : 1px solid #D8D8D8;
2484
}
2485
2486
.ui-widget,
2491
.ui-widget,
2487
.ui-widget input,
2492
.ui-widget input,
2488
.ui-widget select,
2493
.ui-widget select,
Lines 2491-2496 span.sep { Link Here
2491
    font-family : inherit;
2496
    font-family : inherit;
2492
    font-size : inherit;
2497
    font-size : inherit;
2493
}
2498
}
2499
2494
ul.ui-tabs-nav li {
2500
ul.ui-tabs-nav li {
2495
    list-style : none;
2501
    list-style : none;
2496
}
2502
}
Lines 2508-2517 ul.ui-tabs-nav li { Link Here
2508
}
2514
}
2509
.ui-tabs .ui-tabs-nav li {
2515
.ui-tabs .ui-tabs-nav li {
2510
    background: #F3F3F3 none;
2516
    background: #F3F3F3 none;
2511
    border: 1px solid #D8D8D8;
2517
    border-color: #D8D8D8;
2512
    margin-right : .4em;
2518
    margin-right : .4em;
2513
}
2519
}
2514
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
2520
2521
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
2522
    background-color : #FFF;
2523
    border : 1px solid #D8D8D8;
2524
    border-bottom: 0;
2525
}
2526
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
2515
    color : #000;
2527
    color : #000;
2516
    font-weight : bold;
2528
    font-weight : bold;
2517
}
2529
}
Lines 2520-2526 ul.ui-tabs-nav li { Link Here
2520
    background : #F3F3F3 none;
2532
    background : #F3F3F3 none;
2521
}
2533
}
2522
2534
2523
.ui-tabs .ui-tabs-nav li.ui-tabs-selected.ui-state-hover {
2535
.ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-hover {
2524
    background : #FFF none;
2536
    background : #FFF none;
2525
}
2537
}
2526
2538
Lines 2664-2669 ul.ui-tabs-nav li { Link Here
2664
2676
2665
2677
2666
/* jQuery UI Datepicker */
2678
/* jQuery UI Datepicker */
2679
.ui-datepicker table {width: 100%; font-size: .9em; border : 0; border-collapse: collapse; margin:0 0 .4em; }
2680
.ui-datepicker th { background : transparent none; padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
2681
2667
.ui-datepicker-trigger {
2682
.ui-datepicker-trigger {
2668
    vertical-align: middle;
2683
    vertical-align: middle;
2669
    margin : 0 3px;
2684
    margin : 0 3px;
Lines 2819-2821 a.reviewlink,a.reviewlink:visited { Link Here
2819
.subjectSearch ul {
2834
.subjectSearch ul {
2820
    padding-left: 0px;
2835
    padding-left: 0px;
2821
}
2836
}
2822
- 
2837
2838
.branch-info-tooltip {
2839
    display: none;
2840
}

Return to bug 10496