Sha256: fa3577e65ad629c151e81018dbb8881ff3568aca162c704921fa6204de3eca9a

Contents?: true

Size: 471 Bytes

Versions: 10

Compression:

Stored size: 471 Bytes

Contents

.box {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #FFF;
  border: 1px solid #AAA;
  margin: 1em 0;
  padding: 0.5em 1em ;
}

.box h3 {
  margin: 0.5em 0!important;
}

.clear {
  clear: both;
}

.box_relationships {
  margin-top: 2.5em;
}

.search-choice span {
  color: black!important;
}

/* frikin' forms hacks */

.chzn-search input {
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 height:1em;
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
typus-3.1.10 app/assets/stylesheets/typus/hacks.css
typus-3.1.9 app/assets/stylesheets/typus/hacks.css
typus-3.1.8 app/assets/stylesheets/typus/hacks.css
typus-3.1.7 app/assets/stylesheets/typus/hacks.css
typus-3.1.6 app/assets/stylesheets/typus/hacks.css
typus-3.1.5 app/assets/stylesheets/typus/hacks.css
typus-3.1.4 app/assets/stylesheets/typus/hacks.css
typus-3.1.3 app/assets/stylesheets/typus/hacks.css
typus-3.1.2 app/assets/stylesheets/typus/hacks.css
typus-3.1.1 app/assets/stylesheets/typus/hacks.css