Revision afa2ebd2 ui/static/main.css

b/ui/static/main.css
375 375
    background-color: #999;
376 376
}
377 377

  
378
.selecteddiv {
379
    background-color: #999 !important;
380
}
381

  
378 382
#wizard label a:hover strong {
379 383
    color: white;
380 384
}
......
386 390

  
387 391
#wizard div.image .radio {
388 392
    float: left;
393
    margin-top: 10px;
389 394
}
390 395

  
391 396
#wizard div.image span.image-id, #wizard div.image span.description {
......
422 427
    font-size: 110%;
423 428
    font-weight: normal;
424 429
    display: inline;
425
    margin-top: 15px;
430
    margin-top: 10px;
426 431
    position: absolute;
427 432
}
428 433

  
434
#wizard .first {
435
    margin-left: -7px;
436
}
437

  
429 438
#wizard .topruler {
430 439
    background-color: #CCCCCC;
431 440
    border: 0 none;
......
445 454
}
446 455

  
447 456
#wizard #cancel {
457
    text-align: center;
458
}
459

  
460
#wizard #start {
461
    text-align: center;
462
    background-color: #FF6600;
463
    border-color: #FF6600;
464
}
448 465

  
466
#wizard #start:hover {
467
    background-color: #FF9651;
468
    border-color: #FF9651;
449 469
}
450 470

  
451 471
.page ul {
......
472 492
#status li {
473 493
	float:left;
474 494
	color:#7D7D7D;
475
    padding: 9px 70px 0 40px;
495
    padding: 0px 81px 0 40px;
496
    margin-top:10px;
476 497
}
477 498

  
478 499
#status li.active .headernumber {
......
556 577
	margin: -3px 0 0 15px;
557 578
    padding: 2px 10px 2px 0;
558 579
	text-align: right;
559
	width: 40px;		
580
	width: 40px;
581
    border-width:1px;		
582
}
583

  
584
.selectedrange {
585
    border: 1px inset blue;
560 586
}
561 587

  
562 588
#credits-indicator {
563 589
    background-color: #ECECEC;
564 590
    float: none;
565 591
    margin: 0 0 0 8px;
592
    border-width:1px;
566 593
}
567 594

  
568 595
div.machine {
......
753 780
    background-color: #666666;
754 781
    border:none;
755 782
    margin-left: -1px;
783
    text-align: left;
756 784
}
757 785

  
758 786
.image-logo {
759 787
    float: left;
760 788
    margin-right: 1em;
761 789
    margin-left: 1.5em;
790
    margin-top: 4px;
762 791
}
763 792

  
764 793
div.image {
......
925 954
}
926 955

  
927 956
#wizard div.panes {
928
    height: 250px;
957
    height: 252px;
929 958
    margin-bottom: 6px;
930 959
    clear:both;
931 960
}
932 961

  
962
.typebody {
963
    font-size: 80%;
964
    font-weight: normal;
965
    position: relative;
966
    top: -3px;
967
}
968

  
969
.typehover {
970
    color: #666666;
971
}
972

  
973
#label-name {
974
    margin-top: 15px;
975
}
976

  
933 977
/* single tab */
934 978
#wizard ul.tabs li {  
935 979
    margin-bottom: 0; 
......
948 992
	outline:0;
949 993
    background-color: #CCCCCC;
950 994
    text-align: center;
951
    width: 90px;
995
    width: 100px;
996
    white-space: nowrap;
952 997
}
953 998

  
954 999
#wizard ul.tabs a:hover {
955 1000
	color: black;
956
    background-color:#F7F7F7;
1001
    background-color:#AAAAAA;
957 1002
}
958 1003
	
959 1004
/* selected tab */

Also available in: Unified diff