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

(-)a/koha-tmpl/opac-tmpl/ccsr/en/css/sco.css (-8 / +11 lines)
Lines 140-166 div.message { Link Here
140
140
141
141
142
.dialog input.back {
142
.dialog input.back {
143
	background : #FFF url(../../famfamfam/silk/arrow_left.png) no-repeat 4px center;
143
    background : #FFF url(/opac-tmpl/lib/famfamfam/silk/arrow_left.png) no-repeat 4px center;
144
    padding : .4em .4em .4em 25px;
144
    padding : .4em .4em .4em 25px;
145
 }
145
 }
146
146
147
.dialog input.return {
147
.dialog input.return {
148
	background : #FFF url(../../famfamfam/silk/book_previous.png) no-repeat 4px center;
148
    background : #FFF url(/opac-tmpl/lib/famfamfam/silk/book_previous.png) no-repeat 4px center;
149
 padding : .4em .4em .4em 25px;
149
 padding : .4em .4em .4em 25px;
150
 }
150
 }
151
151
152
.dialog input.renew {
152
.dialog input.renew {
153
	background : #FFF url(../../famfamfam/silk/arrow_refresh.png) no-repeat 4px center;
153
    background : #FFF url(/opac-tmpl/lib/famfamfam/silk/arrow_refresh.png) no-repeat 4px center;
154
  padding : .4em .4em .4em 25px;
154
  padding : .4em .4em .4em 25px;
155
 }
155
 }
156
156
157
.dialog input.cancel {
157
.dialog input.cancel {
158
	background : #FFF url(../../famfamfam/silk/cancel.png) no-repeat 4px center;
158
    background : #FFF url(/opac-tmpl/lib/famfamfam/silk/cancel.png) no-repeat 4px center;
159
        padding : .4em .4em .4em 25px;
159
        padding : .4em .4em .4em 25px;
160
 }
160
 }
161
161
162
input.finish {
162
input.finish {
163
      background : #dbe7ff url(../../famfamfam/silk/stop.png) no-repeat 4px center;
163
      background : #dbe7ff url(/opac-tmpl/lib/famfamfam/silk/stop.png) no-repeat 4px center;
164
  border : 1px outset #666;
164
  border : 1px outset #666;
165
      padding : .2em .2em .2em 25px;
165
      padding : .2em .2em .2em 25px;
166
}
166
}
Lines 234-240 input.focus { Link Here
234
       border : 2px inset #336699;
234
       border : 2px inset #336699;
235
}
235
}
236
#checkouthelp {
236
#checkouthelp {
237
  background : #FFF url("../../famfamfam/silk/help.png") no-repeat 4px center;
237
  background : #FFF url("/opac-tmpl/lib/famfamfam/silk/help.png") no-repeat 4px center;
238
   padding : 3px 3px 3px 26px;
238
   padding : 3px 3px 3px 26px;
239
    position : absolute;
239
    position : absolute;
240
   top : 0;
240
   top : 0;
Lines 249-255 div.button a:link, Link Here
249
div.button a:visited,
249
div.button a:visited,
250
div.button a:hover,
250
div.button a:hover,
251
div.button a:active {
251
div.button a:active {
252
	background : #FFF url(../../famfamfam/silk/book_previous.png) no-repeat 4px center;
252
    background : #FFF url(/opac-tmpl/lib/famfamfam/silk/book_previous.png) no-repeat 4px center;
253
    border : 1px outset #666;
253
    border : 1px outset #666;
254
      color : #000;
254
      color : #000;
255
  padding : .4em .4em .4em 25px;
255
  padding : .4em .4em .4em 25px;
Lines 339-341 span.lang{ Link Here
339
div.ft {
339
div.ft {
340
 clear : both;
340
 clear : both;
341
}
341
}
342
- 
342
#top-bar,
343
#main_footer {
344
    display: none;
345
}

Return to bug 10619