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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-2 / +25 lines)
Lines 698-705 width: 100%; Link Here
698
}
698
}
699
699
700
a.cancel {
700
a.cancel {
701
	padding-left : 1em;
701
	font-size: 13.3333px;
702
	font-family: "Sans";
703
	text-decoration: none;
704
	cursor: default;
705
	background : #E8E8E8 url(../../img/button-bg.gif) top left repeat-x;
706
	border-bottom-color: #999999;
707
	border-bottom-style: outset;
708
	border-bottom-width: 1px;
709
	border-left-color: #666;
710
	border-left-style: outset;
711
	border-left-width: 1px;
712
	border-right-color: #999999;
713
	border-right-style: outset;
714
	border-right-width: 1px;
715
	border-top-color: #666666;
716
	border-top-style: outset;
717
	border-top-width: 1px;
718
	color: #333333;
719
	padding: 0.34em;
720
	
702
}
721
}
722
a.cancel:before {
723
 	content:url(../../img/deny.gif);
724
	vertical-align:middle;
725
 }
703
726
704
fieldset.rows fieldset.action {
727
fieldset.rows fieldset.action {
705
	padding : 1em;
728
	padding : 1em;
Lines 1864-1867 img.spinner { Link Here
1864
}
1887
}
1865
#cataloguing_additem_itemlist div {
1888
#cataloguing_additem_itemlist div {
1866
	overflow : scroll;
1889
	overflow : scroll;
1867
}
1890
}
(-)a/koha-tmpl/opac-tmpl/prog/en/css/opac.css (-3 / +27 lines)
Lines 941-947 h2 span.hint { Link Here
941
	margin : 0pt 5px 5px 0pt;
941
	margin : 0pt 5px 5px 0pt;
942
}
942
}
943
a.cancel {
943
a.cancel {
944
	padding-left : 1em;
944
	text-decoration: none;
945
	background-attachment:scroll;
946
	background-position:0 0;
947
	background : #B8D0E6 url(../../images/submit-bg.gif) top left repeat-x;
948
	border-bottom-color:#EEEEEE;
949
	border-bottom-style:solid;
950
	border-bottom-width:1px;
951
	border-left-color:#CCCCCC;
952
	border-left-style:solid;	
953
	border-left-width:1px;
954
	border-right-color:#EEEEEE;
955
	border-right-style:solid;
956
	border-right-width:1px;
957
	border-top-color:#CCCCCC;
958
	border-top-style:solid;
959
	border-top-width:1px;
960
	color:#333333;
961
	font-size:93%;
962
	font-weight:bold;
963
	padding:4.5px;
964
}
965
966
a.cancel:before{
967
 	content:url(../../images/shelf-delete.gif);
968
	vertical-align:middle;
969
	padding-right: 1.5px;
945
}
970
}
946
971
947
a.hidemytags {
972
a.hidemytags {
Lines 1947-1950 a.p1:active { Link Here
1947
1972
1948
div.ft {
1973
div.ft {
1949
	clear : both;
1974
	clear : both;
1950
}
1975
}
1951
- 

Return to bug 4325