Revision ea3cb4e4 ui/static/main.css

b/ui/static/main.css
139 139
    cursor:pointer;
140 140
    display:block;
141 141
    padding: .7em 1em;
142
    margin-top: 1em;
143 142
    width: 8em;
144 143
    font-weight: bold;
145 144
    text-decoration: none;
......
153 152

  
154 153
div#header {
155 154
    height:152px;
155
    margin-left: -2em;
156 156
}
157 157

  
158 158
div#wrapper {
159
    width: 990px;
159
    width: 800px;
160 160
    margin: 0 auto;
161 161
}
162 162

  
......
184 184

  
185 185
div#about {
186 186
    color: white;
187
    padding: .9em 5em;
187
    padding: .5em 0;
188 188
    font-size:.7em;
189 189
    float: right;
190
    width: 63%;
191 190
}    
192 191

  
193 192
/* tooltip styling. by default the element to be styled is .tooltip  */
......
474 473

  
475 474
.instance {
476 475
    clear: both;
477
    margin: 1em 0;
478
    padding: 1em 2em 1em 1em;
476
    padding: .7em 1em .7em 1em;
479 477
    width: 70%;
480 478
    border: 1px dashed transparent;
481 479
    color: #666;
......
501 499
.actions {
502 500
    float: right;
503 501
    width: 15%;
504
    margin: -1.5em -9em 0 0;
502
    margin-right: -7em;
505 503
    height: 70px;
506 504
}
507 505

  
......
572 570
    color: transparent;
573 571
    font-weight: normal;
574 572
    margin-left: 2em;
575
    padding-left: 2em;
573
    padding-left: 1.5em;
576 574
    text-align: left;
577 575
}
578 576

  
......
592 590
    background-image: url(/static/pencil.png);
593 591
}
594 592

  
593
.terminated {
594
    opacity: .8;
595
}
596

  
595 597
#ubuntu {
596 598
    height:50px;
597 599
    background: url(../static/ubuntu.png) no-repeat 0 0;
......
659 661
    margin-top: 1em;
660 662
}
661 663

  
662
div.active {
663
    border-bottom: 1em solid #2C597E;
664
    height: 200px;
665
}
666

  
667 664
div.active, div.stopped {
668 665
    margin-left: -1em;
669 666
    width: 70%;
670 667
    padding: 1em;
668
    height: 200px;
671 669
    margin-top: 1em;
672 670
}
673 671

  
......
736 734
}
737 735

  
738 736
div.inactive div.state {
739
    margin-right: 2.5em;
737
    margin-right: 1.5em;
740 738
}
741 739

  
742 740
div.inactive {
......
746 744
div.list div.actions {
747 745
    clear: left;
748 746
    float: right;
749
    margin-right: 4em;
750
    margin-top: 1em;
747
    margin-right: 2em;
748
    margin-top: 2em;
749
    width: 150px;
751 750
    text-align: right;
752 751
}
753 752

  
......
785 784
    color: #F49C1A;
786 785
}
787 786

  
787
img.os {
788
    z-index: 1;
789
    margin-left: -40px;
790
    margin-top: 45px;
791
    opacity: .9;
792
}
793

  
794
div#user {
795
    float:right;
796
    color: white;
797
    font-size: 9pt;
798
    margin-top: 6px;
799
    margin-left: 9px;
800
}
801

  
802
div#user a {
803
    color: #a0a0a0;
804
    text-decoration: none;
805
}
806

  

Also available in: Unified diff