horizon/openstack_dashboard/static/dashboard/scss/components/_forms.scss
Diana Whitten 8b76b5fb90 Initial Clean Up Old Styles in _debt.scss
Unnecessary Styles:
 * #create_container_form .modal-footer
 * .list-bullet
 * dt

Can't find usage:
 * .btn-inline
 * #actions.single
 * div.input input[type="checkbox"]
 * .item_detail

Not used any longer:
 * .modal-body fieldset .form-field select[data-add-item-url

Change-Id: Ibfeeec84a58d4dffaa669fc48f27cac02a2011c7
Partially-implements: blueprint horizon-theme-css-reorg
2016-04-29 16:11:17 +00:00

14 lines
266 B
SCSS

/**** Prevent long image names from breaking form layout in Firefox ****/
.form-group {
input[type="file"] {
width: 100%;
white-space: normal;
}
/* Fix for input icon alignment */
input + .fa {
line-height: $input-height-base;
top: 0;
}
}