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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-15 / +53 lines)
Lines 1113-1124 div.first fieldset { Link Here
1113
}
1113
}
1114
1114
1115
.dialog {
1115
.dialog {
1116
  border: 1px solid #bcbcbc;
1116
	-moz-border-radius : 2px;
1117
	border-radius : 2px;
1117
	padding : .5em;
1118
	padding : .5em;
1118
	margin : 1em auto;
1119
	margin : 1em auto;
1119
  width: 65%;
1120
	text-align : center;
1120
  }
1121
	width: 65%;
1121
  
1122
}
1123
1122
.dialog table {
1124
.dialog table {
1123
	margin : .5em auto;
1125
	margin : .5em auto;
1124
}
1126
}
Lines 1192-1211 td input.approve { Link Here
1192
 	background-color : #ffc;
1194
 	background-color : #ffc;
1193
 }
1195
 }
1194
1196
1197
div.dialog {
1198
	border: 1px solid #bcbcbc;
1199
}
1200
1195
div.alert {
1201
div.alert {
1196
  background : #FFC url(../../img/alert-bg.gif) repeat-x left 0;
1202
	background: #fef8d3; /* Old browsers */
1197
  text-align : center;
1203
	background: -moz-linear-gradient(top, #fef8d3 0%, #ffec91 9%, #ffed87 89%, #f9dc00 100%); /* FF3.6+ */
1204
	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+ */
1205
	background: -webkit-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Chrome10+,Safari5.1+ */
1206
	background: -o-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Opera11.10+ */
1207
	background: -ms-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* IE10+ */
1208
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8d3', endColorstr='#f9dc00',GradientType=0 ); /* IE6-9 */
1209
	background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */
1210
	  text-align : center;
1211
	border: 1px solid #E0C726;
1198
}
1212
}
1199
1213
1200
div.alert strong {
1214
div.alert strong {
1201
	color : #900;
1215
	color : #900;
1202
}
1216
}
1203
1217
1204
div.dialog {
1205
  background : #FFC url(../../img/dialog-bg.gif) repeat-x left 0;
1206
  text-align : center;
1207
}
1208
1209
a.document {
1218
a.document {
1210
	background-position : left middle;
1219
	background-position : left middle;
1211
	background-repeat : no-repeat;
1220
	background-repeat : no-repeat;
Lines 1225-1231 a.xml { Link Here
1225
}
1234
}
1226
1235
1227
div.message {
1236
div.message {
1228
	background : white url("../../img/message-bg.gif") repeat-x left 0;
1237
	background: #ffffff; /* Old browsers */
1238
	background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */
1239
	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+ */
1240
	background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */
1241
	background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */
1242
	background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */
1243
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */
1244
	background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */
1229
  	border : 1px solid #bcbcbc;
1245
  	border : 1px solid #bcbcbc;
1230
  	text-align: center;
1246
  	text-align: center;
1231
	width : 55%;
1247
	width : 55%;
Lines 1307-1313 div#menu { Link Here
1307
div#menu li a {
1323
div#menu li a {
1308
	text-decoration: none;
1324
	text-decoration: none;
1309
	display: block;
1325
	display: block;
1310
	background : #EEE url(../../img/side-tab-gradient.gif) repeat-y top right;
1326
	background: #eeeeee; /* Old browsers */
1327
	background: -moz-linear-gradient(left, #eeeeee 0%, #eeeeee 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
1328
	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+ */
1329
	background: -webkit-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1330
	background: -o-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera11.10+ */
1331
	background: -ms-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
1332
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1333
	background: linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
1311
	border: 1px solid #000;
1334
	border: 1px solid #000;
1312
	font-size: 111%;
1335
	font-size: 111%;
1313
	margin: .5em 0;
1336
	margin: .5em 0;
Lines 1316-1322 div#menu li a { Link Here
1316
}
1339
}
1317
1340
1318
div#menu li a:hover {
1341
div#menu li a:hover {
1319
	background : #E8F0F6 url(../../img/side-tab-gradient-hover.gif) repeat-y top right;
1342
	background: #e8f0f6; /* Old browsers */
1343
	background: -moz-linear-gradient(left, #e8f0f6 0%, #e8f0f6 96%, #c1c1c1 100%); /* FF3.6+ */
1344
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8f0f6), color-stop(96%,#e8f0f6), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1345
	background: -webkit-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1346
	background: -o-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10+ */
1347
	background: -ms-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* IE10+ */
1348
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f0f6', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1349
	background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */
1320
}
1350
}
1321
1351
1322
div#menu li.active a:hover {
1352
div#menu li.active a:hover {
Lines 1605-1612 input[type=submit], input[type=reset], input[type=button], input.submit, button. Link Here
1605
	border: 1px outset #999999;
1635
	border: 1px outset #999999;
1606
	border-top-color: #666;
1636
	border-top-color: #666;
1607
	border-left-color: #666;
1637
	border-left-color: #666;
1638
	-moz-border-radius : 2px;
1608
	padding: 0.25em;
1639
	padding: 0.25em;
1609
	background : #E8E8E8 url(../../img/button-bg.gif) top left repeat-x;
1640
	background: #ffffff; /* Old browsers */
1641
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 35%, #e0e0e0 100%); /* FF3.6+ */
1642
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(35%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
1643
	background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
1644
	background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Opera11.10+ */
1645
	background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* IE10+ */
1646
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
1647
	background: linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* W3C */
1610
	color: #333333;
1648
	color: #333333;
1611
}
1649
}
1612
1650
(-)a/koha-tmpl/opac-tmpl/prog/en/css/opac.css (-24 / +81 lines)
Lines 220-228 h6 { Link Here
220
	font-size : 100%;
220
	font-size : 100%;
221
}
221
}
222
222
223
input[type=submit], input[type=button], input[type=reset] {
223
input[type=submit],
224
	background : #b8d0e6 url(../../images/submit-bg.gif) repeat-x 0 0;
224
input[type=button],
225
	background-color : #b8d0e6;
225
input[type=reset],
226
fieldset.brief input[type=submit],
227
fieldset.brief input[type=button],
228
fieldset.brief input[type=reset]
229
{
230
	background: #f4f9fc; /* Old browsers */
231
	background: -moz-linear-gradient(top, #f4f9fc 0%, #dfeefa 4%, #bfd5ea 93%, #a1c4e2 97%, #b8d0e6 100%); /* FF3.6+ */
232
	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+ */
233
	background: -webkit-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* Chrome10+,Safari5.1+ */
234
	background: -o-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* Opera11.10+ */
235
	background: -ms-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* IE10+ */
236
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f9fc', endColorstr='#b8d0e6',GradientType=0 ); /* IE6-9 */
237
	background: linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* W3C */
226
	border-top: 1px solid #cccccc;
238
	border-top: 1px solid #cccccc;
227
	border-left: 1px solid #cccccc;
239
	border-left: 1px solid #cccccc;
228
	border-right: 1px solid #eeeeee;
240
	border-right: 1px solid #eeeeee;
Lines 233-239 input[type=submit], input[type=button], input[type=reset] { Link Here
233
	padding : 4px;
245
	padding : 4px;
234
}
246
}
235
247
236
input[type=submit]:active, input[type=button], input[type=reset] {
248
input[type=submit]:active, input[type=button]:active, input[type=reset]:active {
237
	border: 1px inset #666666;
249
	border: 1px inset #666666;
238
}
250
}
239
251
Lines 760-769 body#advsearch #listsmenulink { Link Here
760
}
772
}
761
773
762
#opac-main-search {
774
#opac-main-search {
763
	background-image : url( ../../images/menu-background.gif);
