| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309 |
- /* Layout */
- * {
- margin: 0;
- }
- html {
- overflow-y: scroll;
- }
- html, body {
- height: 100%;
- }
- body {
- padding-top: 70px;
- }
- .container {
- width: auto;
- max-width: 1600px;
- }
- .wrapper {
- min-height: 100%;
- height: auto !important;
- margin: 0 auto -61px; /* the bottom margin is the negative value of the footer's height */
- padding-bottom: 30px;
- }
- .navbar-brand {
- padding: 12px 15px 8px;
- }
- .footer, .push {
- height: 60px; /* .push must be the same height as .footer */
- }
- .footer {
- background-color: #f5f5f5;
- border-top: 1px solid #d0d0d0;
- }
- footer p {
- margin: 20px 0;
- }
- /* Hide the username in the navigation menu on displays less than 1400px wide */
- @media (max-width: 1399px) {
- #navbar_user {
- display: none;
- }
- }
- /* Hide the search bar in the navigation menu on displays less than 1250px wide */
- @media (max-width: 1249px) {
- #navbar_search {
- display: none;
- }
- }
- /* Printer friendly CSS class and various fixes for printing. */
- @media print {
- body {
- padding-top: 0px;
- }
- a[href]:after {
- content: none !important;
- }
- .noprint {
- display: none !important;
- }
- }
- /* Collapse the nav menu on displays less than 980px wide */
- @media (max-width: 979px) {
- .navbar-header {
- float: none;
- }
- .navbar-left,.navbar-right {
- float: none !important;
- }
- .navbar-toggle {
- display: block;
- }
- .navbar-collapse {
- border-top: 1px solid transparent;
- box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
- }
- .navbar-fixed-top {
- top: 0;
- border-width: 0 0 1px;
- }
- .navbar-collapse.collapse {
- display: none!important;
- max-height: none;
- }
- .navbar-nav {
- float: none !important;
- margin-top: 7.5px;
- }
- .navbar-nav>li {
- float: none;
- }
- .navbar-nav>li>a {
- padding-top: 10px;
- padding-bottom: 10px;
- }
- .collapse.in {
- display:block !important;
- }
- #navbar_user {
- display: inline;
- }
- }
- /* Navigation menu */
- li.subnav > a {
- padding-left: 30px;
- }
- ul.dropdown-menu {
- width: 250px;
- }
- ul.dropdown-menu div.buttons {
- padding-right: 10px;
- padding-top: 2px;
- }
- ul.dropdown-menu div.buttons a {
- width: 26px;
- }
- ul.dropdown-menu > li > a {
- clear: left;
- }
- /* Forms */
- label {
- font-weight: normal;
- }
- label.required {
- font-weight: bold;
- }
- input[name="pk"] {
- margin-top: 0;
- }
- /* Tables */
- th.pk, td.pk {
- padding-bottom: 6px;
- padding-top: 10px;
- width: 30px;
- }
- tfoot td {
- font-weight: bold;
- }
- table.attr-table td:nth-child(1) {
- width: 25%;
- }
- .table-headings th {
- background-color: #f5f5f5;
- }
- td.min-width {
- width: 1%;
- }
- /* Paginator */
- div.paginator {
- margin-bottom: 20px;
- }
- div.paginator form {
- margin-bottom: 6px;
- }
- nav ul.pagination {
- margin-top: 0;
- margin-bottom: 8px !important;
- }
- /* Racks */
- div.rack_header {
- margin-left: 36px;
- text-align: center;
- width: 230px;
- }
- ul.rack_legend {
- float: left;
- list-style-type: none;
- margin-right: 6px;
- padding: 0;
- width: 30px;
- }
- ul.rack_legend li {
- color: #c0c0c0;
- display: block;
- font-size: 10px;
- height: 20px;
- overflow: hidden;
- padding: 5px 0;
- text-align: right;
- }
- /* Devices */
- table.component-list td.subtable {
- padding: 0;
- padding-left: 16px;
- }
- table.component-list td.subtable td {
- border: none;
- padding-bottom: 6px;
- padding-top: 6px;
- }
- table.interface-ips th {
- font-size: 80%;
- font-weight: normal;
- }
- /* Reports */
- table.reports td.method {
- font-family: monospace;
- padding-left: 30px;
- }
- td.report-stats label {
- display: inline-block;
- line-height: 14px;
- margin-bottom: 0;
- min-width: 40px;
- }
- table.report th {
- position: relative;
- }
- table.report th a {
- position: absolute;
- top: -51px;
- }
- /* Rendered Markdown */
- .rendered-markdown table {
- width: 100%;
- }
- .rendered-markdown th {
- border-bottom: 2px solid #dddddd;
- padding: 8px;
- }
- .rendered-markdown td {
- border-top: 1px solid #dddddd;
- padding: 8px;
- }
- .rendered-markdown :last-child {
- margin-bottom: 0;
- }
- /* AJAX loader */
- .loading {
- position: fixed;
- display: none;
- z-index: 999;
- height: 2em;
- width: 2em;
- overflow: show;
- margin: auto;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- }
- .loading:before {
- content: '';
- display: block;
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(0,0,0,0.3);
- }
- /* Misc */
- .color-block {
- display: block;
- width: 80px;
- border: 1px solid grey;
- }
- .inline-color-block {
- display: inline-block;
- width: 1.5em;
- height: 1.5em;
- border: 1px solid grey;
- border-radius: .25em;
- vertical-align: middle;
- }
- .text-nowrap {
- white-space: nowrap;
- }
- .banner-bottom {
- margin-bottom: 50px;
- }
- .panel table {
- margin-bottom: 0;
- }
- .panel .table th {
- border-bottom-width: 1px;
- }
- .panel table tr.even:first-child td {
- border-top: 0;
- }
- .panel .list-group {
- max-height: 400px;
- overflow: auto;
- }
- ul.nav-tabs, ul.nav-pills {
- margin-bottom: 20px;
- }
- /* Fix progress bar margin inside table cells */
- td .progress {
- margin-bottom: 0;
- min-width: 100px;
- }
- textarea {
- font-family: Consolas, Lucida Console, monospace;
- }
|