Revision 126a01f2 snf-cyclades-app/synnefo/ui/static/snf/css/main.css

b/snf-cyclades-app/synnefo/ui/static/snf/css/main.css
21 21
    text-align:center;
22 22
    font-size: 16px;
23 23
    background-position: 0px 35px; 
24
    overflow-y: scroll;
24 25
}
25 26

  
26 27
a, a:hover, a:active, a:focus, div:focus, span:focus, li:focus {
......
598 599
    width: 140px;
599 600
}
600 601

  
601
.overlay-networks-create .form-actions {
602
    float: right;
603
    margin-top: -26px !important;
602
.overlay-networks-create .form-action {
603
  float: left;
604
}
605

  
606
.overlay-networks-create .fixpos {
607
  margin-top: 3px;
608
}
609

  
610
.overlay-networks-create .col-fields.bordered {
611
  border-bottom: 1px solid #CCC;
612
  margin-bottom: 10px;
613
  padding-bottom: 10px;
614
}
615

  
616
.overlay-networks-create .col-fields {
617
  margin-bottom: 10px;
618
}
619

  
620
form .fields-desc {
621
  font-size: 0.8em !important; 
622
  margin: 5px 0;
623
  padding-bottom: 0 !important;
624
}
625

  
626
.overlay-networks-create form select {
627
  padding: 1px;
628
}
629

  
630
.overlay-networks-create #network-create-subnet-custom {
631
  width: 125px;
632
}
633

  
634
.overlay-networks-create .col-fields .form-field {
635
  float: left;
636
  margin-right: 20px;
637
}
638

  
639
.overlay-networks-create .col-fields .right-field {
640
  float: right;
641
  width: 210px;
642
  margin-right: 0px;
643
}
644

  
645
.overlay-networks-create .use-dhcp {
646
  width: auto;
604 647
}
605 648

  
606 649
#wizard #start:hover, #networks-wizard .create:hover {
......
1095 1138
}
1096 1139

  
1097 1140
.error-state .indicator1, .error-state .indicator2, .error-state .indicator3, .error-state .indicator4 {
1098
    background-color: #ff0000;
1141
    background-color: #ff0000 !important;
1099 1142
}
1100 1143

  
1101 1144
.terminated-state .indicator1, .terminated-state .indicator2, .terminated-state .indicator3, .terminated-state .indicator4 {
......
2191 2234
}
2192 2235

  
2193 2236
.network-machine h5 {
2194
    margin-bottom: 26px;
2237
    margin-bottom: 20px;
2195 2238
    margin-top:0px;
2196 2239
}
2197 2240

  
......
2552 2595
    display:none;
2553 2596
}
2554 2597

  
2598
div.network-cont.disable-destroy .actions .destroy {
2599
    display: none !important;
2600
}
2601

  
2602
div.network-cont.pending .actions .action-add {
2603
    display: none;
2604
}
2605

  
2606
div.network-cont.in-error .actions .action-add {
2607
    display: none;
2608
}
2609

  
2555 2610
div.network a.action-network-add {
2556 2611
    display: none;
2557 2612
}
......
2754 2809
    right:0;
2755 2810
}
2756 2811

  
2812
div.network .nic-ip {
2813
  font-size: 0.8em;
2814
}
2815

  
2757 2816
div.network div.display a {
2758 2817
    visibility: visible;
2759 2818
}
......
3030 3089
h5.machine-connect {
3031 3090
    font-size: 75%;
3032 3091
    margin-bottom: 3px;
3092
    height: 23px;
3033 3093
}
3034 3094

  
3035 3095
.machine-connect span {

Also available in: Unified diff