@import url("/bootstrap/css/bootstrap.min.css"); @import url("/bootstrap/css/bootstrap-theme.min.css"); @import url("/bootstrap/glyphicons/glyphicons-halflings.css"); html { position: relative; min-height: 100%; } body { padding-top: 70px; margin-bottom: 60px; } .navbar-brand { padding-top: 0; } body.no-menu #jumbotron { padding: 100px; background: #3c3c3c no-repeat; } body.no-menu #jumbotron .container { width: 450px; padding-top: 50px; background: url("/logo.png") no-repeat; } body.index a[data-toggle][aria-expanded="false"] i { background-position: 0 -96px; } body.index a[data-toggle][aria-expanded="true"] i { background-position: -24px -96px; } .ui-sortable-handle { cursor: move; } tr.disabled { opacity: .5; } /** Page header with title and breadcrumb */ .header { position: relative; } .header .page-header { margin-top: 0; } .header .help-icon { position: absolute; right: 0; top: 15px; } /** Page footer */ .footer { position: absolute; bottom: 0; width: 100%; height: 60px; background-color: #f5f5f5; padding-top: 21px; text-align: center; }