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

(-)a/koha-tmpl/opac-tmpl/prog/en/css/sco.css (-6 / +79 lines)
Lines 61-69 h6 { Link Here
61
	font-size : 100%;
61
	font-size : 100%;
62
}
62
}
63
63
64
input[type=submit], input[type=button], input[type=reset] {
64
input[type=submit],
65
	background : #b8d0e6 url(../../images/submit-bg.gif) repeat-x 0 0;
65
input[type=button],
66
	background-color : #b8d0e6;
66
input[type=reset],
67
fieldset.brief input[type=submit],
68
fieldset.brief input[type=button],
69
fieldset.brief input[type=reset]
70
{
71
	background: #f4f9fc; /* Old browsers */
72
	background: -moz-linear-gradient(top, #f4f9fc 0%, #dfeefa 4%, #bfd5ea 93%, #a1c4e2 97%, #b8d0e6 100%); /* FF3.6+ */
73
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f9fc), color-stop(4%,#dfeefa), color-stop(93%,#bfd5ea), color-stop(97%,#a1c4e2), color-stop(100%,#b8d0e6)); /* Chrome,Safari4+ */
74
	background: -webkit-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* Chrome10+,Safari5.1+ */
75
	background: -o-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* Opera11.10+ */
76
	background: -ms-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* IE10+ */
77
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f9fc', endColorstr='#b8d0e6',GradientType=0 ); /* IE6-9 */
78
	background: linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* W3C */
67
	border-top: 1px solid #cccccc;
79
	border-top: 1px solid #cccccc;
68
	border-left: 1px solid #cccccc;
80
	border-left: 1px solid #cccccc;
69
	border-right: 1px solid #eeeeee;
81
	border-right: 1px solid #eeeeee;
Lines 74-80 input[type=submit], input[type=button], input[type=reset] { Link Here
74
	padding : 4px;
86
	padding : 4px;
75
}
87
}
76
88
77
input[type=submit]:active, input[type=button], input[type=reset] {
89
input[type=submit]:active, input[type=button]:active, input[type=reset]:active {
78
	border: 1px inset #666666;
90
	border: 1px inset #666666;
79
	float : none;
91
	float : none;
80
}
92
}
Lines 91-104 input[type=submit]:active, input[type=button], input[type=reset] { Link Here
91
  }
103
  }
92
 
104
 
93
div.alert {
105
div.alert {
94
  background : #FFC url(../../images/alert-bg.gif) repeat-x left 0;
106
	background: #fef8d3; /* Old browsers */
95
  text-align : center;
107
	background: -moz-linear-gradient(top, #fef8d3 0%, #ffec91 9%, #ffed87 89%, #f9dc00 100%); /* FF3.6+ */
108
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef8d3), color-stop(9%,#ffec91), color-stop(89%,#ffed87), color-stop(100%,#f9dc00)); /* Chrome,Safari4+ */
109
	background: -webkit-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Chrome10+,Safari5.1+ */
110
	background: -o-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Opera11.10+ */
111
	background: -ms-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* IE10+ */
112
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8d3', endColorstr='#f9dc00',GradientType=0 ); /* IE6-9 */
113
	background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */
114
	text-align : center;
96
}
115
}
97
116
98
div.alert strong {
117
div.alert strong {
99
	color : #900;
118
	color : #900;
100
}
119
}
101
120
121
div.message {
122
	background: #ffffff; /* Old browsers */
123
	background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */
124
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#f4f6fa), color-stop(23%,#eaeef5), color-stop(94%,#e8edf6), color-stop(100%,#cddbf2)); /* Chrome,Safari4+ */
125
	background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */
126
	background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */
127
	background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */
128
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */
129
	background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */
130
	border : 1px solid #bcbcbc;
131
	width : 55%;
132
}
133
102
.dialog input {
134
.dialog input {
103
 	background : #FFF none;
135
 	background : #FFF none;
104
 	border : 1px solid #bcbcbc;
136
 	border : 1px solid #bcbcbc;
Lines 238-240 a.koha_url { Link Here
238
    text-decoration: none;
270
    text-decoration: none;
239
    color: #666666;
271
    color: #666666;
240
}
272
}
273
274
275
div#changelanguage{
276
	background-color: #fff;
277
	border-top: 1px solid #CCC;
278
	color : #666;
279
	font-size : 85%;
280
	padding : 1em;
281
	margin-top : 2em;
282
 }
283
284
div#changelanguage a {
285
	font-weight : normal;
286
	padding : .5em;
287
}
288
289
div#changelanguage a.more {
290
	background-image:url(../../images/more-up-arrow.gif);
291
	background-position:right center;
292
	background-repeat:no-repeat;
293
	padding-right:13px;
294
}
295
296
div#changelanguage li.yuimenuitem {
297
	font-size : 120%;
298
	font-weight : normal;
299
	margin : 0;
300
	padding : 0 1em;
301
}
302
303
div#changelanguage li.yuimenuitem a.yuimenuitemlabel {
304
	padding : 0;
305
}
306
307
div.lang{
308
        float:left;
309
}
310
311
div.ft {
312
	clear : both;
313
}
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt (-3 / +2 lines)
Lines 168-180 Sorry, This Self-Checkout Station has lost authentication. Please contact the a Link Here
168
	[% END %]
168
	[% END %]
169
	</div>
169
	</div>
170
	[% IF ( nouser ) %]
170
	[% IF ( nouser ) %]
171
	<div class="error"><h4>Sorry</h4><p>The userid <strong>[% patronid %]</strong> was not found in the database.  Please try again.</p></div>
171
	<div class="dialog alert"><h4>Sorry</h4><p>The userid <strong>[% patronid %]</strong> was not found in the database.  Please try again.</p></div>
172
	<br />
172
	<br />
173
	[% END %]
173
	[% END %]
174
	[% END %]
174
	[% END %]
175
175
176
	[% IF ( timedout ) %]
176
	[% IF ( timedout ) %]
177
	<div class="error"><h4>Sorry</h4><p>Your session has timed out due to inactivity.  Please sign in.</p></div>
177
	<div class="dialog message"><h4>Sorry</h4><p>Your session has timed out due to inactivity.  Please sign in.</p></div>
178
	<br />
178
	<br />
179
	[% END %]
179
	[% END %]
180
	[% IF ( validuser ) %]
180
	[% IF ( validuser ) %]
181
- 

Return to bug 7629