@import "compass_twitter_bootstrap"; /* Top menu bar (app name, login...): It's full width so border-radius is unnecessary */ .navbar-inner{ border-radius:0px; } /* Top menu tweaks */ .dev-user-changer{ margin-top:3px; opacity:0.8; border-radius:4px; } .dev-user-changer select{ margin-bottom:5px; } /* Main menu bar (model links): search box*/ .form-search{ margin:4px 4px 0 0; } .form-search i { margin: -20px 0 0 162px; display: block; position:absolute; } #search-results-part{ display:none; } /* Page heading */ .bootstrap-content{ margin-top:16px; } h2.heading{ margin-bottom:10px; line-height:24px; } /* hidden-fields */ div.hidden-fields { display:none; } /* spinner */ .ajax-progress{ padding: 0 20px 10px; background: url(ajax-loader.gif) no-repeat 0px 1px; display: none; z-index: 1000; } /* wrap with a position:absolute so the relatively positioned stuff inside doesn't leave a blank space */ #ajax-progress-wrapper { position: absolute; } /* input-many */ ul.input-many {list-style-type: none;} ul.input-all {list-style-type: none;} ul.input-many > li { overflow:hidden; zoom:1;} ul.input-many .input-many-item {float:left;} ul.input-many div.buttons {float:left; margin-left:10px;} li.input-many-template { display:none; } /* Index page fix */ .index-page .content-body .table{ clear:both; } /* collection */ ul.collection > li { margin-left: 0; list-style: none;}