Revision 550d9733 ui/static/main.css

b/ui/static/main.css
1035 1035
    margin: 0;
1036 1036
}
1037 1037

  
1038
div.ip, div.ips {
1038
.icon div.ip, .icon div.ips {
1039 1039
    font-size: 75%;
1040 1040
}
1041 1041

  
......
4509 4509

  
4510 4510
.overlay .header .subtitle img {
4511 4511
    vertical-align: middle;
4512
    margin-left: 5px;
4512
    margin-left: 10px;
4513 4513
    margin-bottom: 2px;
4514 4514
}
4515 4515

  
4516
.overlay-info .content {
4517
    background-repeat: no-repeat;
4518
    background-position: 110% 110%;
4519
    background-color: rgba(255,255,255,0.6)
4520
}
4521

  
4516 4522
.overlay-info .header {
4517 4523
    background-color: #4085A5;
4518 4524
}
......
4769 4775
    color: #fff;
4770 4776
}
4771 4777

  
4778
#createvm-overlay-content {
4779
    padding: 0;
4780
}
4781

  
4782
.create-vm .header-step.current {
4783
    font-weight: bold;
4784
}
4785

  
4786
.create-vm .create-step-cont {
4787
    margin: 20px;
4788
    min-height: 240px;
4789
}
4790
.create-vm .create-controls {
4791
    padding: 10px;
4792
}
4793

  
4794
.create-vm ul li {
4795
    cursor: pointer;
4796
    padding: 4px;
4797
}
4798

  
4799
.create-vm ul li.selected {
4800
    background-color: #aaa;
4801
}
4772 4802

  
4773 4803
.cont-toggler {
4774 4804
    background-image: url("./down-arrow.png");
......
5323 5353
.create-vm .meta input {
5324 5354
    font-size: 0.8em;
5325 5355
}
5356

  
5357
.vm-connect .connect-cont {
5358
    margin-bottom: 20px;
5359
    border-bottom: 1px solid #A1C8DB;
5360
    padding-bottom: 20px;
5361
}

Also available in: Unified diff