Merge "Clean up horizon.scss - _util.scss"

This commit is contained in:
Jenkins 2016-01-21 11:03:43 +00:00 committed by Gerrit Code Review
commit cd8c754917
2 changed files with 26 additions and 33 deletions

View File

@ -6,6 +6,32 @@
margin: 0 auto; 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. // Used to x-scroll to Pre-formatted text.
.pre_scrollable { .pre_scrollable {
display: table; display: table;

View File

@ -45,23 +45,6 @@
// Debt // Debt
@import "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 { small {
font-size: 11px; font-size: 11px;
} }
@ -160,14 +143,6 @@ a.current_item:hover h4 {
margin-bottom: 0; margin-bottom: 0;
} }
.clear {
clear: both;
width: 0;
height: 0;
padding: 0;
margin: 0;
}
.modal-footer { .modal-footer {
input { input {
width: auto; width: auto;
@ -249,10 +224,6 @@ div .flavor_table {
width: 160px; width: 160px;
} }
.header_rule {
margin: 0 0 8px;
}
.item_detail .detail_section { .item_detail .detail_section {
margin-bottom: 25px; margin-bottom: 25px;
float: left; float: left;
@ -732,10 +703,6 @@ a.link-popover { cursor: default; }
a:hover.link-popover { text-decoration: none; } a:hover.link-popover { text-decoration: none; }
input::-ms-clear, input::-ms-reveal {
display: none;
}
/**** Form Horizontal Override ****/ /**** Form Horizontal Override ****/
.form-horizontal { .form-horizontal {
.form-group { .form-group {