/* * 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'); #clone { padding: 0px 15px 15px; } #clone-table tbody:last-of-type tr:last-of-type { font-weight: bold; } #clone-table tbody:last-of-type tr:last-of-type td:nth-of-type(2) { text-align: right; } #clone-table td:first-of-type { width: 100%; } #config-table { margin-bottom: 20px; text-align: center; } #config-table td:nth-of-type(2) { text-align: left; width: 100%; } #config-table td:nth-of-type(3) { text-align: left; } #dest-table tbody:not(.lmc-tbody-head) td:first-of-type { font-weight: bold; padding-left: 100px; text-align: right; } #dest-table tbody:not(.lmc-tbody-head) tr:last-of-type { border: none; } #dest-table td:last-of-type { width: 100%; } #disk-table { margin-bottom: 20px; text-align: center; } #disk-table td:nth-of-type(2) { text-align: left; width: 100%; } .lmc-table td { white-space: nowrap; } .lmc-table thead tr:first-of-type { text-align: left; } optgroup { display: none; }