Revision 1325fc64 ui/static/main.css

b/ui/static/main.css
1056 1056
    -webkit-transition: background-color .75s ease-out;
1057 1057
    -o-transition: background-color .75s ease-out;
1058 1058
    -moz-transition: background-color .75s ease-out;
1059
    transition: color .75s ease-out;
1059
    transition: background-color .75s ease-out;
1060 1060
}
1061 1061

  
1062 1062
.view-separator {
......
5185 5185

  
5186 5186
.form-action.prev:hover,
5187 5187
.form-action.cancel:hover {
5188
    background-color: #fff;
5189
    color: #800;
5188
    background-color: #CC0000;
5189
    color: #fff;
5190 5190
}
5191 5191

  
5192 5192
.form-action.next,
......
5197 5197

  
5198 5198
.form-action.next:hover,
5199 5199
.form-action.ok:hover {
5200
    background-color: #fff;
5201
    color: #080;
5200
    background-color: #00aa00;
5201
    color: #fff;
5202 5202
}
5203 5203

  
5204 5204
.form-action .create,
......
5463 5463
}
5464 5464

  
5465 5465
.create-vm .step-header {
5466
    padding: 10px;
5467 5466
    padding-bottom:0;
5468
    margin-bottom: 10px;
5469
    background-color: #A1C8DB;
5470
    border-bottom: 1px solid #aaa;
5471 5467
    position: relative;
5472 5468
}
5473 5469

  
......
5509 5505
    overflow: hidden;
5510 5506
}
5511 5507

  
5508
.create-vm .steps-history .steps-history-cont.current .title {
5509
    display: block;
5510
    top: 23px;
5511
    left: 39px;
5512
    font-size: 1.2em;
5513
    color: #ffffff;
5514
    font-weight: bold;
5515
    font-family: 'Ubuntu' !important;
5516
}
5517

  
5518
.create-vm .steps-history .steps-history-cont.current .subnum {
5519
    display: none;
5520
    float: none;
5521
    font-size: 0.9em;
5522
    font-family: 'Ubuntu' !important;
5523
}
5524

  
5525
.create-vm .steps-history .steps-history-cont.current .subtitle,
5526
.create-vm .steps-history .steps-history-cont.current .description {
5527
    font-family: 'Ubuntu' !important;
5528
}
5529

  
5530
.create-vm .steps-history .steps-history-cont.current .info {
5531
    display: block;
5532
    font-family: 'Ubuntu' !important;
5533
}
5534

  
5535
.create-vm .steps-history .steps-history-cont.completed .title,
5536
.create-vm .steps-history .steps-history-cont.completed .num {
5537
    color: #A1C8DB;
5538
}
5539

  
5540
.create-vm .steps-history .steps-history-cont.completed {
5541
    background-color: #4085A5;
5542
    color: #fff;
5543
    cursor: pointer;
5544
}
5545

  
5546
.create-vm .steps-history .steps-history-cont.completed .steps-history-step {
5547
    background-image: url("./check.png");
5548
}
5549

  
5550
.create-vm .steps-history .steps-history-cont.current .steps-history-step {
5551
    width: 380px;
5552
}
5553

  
5554
.create-vm .steps-history .steps-history-cont.current .num {
5555
    color: #fff;
5556
}
5557

  
5558
.create-vm .steps-history .steps-history-cont.current .info {
5559
    color: #4085A5;
5560
    font-size: 0.8em;
5561
}
5562

  
5563
.create-vm .steps-history .steps-history-cont.current {
5564
    background-color: #A1C8DB;
5565
    color: #fff;
5566
    width: 462px;
5567
}
5568

  
5569
.create-vm .steps-history-step {
5570
    padding: 4px;
5571
    padding-left: 10px;
5572
    font-size: 1em;
5573
    font-family: 'Ubuntu' !important;
5574
    margin-right: 5px;
5575
    padding-top: 12px;
5576
    background-position: right 30px;
5577
    background-image: none;
5578
    background-repeat: no-repeat;
5579
}
5580

  
5581
.create-vm .steps-history {
5582
    background-color: #4085A5;
5583
}
5584

  
5585
.create-vm .steps-history .steps-history-cont.last {
5586
    border-right: none;
5587
}
5588

  
5589
.create-vm .steps-history .steps-history-cont .num {
5590
    margin-left: 5px;
5591
    margin-top: -10px;
5592
    padding-bottom: 10px;
5593
}
5594

  
5595
.create-vm .steps-history .steps-history-cont .title {
5596
    display: none;
5597
    position: absolute;
5598
    bottom: 0px;
5599
    text-align: center;
5600
    padding-bottom: 2px;
5601
    left:0;
5602
    width: 60px;
5603
    margin-left:0;
5604
    margin-top:0;
5605
    font-size: 0.8em;
5606
}
5607

  
5608
.create-vm .steps-history .steps-history-cont .subnum,
5609
.create-vm .steps-history .steps-history-cont .info {
5610
    display: none;
5611
}
5612

  
5613
.create-vm .steps-history .steps-history-cont {
5614
    height: 70px;
5615
    width: 60px;
5616
    float: left;
5617
    color: #fff;
5618
    border-right: 1px solid #A1C8DB;
5619
    color: #A1C8DB;
5620
    background-color: #4085A5;
5621
    background-position: center right;
5622
    background-image: none;
5623
    background-repeat: no-repeat;
5624

  
5625
    -webkit-transition: background-color .15s ease-in;
5626
    -o-transition: background-color .15s ease-in;
5627
    -moz-transition: background-color .15s ease-in;
5628
    transition: background-color .15s ease-in;
5629

  
5630
    border-bottom: 1px solid #aaa;
5631
}
5632

  
5512 5633
.create-vm .step-header .header-step .num {
5634
    color: #225871;
5513 5635
    font-size: 4em;
5514 5636
    margin-bottom: -5px;
5515 5637
    font-family: 'Ubuntu';
......
5517 5639
}
5518 5640

  
5519 5641
.create-vm .step-header .header-step {
5520
    color: #DCEBF1;
5642
    color: #;
5521 5643
    margin-bottom: -6px;
5522 5644
    width: 25%;
5523 5645
    padding-left: 0%;

Also available in: Unified diff