Sha256: 808b11234f5abf6132ebb40671846954f6111e1d4f9e47449d5e94d59c969253

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

.center
  text-align: center

ol
  padding: 10px
  margin: 0

caption
  padding: 4px  

table
  width: 100%

th, td
  padding: 7px 15px
  text-align: left

//Forms
form
  label
    display: block
    font-size: 17px
    margin: 0 0 5px
    position: relative
    
  small
    font-size: 12px
    font-weight: normal
    padding-left: 10px
    
  input, input[type="text"], input[type="email"], input[type="url"], textarea
    @include border-radius(0)
    @include curved-alt
    border: 1px solid
    font-family: inherit
    font-size: inherit
    padding: 4px
    
  select
    @include curved-alt
    border: 1px solid
    font-family: inherit
    font-size: inherit
    padding: 4px
    padding-top: 3px
    padding-bottom: 3px
    
  input
    &[type="submit"], &[type="reset"]
      cursor: pointer
      width: auto !important

@for $i from 1 through $max-columns
  .col_#{$i}
    input, select, textarea
      width: ($column-width + ($gutter-width * 2)) * ($i - 1) + $column-width - 10px

/* Error and Success messages

.error, .success
  @include curved
  padding: 4px 8px

/* Pagination

.pagination
  text-align: right
  a, span
    display: inline-block
    margin: 0 2px
    padding: 2px 6px

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
admin_fu-0.1.0 app/stylesheets/_template.sass