775
	background: #8fb4e8; /* Old browsers */
764
	background-repeat : repeat-x;
776
	background: -moz-linear-gradient(top, #8fb4e8 0%, #8cb1e5 19%, #80a8dc 48%, #7da5d8 52%, #7198cf 83%, #618ac0 100%); /* FF3.6+ */
765
	background-color : #739ACF;
777
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fb4e8), color-stop(19%,#8cb1e5), color-stop(48%,#80a8dc), color-stop(52%,#7da5d8), color-stop(83%,#7198cf), color-stop(100%,#618ac0)); /* Chrome,Safari4+ */
766
	background-position : -10px top;
778
	background: -webkit-linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* Chrome10+,Safari5.1+ */
779
	background: -o-linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* Opera 11.10+ */
780
	background: -ms-linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* IE10+ */
781
	background: linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* W3C */
782
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb4e8', endColorstr='#618ac0',GradientType=0 ); /* IE6-9 */
767
	border-top : 1px solid #335599;
783
	border-top : 1px solid #335599;
768
	border-bottom : 1px solid #335599;
784
	border-bottom : 1px solid #335599;
769
	margin-left : -10px;
785
	margin-left : -10px;
Lines 1340-1347 padding-left : .4em; Link Here
1340
  }
1356
  }
