????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.218.145.54 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.se/wp-content/themes/x/framework/css/src/admin/base/ |
Upload File : |
// ============================================================================= // _APPEARANCE-SIDEBARS.SCSS // ----------------------------------------------------------------------------- // Admin styles. // ============================================================================= // ============================================================================= // TABLE OF CONTENTS // ----------------------------------------------------------------------------- // 01. Layout // 02. Entry and Taxonomy Lists // 03. Submit Box // 03. Sidebar // 04. Forms // ============================================================================= // Layout // ============================================================================= .x-sidebars .x-entry-and-taxonomy-lists { float: left; width: 25%; } .x-sidebars .x-sidebar-options { float: right; width: 71%; } // Entry and Taxonomy Lists // ============================================================================= .x-sidebars .wp-tab-panel { margin-bottom: 16px; height: 179px; } .x-sidebars .wp-tab-panel .categorychecklist { margin-top: 3px; } .x-sidebars .wp-tab-panel .categorychecklist li label { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } // Submit Box // ============================================================================= .x-sidebars .sidebar-submit-box { clear: both; } .x-sidebars .sidebar-submit-box:before, .x-sidebars .sidebar-submit-box:after { content: ""; display: table; } .x-sidebars .sidebar-submit-box:after { clear: both; } .x-sidebars .sidebar-submit-box .button-primary, .x-sidebars .sidebar-submit-box label { float: left; } .x-sidebars .sidebar-submit-box label { margin: 5px 0 0 11px; } // Forms // ============================================================================= .x-sidebars .x-sidebar-options input[type="text"] { width: 95%; } .x-sidebars .postbox-container input[type="text"] { margin-bottom: 1em; width: 100%; }