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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-15 / +26 lines)
Lines 544-550 div.patronviews { Link Here
544
}
544
}
545
545
546
fieldset.brief {
546
fieldset.brief {
547
	border : 1px solid #E8E8E8;
547
	border : 2px solid #B9D8D9;
548
}
548
}
549
549
550
fieldset.brief label,
550
fieldset.brief label,
Lines 851-871 fieldset.rows .inputnote { Link Here
851
851
852
.toptabs .ui-tabs-nav li a, .toptabs .ui-tabs-nav li span.a {
852
.toptabs .ui-tabs-nav li a, .toptabs .ui-tabs-nav li span.a {
853
	background-color : #E6F0F2;
853
	background-color : #E6F0F2;
854
	border : 1px solid #E8E8E8;
854
	border : 1px solid #B9D8D9;
855
	text-align : center;
855
	text-align : center;
856
	text-decoration : none;
856
	text-decoration : none;
857
    border-radius : 3px;
857
    border-radius : 3px 3px 0 0;
858
}
858
}
859
859
860
.toptabs .ui-tabs-nav li.ui-tabs-selected a, .toptabs .ui-tabs-nav li.ui-tabs-selected span.a {
860
.toptabs .ui-tabs-nav li.ui-tabs-selected a, .toptabs .ui-tabs-nav li.ui-tabs-selected span.a {
861
	background-color : #FFF;
861
	background-color : #FFF;
862
	border-top : 1px solid #B9D8D9;
863
	border-right : 1px solid #B9D8D9;
864
	border-left : 1px solid #B9D8D9;
862
	border-bottom : 1px solid #FFF;
865
	border-bottom : 1px solid #FFF;
863
	margin-top : 0;
866
	margin-top : 0;
864
    border-radius : 3px;
867
    border-radius : 3px;
865
}
868
}
866
869
867
.toptabs .tabs-container {
870
.toptabs .tabs-container {
868
	border : 1px solid #E8E8E8;
871
	border : 1px solid #B9D8D9;
869
	padding : 1em;
872
	padding : 1em;
870
}
873
}
871
874
Lines 1388-1401 div#menu li a { Link Here
1388
div#menu li a:hover {
1391
div#menu li a:hover {
1389
1392
1390
1393
1391
	background: #eeeeee; /* Old browsers */
1394
	background: #fff; /* Old browsers */
1392
	background: -moz-linear-gradient(left, #eeeeee 0%, #eeeeee 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
1395
	background: -moz-linear-gradient(left, #FAFAFA 0%, #FAFAFA 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
1393
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(96%,#eeeeee), color-stop(97%,#e6e6e6), color-stop(99%,#cccccc), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1396
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FAFAFA), color-stop(96%,#FAFAFA), color-stop(97%,#e6e6e6), color-stop(99%,#cccccc), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1394
	background: -webkit-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1397
	background: -webkit-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1395
	background: -o-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera11.10+ */
1398
	background: -o-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera11.10+ */
1396
	background: -ms-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
1399
	background: -ms-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
1397
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1400
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1398
	background: linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
1401
	background: linear-gradient(left, #FAFAFA 0%,#fff 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
1402
    border-left: 1px solid #85CA11;
1403
    border-top: 1px solid #85CA11;
1404
    border-bottom: 1px solid #85CA11;
1399
}
1405
}
1400
1406
1401
div#menu li.active a:hover {
1407
div#menu li.active a:hover {
Lines 1410-1418 div#menu li.active a:hover { Link Here
1410
#menu ul li.active a {
1416
#menu ul li.active a {
1411
	background-color: #FFF;
1417
	background-color: #FFF;
1412
	background-image : none;
1418
	background-image : none;
1413
	border-right: 0;
1414
	font-weight: bold;
1419
	font-weight: bold;
1415
    color:#000000;
1420
    color:#000000;
1421
    border-left: 1px solid #85CA11;
1422
    border-top: 1px solid #85CA11;
1423
    border-bottom: 1px solid #85CA11;
1424
    border-right: 0;
1416
}
1425
}
1417
1426
1418
ul.error {
1427
ul.error {
Lines 1554-1559 li.email { Link Here
1554
	margin : 0 0 .5em -1px;
1563
	margin : 0 0 .5em -1px;
1555
	padding : .1em 0 .4em 1em;
1564
	padding : .1em 0 .4em 1em;
1556
	border-radius : 5px 5px 0 0;
1565
	border-radius : 5px 5px 0 0;
1566
	border : 1px solid #B9D8D9;
1557
}
1567
}
1558
1568
1559
/* Hack just for Firefox */
1569
/* Hack just for Firefox */
Lines 1589-1601 html>/**/body #searchheader button, x:-moz-any-link, x:default { Link Here
1589
}
1599
}
1590
1600
1591
#search-facets {
1601
#search-facets {
1592
	border : 1px solid #e8e8e8;
1602
	border : 1px solid #B9D8D9;
1593
	border-radius: 5px 5px 0 0;
1603
	border-radius: 5px 5px 0 0;
1594
}
1604
}
1595
1605
1596
#search-facets h4 {
1606
#search-facets h4 {
1597
	background-color : #F3F3F3;
1607
	background-color : #E6F0F2;
1598
	border-bottom : 1px solid #e8e8e8;
1608
	border-bottom : 1px solid #B9D8D9;
1609
	border-radius: 5px 5px 0 0;
1599
	font-size : 90%;
1610
	font-size : 90%;
1600
	margin : 0;
1611
	margin : 0;
1601
	padding : .4em .2em;
1612
	padding : .4em .2em;
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-admin-search.inc (-1 / +2 lines)
Lines 1-3 Link Here
1
<div class="gradient">
1
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Stopwords Resident Search Box -->
2
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Stopwords Resident Search Box -->
2
<div id="header_search">
3
<div id="header_search">
3
	<div id="syspref_search" class="residentsearch">
4
	<div id="syspref_search" class="residentsearch">
Lines 25-28 Link Here
25
            [% IF ( CAN_user_catalogue ) %]<li><a href="/cgi-bin/koha/catalogue/search.pl#catalog_search">Search the catalog</a></li>[% END %]
26
            [% IF ( CAN_user_catalogue ) %]<li><a href="/cgi-bin/koha/catalogue/search.pl#catalog_search">Search the catalog</a></li>[% END %]
26
			</ul>
27
			</ul>
27
</div>
28
</div>
29
</div>
28
<!-- End Stopwords Resident Search Box -->
30
<!-- End Stopwords Resident Search Box -->
29
- 

Return to bug 7998