You are here

styling.css in Scheduler 8

Same filename and directory in other branches
  1. 2.x css/styling.css
/* Without a width value, the button extends 100% of the form */
.scheduler-admin-form > .dropbutton-wrapper {
  width: 30%;
}

File

css/styling.css
View source
  1. /* Without a width value, the button extends 100% of the form */
  2. .scheduler-admin-form > .dropbutton-wrapper {
  3. width: 30%;
  4. }