Revision 692a8480

b/ui/static/main.css
781 781
}
782 782

  
783 783
.icon .machine-details .name {
784
    height: 28px;
784
    height: 24px;
785 785
}
786 786

  
787 787
.icon .machine-connect {
......
792 792
.icon .machine-details {
793 793
    width: 310px;
794 794
    float: left;
795
    margin-top: -6px;
795
    margin-top: -5px;
796 796
}
797 797

  
798 798
.icon .state {
......
872 872

  
873 873
.vm-actions .action-container.destroy {
874 874
    position: absolute;
875
    bottom: -2px;
875
    bottom: 2px;
876 876
    width: 100%;
877 877
    left: 0px;
878 878
    background: transparent;
......
1005 1005
    float: left;
1006 1006
    width: 50px;
1007 1007
    height: 54px;
1008
    margin: 4px 14px 0;
1008
    margin: 1px 14px 0;
1009 1009
}
1010 1010
.machine .logo {
1011 1011
    background-image: url("./icons/machines/medium/unknown-sprite.png");
......
2186 2186
    clear: none;
2187 2187
    width: 40px;
2188 2188
    margin-right: 0px;
2189
    padding-top: 2px;
2189
    padding-top: 0px;
2190 2190
    float: right;
2191 2191
    cursor: pointer;
2192 2192
    position: relative;
......
2241 2241
    z-index: 1000;
2242 2242
}
2243 2243

  
2244
.icon .nametextbox {
2245
    width: 255px;
2246
}
2247

  
2244 2248
.nametextbox, .network-rename-input {
2249
    position: relative;
2250
    top: -3px;
2245 2251
    font-size: 65%;
2246 2252
    width: 240px;
2253
    border: 1px solid #aaaaaa;
2254
    padding: 2px;
2247 2255
}
2248 2256

  
2249 2257
.large-spinner {
......
3776 3784
    display: inline-block;
3777 3785
}
3778 3786

  
3787
.icon .cont-toggler {
3788
    margin-top: -1px;
3789
}
3790

  
3779 3791
.icon .wave {
3780 3792
    margin-right: 4px !important;
3781 3793
    margin-top: 15px !important;

Also available in: Unified diff