/** * Admin classes * * @author splitfire - http://splitfire.fr * @version 1.0 * */ #html_wrapper { //min-width: $adminMinWidth; } /* logo ----------------*/ #header_wrapper { margin-bottom: 0; .navbar-inner { border-radius: 0; border-left: 0; border-right: 0; } & .brand { height: 30px; line-height: 30px; padding: 4px 20px; } & img { max-height: 30px; } } .required, .error-form { color: #ee1010; padding: 0; } .hero-unit.hero-error { padding: 40px; & span { line-height: 128px; vertical-align: middle; } } .iconadmin-empty { display: inline-block; width: 128px; height: 128px; background-image: image-url("iconadmin/empty.png"); background-repeat: no-repeat; } .form-search { & .pull-right { & .control-group { float: left; } & .controls { margin-left: 70px; } & .control-label { width: 60px; cursor: default; } } }