/* * This file is part of Linode Manager Classic. * * Linode Manager Classic is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Linode Manager Classic is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with Linode Manager Classic. If not, see . */ @import url('/global.css'); .backups-enabled { font-weight: bold; } #boot { margin-top: 5px; } .disk-icon { height: 24px; width: 26px; } .extra-event { display: none; } h3 { border-bottom: 1px solid #E8E8E8; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 18px; font-weight: lighter; margin-bottom: 50px; } .job-failed { background-color: #C13100; color: #FFF; display: block; padding: 5px; text-align: center; } .job-info { color: #777; font-size: 10px; } .job-notice { background-color: #3683DC; color: #FFF; display: block; padding: 5px; text-align: center; } #job-progress { background-color: #A9A9A9; display: block; color: #31B96E; width: calc(100% - 2px); } #job-progress::-moz-progress-bar { background-color: #31B96E; } #job-progress::-webkit-progress-bar { background-color: #A9A9A9; } #job-progress::-webkit-progress-value { background-color: #31B96E; } #job-progress-row { display: none; } #job-progress-row td { padding: 0; } .job-running { text-align: right; } .job-success { background-color: #31B96E; color: #FFF; display: block; padding: 5px; text-align: center; } .job-type { font-weight: bold; } #last-backup { display: none; } #linode-details { display: inline-block; padding: 0px 15px 20px; text-overflow: ellipsis; width: 75%; } #linode-sidebar { float: right; margin-right: 15px; width: calc(25% - 45px); } .lmc-table td { white-space: nowrap; } .lmc-table td:nth-child(2) { width: 100%; } #moar-jobs { font-size: 13px; font-weight: normal; } #notifications { padding: 0px 15px; } #reboot { display: none; margin-top: 5px; } #server-status { font-weight: bold; font-size: 18px; } #shut-down { display: none; font-size: 14px; margin: 0 auto 15px; } .sidebar-box { border: 1px dotted #999; font-size: 12px; margin-bottom: 15px; } .sidebar-box a { font-weight: bold; } .sidebar-box h4 { background-color: #E5E5E5; font-size: 15px; margin: 0; padding: 2px; } .sidebar-box meter { display: block; margin: 0 auto 10px; width: 90%; } .sidebar-box p { margin: 10px; text-align: center; } .sidebar-box ul { list-style-position: inside; padding-left: 15px; } .sub-links-inline { display: inline-block; float: right; } #upgrade { background-color: #F0F0F0; display: none; margin: 0 15px 20px; padding: 5px; text-align: center; } #upgrade p { margin: 0; } #uptime { display: none; }