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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-32 lines)
Lines 82-90 h1,h2,h3,h4,h5,h6 { Link Here
82
	margin : .3em 0;
82
	margin : .3em 0;
83
}
83
}
84
84
85
html {
86
}
87
88
p {
85
p {
89
	margin: .5em 0 .5em 0;
86
	margin: .5em 0 .5em 0;
90
}
87
}
Lines 111-119 em strong { Link Here
111
    font-style : italic;
108
    font-style : italic;
112
}
109
}
113
110
114
#hd {
115
}
116
117
#navigation {
111
#navigation {
118
	border-right : 1px solid #BCBCBC;
112
	border-right : 1px solid #BCBCBC;
119
}
113
}
Lines 140-151 em strong { Link Here
140
	text-decoration : none;
134
	text-decoration : none;
141
}
135
}
142
136
143
#ft {
144
}
145
146
.yui-u {
147
}
148
149
#doc, #doc1, #doc2, #doc3 {
137
#doc, #doc1, #doc2, #doc3 {
150
	padding-top : 1em;
138
	padding-top : 1em;
151
}
139
}
Lines 155-164 em strong { Link Here
155
	right : .5em;
143
	right : .5em;
156
}
144
}
157
145
158
#login a {
159
160
}
161
162
ul {
146
ul {
163
	padding-left : 1.1em;
147
	padding-left : 1.1em;
164
}
148
}
Lines 449-457 ul.toolbar button { Link Here
449
	padding-bottom : 2px;
433
	padding-bottom : 2px;
450
	font-family: arial, verdana, helvetica, sans-serif;
434
	font-family: arial, verdana, helvetica, sans-serif;
451
}
435
}
452
.yui-menu-button  {
453
	
454
}
455
436
456
a.yuimenuitemlabel-disabled, #disabled a {
437
a.yuimenuitemlabel-disabled, #disabled a {
457
	color: #999;
438
	color: #999;
Lines 824-833 fieldset.rows .inputnote { Link Here
824
	text-decoration : none;
805
	text-decoration : none;
825
}
806
}
826
807
827
.toptabs .ui-tabs-nav li.ui-tabs-selected  {
828
829
}
830
831
.toptabs .ui-tabs-nav li.ui-tabs-selected a, .toptabs .ui-tabs-nav li.ui-tabs-selected span.a {
808
.toptabs .ui-tabs-nav li.ui-tabs-selected a, .toptabs .ui-tabs-nav li.ui-tabs-selected span.a {
832
	background-color : #FFF;
809
	background-color : #FFF;
833
	border-bottom : 1px solid #FFF;
810
	border-bottom : 1px solid #FFF;
Lines 1526-1534 html>/**/body #searchheader button, x:-moz-any-link, x:default { Link Here
1526
	padding-bottom : 3px;
1503
	padding-bottom : 3px;
1527
}
1504
}
1528
1505
1529
#searchheader h3 {
1530
}
1531
1532
#searchheader form {
1506
#searchheader form {
1533
	float : right;
1507
	float : right;
1534
}
1508
}
Lines 1580-1588 html>/**/body #searchheader button, x:-moz-any-link, x:default { Link Here
1580
	padding : .1em .2em;
1554
	padding : .1em .2em;
1581
}
1555
}
1582
1556
1583
#search-facets li li a {
1584
}
1585
1586
#search-facets li.showmore {
1557
#search-facets li.showmore {
1587
	font-weight : bold;
1558
	font-weight : bold;
1588
	text-indent : 1em;
1559
	text-indent : 1em;
Lines 1767-1773 ul#i18nMenu li ul li { Link Here
1767
	padding : 0;
1738
	padding : 0;
1768
 }
1739
 }
1769
 
1740
 
1770
 		
1771
ul#i18nMenu li.more a {
1741
ul#i18nMenu li.more a {
1772
	background-image:url(../../img/more-up-arrow.gif);
1742
	background-image:url(../../img/more-up-arrow.gif);
1773
	background-position:right center;
1743
	background-position:right center;
Lines 1877-1883 span.permissiondesc { Link Here
1877
	padding : .5em;
1847
	padding : .5em;
1878
}
1848
}
1879
1849
1880
1881
/* borrower autocomplete */
1850
/* borrower autocomplete */
1882
#borrowerautocomplete { width: 450px; text-align:left;} /* z-index needed on top instances for ie & sf absolute inside relative issue */
1851
#borrowerautocomplete { width: 450px; text-align:left;} /* z-index needed on top instances for ie & sf absolute inside relative issue */
1883
.autocomplete .yui-ac-highlight ,
1852
.autocomplete .yui-ac-highlight ,
1884
- 

Return to bug 7761