Sha256: 4a756051cf9417ae1691977ec57f69f2915e95df27c954249a24dfaba8e94930

Contents?: true

Size: 1.5 KB

Versions: 3

Compression:

Stored size: 1.5 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
  .input-prepend
    .add-on
      box-sizing: content-box
      padding: 6px 4px
  table.table
    th, td
      white-space: nowrap
    th.main, td.main
      width: 100%
      white-space: normal
    td.action-links
      text-align: right
      
  [class^="icon-"], [class*=" icon-"]
    background-image: url(image-path("comfortable_mexican_sofa/bootstrap/glyphicons-halflings.png"))
  .icon-white
    background-image: url(image-path("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.11.2 app/assets/stylesheets/comfortable_mexican_sofa/bootstrap_overrides.css.sass
comfortable_mexican_sofa-1.11.1 app/assets/stylesheets/comfortable_mexican_sofa/bootstrap_overrides.css.sass
comfortable_mexican_sofa-1.11.0 app/assets/stylesheets/comfortable_mexican_sofa/bootstrap_overrides.css.sass