You are here

vefl-layouts.css in Views exposed form layout 7

.vefl-twocol .vefl-region {
  float: left;
  width: 50%;
}
.vefl-threecol .vefl-region {
  float: left;
  width: 33.33%;
}

File

css/vefl-layouts.css
View source
  1. .vefl-twocol .vefl-region {
  2. float: left;
  3. width: 50%;
  4. }
  5. .vefl-threecol .vefl-region {
  6. float: left;
  7. width: 33.33%;
  8. }