1341
 
1357
 
1342
div.alert {
1358
div.alert {
1343
  background : #FFC url(../../images/alert-bg.gif) repeat-x left 0;
1359
	background: #fef8d3; /* Old browsers */
1344
  text-align : center;
1360
	background: -moz-linear-gradient(top, #fef8d3 0%, #ffec91 9%, #ffed87 89%, #f9dc00 100%); /* FF3.6+ */
1361
	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+ */
1362
	background: -webkit-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Chrome10+,Safari5.1+ */
1363
	background: -o-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Opera11.10+ */
1364
	background: -ms-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* IE10+ */
1365
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8d3', endColorstr='#f9dc00',GradientType=0 ); /* IE6-9 */
1366
	background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */
1367
	text-align : center;
1345
}
1368
}
1346
1369
1347
div.alert strong {
1370
div.alert strong {
Lines 1349-1356 div.alert strong { Link Here
1349
}
1372
}
1350
1373
1351
div.message {
1374
div.message {
1352
	background : white url("../../images/message-bg.gif") repeat-x left 0;
1375
	background: #ffffff; /* Old browsers */
1353
   border : 1px solid #bcbcbc;
1376
	background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */
1377
	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+ */
1378
	background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */
1379
	background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */
1380
	background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */
1381
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */
1382
	background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */
1383
	border : 1px solid #bcbcbc;
1354
	width : 55%;
1384
	width : 55%;
1355
}
1385
}
1356
1386
Lines 1388-1398 div.message { Link Here
1388
}
1418
}
1389
1419
1390
#opac-main-search #listsmenu .bd {
1420
#opac-main-search #listsmenu .bd {
1391
	background-color : #f3f3f3;
1421
	background: #eef4fe; /* Old browsers */
1422
	background: -moz-linear-gradient(left, #eef4fe 0%, #eef4fe 88%, #f6f9fe 98%, #ffffff 99%, #a5c2f6 99%, #e6eefe 100%, #cbdefe 100%); /* FF3.6+ */
1423
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eef4fe), color-stop(88%,#eef4fe), color-stop(98%,#f6f9fe), color-stop(99%,#ffffff), color-stop(99%,#a5c2f6), color-stop(100%,#e6eefe), color-stop(100%,#cbdefe)); /* Chrome,Safari4+ */
1424
	background: -webkit-linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* Chrome10+,Safari5.1+ */
1425
	background: -o-linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* Opera11.10+ */
1426
	background: -ms-linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* IE10+ */
1427
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef4fe', endColorstr='#cbdefe',GradientType=1 ); /* IE6-9 */
1428
	background: linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* W3C */
1392
	border : 1px solid #739acf;
1429
	border : 1px solid #739acf;
1393
	background-image : url("../../images/listmenu-container-bg.gif");
1394
	background-position : top right;
1395
	background-repeat : repeat-y;
1396
	padding : .3em 1em 0 0;
1430
	padding : .3em 1em 0 0;
1397
}
1431
}
1398
1432
Lines 1478-1489 div.lang{ Link Here
1478
}
1512
}
1479
1513
1480
#opac-main-search input.submit {
1514
#opac-main-search input.submit {
1481
	background : #b8d0e6 url(../../images/submit-bg.gif) repeat-x 0 0;
