Sha256: d2d1c50a7cad55f0e05a3551eb628b740aaf2a0508cd4b4bde92f55719000691

Contents?: true

Size: 366 Bytes

Versions: 3

Compression:

Stored size: 366 Bytes

Contents

// Place all the styles related to the Settings controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

#ns_settings_ui {
  ul {
    list-style-type: none;
  }
  form {
    display: inline;
  }
  input[type=text], select {
    width: 130px;
    display: inline-block;
    flex: none;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ns_settings_ui-1.7.0 app/assets/stylesheets/ns_settings_ui/settings.css.scss
ns_settings_ui-1.6.1 app/assets/stylesheets/ns_settings_ui/settings.css.scss
ns_settings_ui-1.6.0 app/assets/stylesheets/ns_settings_ui/settings.css.scss