Search

Friends

Atomspheric CO2 (PPM)

Archives

Blather

Uptime verified by Wormly.com

27 June 2013

Chosen with Twitter Bootstrap

Combining Chosen and Bootstrap needs some tweaks to get the widgets to match.

.chzn-container-single .chzn-single {
  padding: 3px 6px;
}

.chzn-container-single .chzn-single div b {
  background-position-y: 6px;
}

.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position-y: 6px;
}

.chzn-container-single .chzn-single abbr {
  height: 15px;
  background-position-y: 5px;
}

.chzn-container-single .chzn-single abbr:hover {
  background-position-y: 5px;
}

.control-group .controls {
  min-height: 40px;
}

Comments

No comments yet.

Leave a comment

Markdown

0.084 seconds