1515
	background: #e6f3fe; /* Old browsers */
1482
	background-color : #b8d0e6;
1516
	background: -moz-linear-gradient(top, #e6f3fe 0%, #dfeefa 8%, #bfd5ea 49%, #b8d0e6 52%, #b8d0e6 100%); /* FF3.6+ */
1483
	border-top: 1px solid #cccccc;
1517
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f3fe), color-stop(8%,#dfeefa), color-stop(49%,#bfd5ea), color-stop(52%,#b8d0e6), color-stop(100%,#b8d0e6)); /* Chrome,Safari4+ */
1484
	border-left: 1px solid #cccccc;
1518
	background: -webkit-linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* Chrome10+,Safari5.1+ */
1485
	border-right: 1px solid #eeeeee;
1519
	background: -o-linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* Opera11.10+ */
1486
	border-bottom: 1px solid #eeeeee;
1520
	background: -ms-linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* IE10+ */
1521
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f3fe', endColorstr='#b8d0e6',GradientType=0 ); /* IE6-9 */
1522
	background: linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* W3C */
1523
	-webkit-border-radius: 4px;
1524
	-moz-border-radius: 4px;
1525
	border-radius: 4px;
1526
	-webkit-box-shadow: 1px 1px 1px 1px , , .3);
1527
	-moz-box-shadow: 1px 1px 1px 1px , , .3);
1528
	box-shadow: 1px 1px 1px 1px , , .3);
1529
1487
	color : #333;
1530
	color : #333;
1488
	font-weight : normal;
1531
	font-weight : normal;
1489
	font-size : 80%;
1532
	font-size : 80%;
Lines 1499-1507 div#menu { Link Here
1499
}
1542
}
1500
1543
1501
div#menu li a {
1544
div#menu li a {
1545
	background: #eeeeee; /* Old browsers */
1546
	background: -moz-linear-gradient(left, #eeeeee 0%, #eeeeee 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
1547
	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+ */
1548
	background: -webkit-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1549
	background: -o-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera 11.10+ */
1550
	background: -ms-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
1551
	background: linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
1552
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1502
	text-decoration : none;
1553
	text-decoration : none;
1503
	display : block;
1554
	display : block;
1504
	background : #EEE url(../../images/side-tab-gradient.gif) repeat-y top right;
1505
	border : 1px solid #979797;
1555
	border : 1px solid #979797;
1506
	font-size : 111%;
1556
	font-size : 111%;
1507
	margin : .5em 0;
1557
	margin : .5em 0;
Lines 1510-1516 div#menu li a { Link Here
1510
}
1560
}
1511
1561
1512
div#menu li a:hover {
1562
div#menu li a:hover {
1513
	background : #E8F0F6 url(../../images/side-tab-gradient-hover.gif) repeat-y top right;
1563
	background: #eaeef5; /* Old browsers */
1564
	background: -moz-linear-gradient(left, #eaeef5 0%, #dee6f4 96%, #c4d5ef 98%, #a2bee8 100%); /* FF3.6+ */
1565
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eaeef5), color-stop(96%,#dee6f4), color-stop(98%,#c4d5ef), color-stop(100%,#a2bee8)); /* Chrome,Safari4+ */
1566
	background: -webkit-linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* Chrome10+,Safari5.1+ */
1567
	background: -o-linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* Opera 11.10+ */
1568
	background: -ms-linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* IE10+ */
1569
	background: linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* W3C */
1570
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef5', endColorstr='#a2bee8',GradientType=1 ); /* IE6-9 */
1514
}
1571
}
1515
1572
1516
div#menu li.active a:hover {
1573
div#menu li.active a:hover {

Return to bug 6865