views.admin.css has some way to generic css.
/* @group Inline lists */
.horizontal > * {
clear: none;
float: left; /* LTR */
}.horizontal.right {
float: right;
}.horizontal label {
position: absolute;
}.horizontal .form-item > [class] {
margin-top: 25px;
}.horizontal .form-item > [class] + [class] {
margin-top: 0;
}/* @end */
This should be specified to just apply to the view form.