~zulcss/horizon/horizon-g3-precise

« back to all changes in this revision

Viewing changes to openstack_dashboard/static/dashboard/css/style.css

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-06-01 10:57:56 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120601105756-dif0km7n98vhdi2x
Tags: 2012.2~f2~20120530.1777-0ubuntu1
* New upstream release. 
* debian/patches/add_juju_settings_panel.patch: Refreshed
* debian/patches/turn-off-debug.patch: Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
556
556
    position: absolute;
557
557
}
558
558
 
 
559
.modal.loading {
 
560
  width: 150px;
 
561
  height: 150px;
 
562
  margin: 0 auto;
 
563
  overflow: hidden;
 
564
}
 
565
 
 
566
.modal.loading p {
 
567
  text-align: center;
 
568
  position: absolute;
 
569
  bottom: 0;
 
570
  width: 150px;
 
571
}
 
572
 
559
573
form.horizontal .form-field {
560
574
    float: left;
561
575
  }
1077
1091
  line-height: 28px;
1078
1092
  margin-right: 10px;
1079
1093
}
 
1094
 
 
1095
 
 
1096
.progress-success.bar {
 
1097
  background-color: #5eb95e;
 
1098
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
 
1099
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
 
1100
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
 
1101
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
 
1102
  background-image: -o-linear-gradient(top, #62c462, #57a957);
 
1103
  background-image: linear-gradient(top, #62c462, #57a957);
 
1104
  background-repeat: repeat-x;
 
1105
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
 
1106
}
 
1107
 
 
1108
.progress_bar_fill.progress-warning.bar {
 
1109
  background-color: #898989;
 
1110
  background-image: -moz-linear-gradient(top, #999999, #333333);
 
1111
  background-image: -ms-linear-gradient(top, #999999, #333333);
 
1112
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#333333));
 
1113
  background-image: -webkit-linear-gradient(top, #999999, #333333);
 
1114
  background-image: -o-linear-gradient(top, #999999, #333333);
 
1115
  background-image: linear-gradient(top, #999999, #333333);
 
1116
  background-repeat: repeat-x;
 
1117
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#333333', GradientType=0);
 
1118
}
 
1119
 
 
1120
.progress_bar_over.bar {
 
1121
  background-color: #dd514c;
 
1122
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
 
1123
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
 
1124
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
 
1125
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
 
1126
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
 
1127
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
 
1128
  background-repeat: repeat-x;
 
1129
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
 
1130
}