Sha256: a41e1c0c8138eb2783af5f2f24ac08e04ac6c9411a88c0818c7938ff85fb029c

Contents?: true

Size: 1.38 KB

Versions: 3

Compression:

Stored size: 1.38 KB

Contents

$form_fields: "select, textarea, input[type='text'], input[type='password'], input[type='datetime'], input[type='datetime-local'], input[type='date'], input[type='month'], input[type='time'], input[type='week'], input[type='number'], input[type='email'], input[type='url'], input[type='search'], input[type='tel'], input[type='color'], .uneditable-input"

body#comfy
  
  h1, h2, h3, h4, h5, .page-header
    margin-top: 0
  
  table.table
    th, td
      white-space: nowrap
    th.main, td.main
      width: 100%
      white-space: normal
      
  [class^="icon-"], [class*=" icon-"]
    background-image: url("/assets/comfortable_mexican_sofa/bootstrap/glyphicons-halflings.png")
  .icon-white
    background-image: url("/assets/comfortable_mexican_sofa/bootstrap/glyphicons-halflings-white.png")
  
  // -- Setting up border-box sizing, letting fields size themselves --------
  *
    outline: none
    -moz-box-sizing: border-box
    -webkit-box-sizing: border-box
    box-sizing: border-box
  #{$form_fields}
    height: auto
    padding: 6px
  form.formatted.form-horizontal
    .control-group
      margin-bottom: 5px
      .controls
        #{$form_fields}
          width: 100%
        textarea
          height: 400px
        textarea.short
          height: 100px
  
  // -- Alerts --------------------------------------------------------------
  .alert
    margin-bottom: 0px
    text-align: center

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
comfortable_mexican_sofa-1.7.3 app/assets/stylesheets/comfortable_mexican_sofa/bootstrap_overrides.css.sass
comfortable_mexican_sofa-1.7.1 app/assets/stylesheets/comfortable_mexican_sofa/bootstrap_overrides.css.sass
comfortable_mexican_sofa-1.7.0 app/assets/stylesheets/comfortable_mexican_sofa/bootstrap_overrides.css.sass