Display: Change attendance day select width - refs #3514

pull/3643/head
carlos alvarado 6 years ago committed by GitHub
parent 7b83036064
commit ddfdca1b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      app/Resources/public/css/base.css

@ -10493,3 +10493,13 @@ ul.dropdown-menu.inner > li > a {
top:-5px;
left: -2px;
}
.bootstrap-select {
width: 220px;
/*IE9 and below*/
vertical-align: middle;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
width: 100%;
}
Loading…
Cancel
Save