Skip to content
Snippets Groups Projects
Commit 9341f7a2 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1828046 by dead_arm: Exposed forms look terrible.

parent 621602df
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
.views-exposed-form .views-exposed-widget {
float: right; /* RTL */
}
.views-exposed-form .views-exposed-widget {
float: left; /* LTR */
}
.views-exposed-form .views-exposed-widget .form-submit {
margin-top: 0.5em;
display: inline-block;
}
.views-exposed-form .form-item,
......@@ -12,10 +8,6 @@
margin-bottom: 0;
}
.views-exposed-widgets {
margin-bottom: 0.5em;
}
/* table style column align */
.views-align-left {
text-align: left;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment