Revision 3141976d ui/static/main.css

b/ui/static/main.css
437 437

  
438 438
/* slider root element */
439 439
.slider {
440
    background-color: #87AADE;
441 440
    border: 1px solid #666;
442 441
    clear: right;
443 442
    cursor: pointer;
444 443
    display: block !important;
445 444
    float: left;
446
    height: 3px;
445
    height: 5px;
447 446
    margin: 20px 0 20px;
448
    padding: 0.1em !important;
449 447
    position: relative;
450 448
    width: 330px;
451 449
}
......
458 456
    cursor: move;
459 457
    display: block;
460 458
    height: 22px;
461
    margin-top: -9pt;
459
    margin-top: -15px;
462 460
    position: absolute;
463 461
    width: 10px;
464 462
}
465 463

  
466 464
/* progress bar (enabled with progress: true) */
467 465
.progress {
468
	height:9px; 
469
	background-color:#C5FF00; 
470
	display:none;
471
	opacity:0.6;
466
	height: 5px; 
467
	background-color: #87AADE;
472 468
}
473 469

  
474 470
/* the input field */

Also available in: Unified diff