85 lines
1.6 KiB
CSS
85 lines
1.6 KiB
CSS
/*
|
|
* 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 <https://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
@import url('/global.css');
|
|
|
|
#transfer-bar {
|
|
border: 3px solid #999;
|
|
margin: 0 auto;
|
|
width: 70%;
|
|
}
|
|
|
|
#bar-remaining {
|
|
background-color: #EFEFEF;
|
|
border: 2px solid #EFEFEF;
|
|
display: none;
|
|
font-size: 16px;
|
|
line-height: 25px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#bar-used {
|
|
background-color: #ADD370;
|
|
border: 2px dashed #008000;
|
|
display: none;
|
|
font-size: 16px;
|
|
line-height: 25px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.backup-no {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.backup-yes {
|
|
color: #008000;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.center-cell {
|
|
text-align: center;
|
|
}
|
|
|
|
.dashboard-link {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#linodes {
|
|
padding: 15px;
|
|
}
|
|
|
|
#transfer-details {
|
|
margin: 5px 0px;
|
|
text-align: center;
|
|
}
|
|
|
|
#transfer-header {
|
|
font-weight: bold;
|
|
margin: 50px 0px 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
#transfer-notice {
|
|
color: #777;
|
|
font-size: 12px;
|
|
margin: 10px 0px;
|
|
padding-bottom: 15px;
|
|
text-align: center;
|
|
}
|