| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340 |
- .navbar-right.navbar-top-links img {
- filter: invert(100%);
- }
- .module-table > * > tr:nth-child(even) {
- background-color: #eee;
- }
- .default-cursor {
- cursor: pointer;
- }
- .margin-bottom {
- margin-bottom: 5px;
- }
- .margin-top {
- margin-top: 5px;
- }
- .truncated {
- text-overflow: ellipsis;
- overflow: hidden
- }
- .button-throbber {
- height: 18px;
- }
- .uppercase {
- text-transform: uppercase;
- }
- .table-layout-fixed {
- table-layout: fixed;
- }
- .module-icon {
- display: inline;
- height: 24px;
- width: 24px;
- }
- .fixed-addon-width {
- min-width: 70px;
- text-align: left;
- }
- .fixed-addon-width-2 {
- min-width: 90px;
- text-align: left;
- }
- .fixed-addon-width-3 {
- min-width: 110px;
- text-align: left;
- }
- .fixed-width-200 {
- min-width: 200px;
- }
- .caret-reversed {
- border-top-width: 0;
- border-bottom: 4px solid #000;
- }
- .image-small-18 {
- height: 18px;
- }
- .center-text {
- text-align: center;
- }
- .scrollable-pre {
- overflow: auto;
- word-wrap: normal;
- white-space: pre;
- }
- .log-pre {
- max-height: 30vw;
- }
- .btn-fixed-length {
- width: 70px;
- }
- .title-message {
- margin-left: 10px;
- padding-left: 5px;
- padding-right: 5px;
- height: 9px;
- border-radius: 3px;
- }
- .padding-left {
- margin-left: 10px;
- }
- .select-inline {
- font-weight: normal;
- }
- .logout {
- cursor: pointer;
- }
- .module-nav li a {
- margin-left: 10px;
- }
- .module-nav li:hover {
- background-color: #eee;
- }
- .sidebar .sidebar-nav.navbar-collapse {
- padding-right: 0;
- padding-left: 0;
- }
- .sidebar ul li {
- cursor: pointer;
- border-bottom: 1px;
- }
- .sidebar .active {
- background-color: #eee;
- }
- .sidebar .active a {
- color: #555;
- font-weight: bold;
- }
- .sidebar, .module-content {
- -webkit-transition: margin 200ms ease-out;
- -moz-transition: margin 200ms ease-out;
- -o-transition: margin 200ms ease-out;
- transition: margin 200ms ease-out;
- }
- @media(min-width:768px) {
- .module-content {
- position: absolute;
- width: calc(100% - 50px);
- margin-left: 50px;
- padding: 15px 30px;
- border-left: 1px;
- }
- .sidebar {
- width: 200px;
- height: 100%;
- margin-left: -150px;
- float: left;
- z-index: 99;
- min-height: 50px;
- border-right: 1px;
- position: relative;
- }
- .sidebar a {
- padding-right: 12px !important;
- }
- .sidebar .navbar-collapse, .sidebar .container-fluid {
- padding: 0;
- }
- .sidebar li {
- width: 100%;
- }
- /*.sidebar:hover,*/
- .sidebar-toggle {
- margin-left: 0;
- }
- }
- @media (min-width: 1200px) {
- .module-content {
- width: calc(100% - 200px);
- margin-left: 200px;
- }
- .sidebar {
- margin-left: 0;
- float: left;
- }
- .sidebar-nav .module-text {
- visibility: hidden !important;
- }
- }
- .nav > li > a {
- padding: 13px 15px;
- }
- .navbar-header {
- width: 100%;
- }
- .navbar-top-links {
- margin-right: 5px;
- margin-left: 10px;
- }
- .navbar-top-links li {
- display: inline-block;
- }
- .navbar {
- margin-bottom: 0;
- }
- .navbar-top-links .dropdown-menu li {
- display: block;
- }
- .module-content {
- padding: 15px 15px;
- }
- .pointer {
- cursor: pointer;
- }
- .dropdown-menu {
- cursor: pointer;
- }
- .dropdown-menu-top {
- max-height: 300px !important;
- overflow-y: auto !important;
- }
- @media(max-width:768px) {
- .dropdown-menu-top {
- margin: auto !important;
- position: absolute !important;
- background-color: #fff !important;
- word-wrap: break-word !important;
- border: 1px solid #ccc !important;
- width: 300px !important;
- max-width: 300px !important;
- }
- .dropdown-menu-top li a {
- white-space: normal !important;
- }
- .dropdown-menu-logout {
- max-width: 50px !important;
- }
- .navbar-toggle {
- float: left;
- margin-top: 10px;
- margin-left: 15px;
- }
- .navbar-brand {
- padding: 15px 15px 15px 0;
- }
- .module-icon.pull-right {
- float: left !important;
- margin-right: 10px;
- }
- .tab-pane {
- padding: 15px !important;
- }
- }
- .login-logo {
- margin: 0 auto;
- padding-bottom: 10px;
- max-width: 150px;
- }
- .brand-logo {
- content: url('/img/logo.png');
- max-height: 30px;
- padding-bottom: 5px;
- }
- .brand-text::after {
- content: 'WiFi Pineapple';
- padding-top: 3px;
- padding-left: 5px;
- float: right;
- }
- #accordion .panel-heading .panel-title:after {
- content: url('/img/chevron_up.svg');
- width: 20px;
- float: right;
- color: grey;
- }
- #accordion .panel-heading.collapsed .panel-title:after {
- content: url('/img/chevron_down.svg');
- }
- .menu-toggle-icon {
- transform: rotate(-90deg);
- }
- .tab-pane {
- padding: 25px;
- border: 1px solid #dddddd;
- border-top: 0;
- border-radius: 0 0 4px 4px;
- }
- .nav-tabs > li.active > a {
- font-weight: bold;
- }
- .nav-tabs > li > a {
- background-color: #eeeeee78;
- }
- .sidebar-nav .module-text {
- text-align: center;
- visibility: visible;
- }
- /* Use this for menu auto open on hover
- .sidebar:hover {
- margin-left: 0;
- }
- .menu-toggle {
- display: none !important;
- }
- */
|