body { padding-top: 70px; padding-bottom: 10px; } .panel-heading, .panel-footer, .jumbotron, pre, .input-group-addon { background-image: url('bg.png'); } .form-signin { max-width: 330px; padding: 15px; margin: 0 auto; } .form-adduser { max-width: 600px; padding: 10px; margin: 0 auto; } .form-narrow { max-width: 320px; } .form-signin .form-signin-heading, .form-signin .checkbox { margin-bottom: 10px; } .form-signin .checkbox { font-weight: normal; } .form-signin .form-control, .form-adduser .form-control { position: relative; font-size: 16px; height: auto; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .form-control:focus { z-index: 2; } .form-signin input[type="text"] { margin-bottom: -1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } .slx-default { color: #888; font-size: 90%; font-style: italic; } .slx-ga { min-width: 8em; text-align: left; } .slx-dialog { width: 100%; min-width: 600px; max-width: 820px; } .bootstrap-tagsinput { width: 100%; margin: 0px; border-radius: 0; height: 34px; } .isdir { font-weight: bold; } .slx-litehead { margin: 0px 10px 5px 10px; color: #aaa; text-transform: uppercase; font-weight: bold; } .red { color: #b00; } .orange { color: #b70; } .green { color: #0b0; } .slx-label { font-weight: bold; margin: auto; } .slx-table td { padding-right: 5px; padding-bottom: 2px; } .input-group { margin-bottom: 2px; } .slx-md-width { max-width: 600px; } .slx-storechart { max-width: 140px; margin: 5px; padding: 3px; float: left; background-color: #eee; } .slx-bold { font-weight: bold; } .slx-ellipsis { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-width: 240px; } .slx-dyn-ellipsis { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; } .slx-nowrap { white-space: nowrap; } .slx-rotation { animation-name: rotateThis; animation-duration: .75s; animation-iteration-count: infinite; animation-timing-function: linear; } @keyframes rotateThis { from { transform: scale( 1 ) rotate( 0deg ); } to { transform: scale( 1 ) rotate( 360deg ); } } .slx-warning-badge { color: #ff6; } .slx-footer { color: #999; padding: 5px; } .slx-fade { opacity: 0.5; } .slx-pointer { cursor: pointer; }