summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openstack_dashboard/static/dashboard/scss/_util.scss26
-rw-r--r--openstack_dashboard/static/dashboard/scss/horizon.scss33
2 files changed, 26 insertions, 33 deletions
diff --git a/openstack_dashboard/static/dashboard/scss/_util.scss b/openstack_dashboard/static/dashboard/scss/_util.scss
index c8233a053..80ad63ef8 100644
--- a/openstack_dashboard/static/dashboard/scss/_util.scss
+++ b/openstack_dashboard/static/dashboard/scss/_util.scss
@@ -6,6 +6,32 @@
margin: 0 auto;
}
+/* new clearfix */
+.clearfix:after {
+ visibility: hidden;
+ display: block;
+ font-size: 0;
+ content: " ";
+ clear: both;
+ height: 0;
+}
+
+.clear {
+ clear: both;
+ width: 0;
+ height: 0;
+ padding: 0;
+ margin: 0;
+}
+
+.header_rule {
+ margin-top: 0;
+}
+
+input::-ms-clear, input::-ms-reveal {
+ display: none;
+}
+
// Used to x-scroll to Pre-formatted text.
.pre_scrollable {
display: table;
diff --git a/openstack_dashboard/static/dashboard/scss/horizon.scss b/openstack_dashboard/static/dashboard/scss/horizon.scss
index 77bd6db3a..454bdeeb5 100644
--- a/openstack_dashboard/static/dashboard/scss/horizon.scss
+++ b/openstack_dashboard/static/dashboard/scss/horizon.scss
@@ -45,23 +45,6 @@
// Debt
@import "debt";
-/* new clearfix */
-.clearfix:after {
- visibility: hidden;
- display: block;
- font-size: 0;
- content: " ";
- clear: both;
- height: 0;
-}
-* html .clearfix {
- zoom: 1;
-} // IE6
-*:first-child+html .clearfix {
- zoom: 1;
-} // IE7
-
-
small {
font-size: 11px;
}
@@ -160,14 +143,6 @@ a.current_item:hover h4 {
margin-bottom: 0;
}
-.clear {
- clear: both;
- width: 0;
- height: 0;
- padding: 0;
- margin: 0;
-}
-
.modal-footer {
input {
width: auto;
@@ -249,10 +224,6 @@ div .flavor_table {
width: 160px;
}
-.header_rule {
- margin: 0 0 8px;
-}
-
.item_detail .detail_section {
margin-bottom: 25px;
float: left;
@@ -732,10 +703,6 @@ a.link-popover { cursor: default; }
a:hover.link-popover { text-decoration: none; }
-input::-ms-clear, input::-ms-reveal {
- display: none;
-}
-
/**** Form Horizontal Override ****/
.form-horizontal {
.form-group {