Revision 52b4bfd7 snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/app.css

b/snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/app.css
6909 6909
}
6910 6910

  
6911 6911
/* line 109, ../sass/_common.scss */
6912
.btn1, .btn2, .btn3, .create-vm .select-flavor dl dt span, .upload-widget .btns a, .btn4, .btn-img, .new-btn a, .details .top .actions ul li a {
6912
.btn1, .btn2, .btn3, .upload-widget .btns a, .btn4, .btn-img, .new-btn a, .details .top .actions ul li a {
6913 6913
  border: 1px solid #919194;
6914 6914
  color: #919194;
6915 6915
  display: inline-block;
......
6918 6918
  text-align: center;
6919 6919
}
6920 6920
/* line 117, ../sass/_common.scss */
6921
.btn1:hover, .btn2:hover, .btn3:hover, .create-vm .select-flavor dl dt span:hover, .upload-widget .btns a:hover, .btn4:hover, .btn-img:hover, .new-btn a:hover, .details .top .actions ul li a:hover, .btn1.current, .current.btn2, .current.btn3, .create-vm .select-flavor dl dt span.current, .upload-widget .btns a.current, .current.btn4, .current.btn-img, .new-btn a.current, .details .top .actions ul li a.current {
6921
.btn1:hover, .btn2:hover, .btn3:hover, .upload-widget .btns a:hover, .btn4:hover, .btn-img:hover, .new-btn a:hover, .details .top .actions ul li a:hover, .btn1.current, .current.btn2, .current.btn3, .upload-widget .btns a.current, .current.btn4, .current.btn-img, .new-btn a.current, .details .top .actions ul li a.current {
6922 6922
  border-color: #3582ac;
6923 6923
  background: #3582ac;
6924 6924
  color: #fff;
6925 6925
}
6926 6926
/* line 122, ../sass/_common.scss */
6927
.btn1.current, .current.btn2, .current.btn3, .create-vm .select-flavor dl dt span.current, .upload-widget .btns a.current, .current.btn4, .current.btn-img, .new-btn a.current, .details .top .actions ul li a.current {
6927
.btn1.current, .current.btn2, .current.btn3, .upload-widget .btns a.current, .current.btn4, .current.btn-img, .new-btn a.current, .details .top .actions ul li a.current {
6928 6928
  cursor: default;
6929 6929
}
6930 6930

  
......
6941 6941
}
6942 6942

  
6943 6943
/* line 139, ../sass/_common.scss */
6944
.btn3, .create-vm .select-flavor dl dt span, .upload-widget .btns a {
6944
.btn3, .upload-widget .btns a {
6945 6945
  color: #fff;
6946 6946
  border-color: #fff;
6947 6947
}
6948 6948
/* line 144, ../sass/_common.scss */
6949
.btn3:hover, .create-vm .select-flavor dl dt span:hover, .upload-widget .btns a:hover, .btn3.current, .create-vm .select-flavor dl dt span.current, .upload-widget .btns a.current {
6949
.btn3:hover, .upload-widget .btns a:hover, .btn3.current, .upload-widget .btns a.current {
6950 6950
  color: #3582ac;
6951 6951
  background: #fff;
6952 6952
  border-color: #fff;
......
7688 7688
  background-image: url("../images/os-fedora.png");
7689 7689
}
7690 7690

  
7691
/* line 75, ../sass/_machines.scss */
7692
.create-vm .select-os li {
7693
  width: 23%;
7694
  padding: 20px;
7695
  list-style: none outside none;
7696
  display: inline-block;
7697
  float: left;
7698
  height: 200px;
7699
  margin: 0 10px 10px 0;
7700
}
7701
/* line 84, ../sass/_machines.scss */
7702
.create-vm .select-os li:hover, .create-vm .select-os li.selected {
7703
  background: #fff;
7704
}
7705
/* line 86, ../sass/_machines.scss */
7706
.create-vm .select-os li:hover h2, .create-vm .select-os li:hover p, .create-vm .select-os li:hover a, .create-vm .select-os li.selected h2, .create-vm .select-os li.selected p, .create-vm .select-os li.selected a {
7707
  color: #3582ac;
7708
}
7709
/* line 90, ../sass/_machines.scss */
7710
.create-vm .select-os li a {
7711
  color: #fff;
7712
}
7713
/* line 93, ../sass/_machines.scss */
7714
.create-vm .select-os li .os {
7715
  background: url("../images/os-unknown.png") no-repeat center center;
7716
  width: 30px;
7717
  height: 30px;
7718
  display: inline-block;
7719
  text-indent: -2000px;
7720
  overflow: hidden;
7721
  background-size: 100%;
7722
  margin-bottom: 2em;
7723
}
7724
/* line 97, ../sass/_machines.scss */
7725
.create-vm .select-os li .os.windows {
7726
  background-image: url("../images/os-windows.png");
7727
}
7728
/* line 98, ../sass/_machines.scss */
7729
.create-vm .select-os li .os.kubuntu {
7730
  background-image: url("../images/os-kubuntu.png");
7731
}
7732
/* line 99, ../sass/_machines.scss */
7733
.create-vm .select-os li .os.fedora {
7734
  background-image: url("../images/os-fedora.png");
7735
}
7736
/* line 101, ../sass/_machines.scss */
7737
.create-vm .select-os li h2 {
7738
  font-size: 1em;
7739
  font-weight: normal;
7740
  color: #fff;
7741
}
7742
/* line 106, ../sass/_machines.scss */
7743
.create-vm .select-os li .details {
7744
  font-weight: bold;
7745
  font-size: 0.875em;
7746
}
7747
/* line 113, ../sass/_machines.scss */
7748
.create-vm .select-flavor dl {
7749
  color: #fff;
7750
  font-size: 1.25em;
7751
  margin-bottom: 10px;
7752
}
7753
/* line 117, ../sass/_machines.scss */
7754
.create-vm .select-flavor dl dd {
7755
  width: 23%;
7756
  display: inline-block;
7757
}
7758
/* line 121, ../sass/_machines.scss */
7759
.create-vm .select-flavor dl dt {
7760
  width: 70%;
7761
  display: inline-block;
7762
  font-weight: normal;
7763
}
7764
/* line 125, ../sass/_machines.scss */
7765
.create-vm .select-flavor dl dt span {
7766
  min-width: 90px;
7767
  margin: 0 10px;
7768
}
7769
/* line 129, ../sass/_machines.scss */
7770
.create-vm .select-flavor dl dt span:first-child {
7771
  margin-left: 0;
7772
}
7773

  
7774
/* line 139, ../sass/_machines.scss */
7691
/* line 74, ../sass/_machines.scss */
7775 7692
#vm-connect .info {
7776 7693
  font-style: italic;
7777 7694
  font-size: 0.8125em;
7778 7695
  color: #9e9ea1;
7779 7696
}
7780
/* line 144, ../sass/_machines.scss */
7697
/* line 79, ../sass/_machines.scss */
7781 7698
#vm-connect .ssh {
7782 7699
  text-align: center;
7783 7700
}
7784
/* line 146, ../sass/_machines.scss */
7701
/* line 81, ../sass/_machines.scss */
7785 7702
#vm-connect .ssh span {
7786 7703
  padding: 10px 30px;
7787 7704
  background: #3582ac;

Also available in: Unified diff