/** * Pterodactyl - Panel * Copyright (c) 2015 - 2017 Dane Everitt * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ .login-box, .register-box { width: 460px; } .weight-100 { font-weight: 100; } .weight-300 { font-weight: 300; } .btn-clear { background: transparent; } .user-panel > .info { position: relative; left: 0; } code { font-size: 85%; } .control-sidebar-dark .control-sidebar-menu > li > a.active { background: #1e282c; } .callout-nomargin { margin: 0; } .table { font-size: 14px !important; } .middle { vertical-align: middle !important; } #fileOptionMenu.dropdown-menu > li > a { padding:3px 6px; } .hasFileHover { border: 2px dashed #0087F7; border-top: 0 !important; border-radius: 5px; margin: 0; opacity: 0.5; } .hasFileHover * { pointer-events: none !important; } td.has-progress { padding: 0px !important; border-top: 0px !important; } .progress.progress-table-bottom { margin: 0 !important; height:5px !important; padding:0; border:0; } .muted { filter: alpha(opacity=20); opacity: 0.2; } .muted-hover:hover { filter: alpha(opacity=100); opacity: 1; } .use-pointer { cursor: pointer !important; } .input-loader { display: none; position:relative; top: -23px; float: right; right: 5px; color: #cccccc; height: 0; }