admin.css
133 lines
| 1 | /** |
| 2 | * Alkivia Framework. |
| 3 | * Styles for admin dashboard. |
| 4 | * Based on the styles for Maintenance Mode plugin by Michael Wöhrer |
| 5 | * |
| 6 | * @version $Rev: 198515 $ |
| 7 | * @author Jordi Canals |
| 8 | * @copyright Copyright (C) 2009, 2010 Jordi Canals |
| 9 | * @license GNU General Public License version 2 |
| 10 | * @link http://alkivia.org |
| 11 | * @package Alkivia |
| 12 | * @subpackage Framework |
| 13 | * |
| 14 | |
| 15 | Copyright 2009, 2010 Jordi Canals <devel@jcanals.cat> |
| 16 | |
| 17 | This program is free software; you can redistribute it and/or |
| 18 | modify it under the terms of the GNU General Public License |
| 19 | version 2 as published by the Free Software Foundation. |
| 20 | |
| 21 | This program is distributed in the hope that it will be useful, |
| 22 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 23 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 24 | GNU General Public License for more details. |
| 25 | |
| 26 | You should have received a copy of the GNU General Public License |
| 27 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 28 | */ |
| 29 | |
| 30 | /* =========================================================== SETTINGS */ |
| 31 | |
| 32 | table#akmin { |
| 33 | width: 100%; |
| 34 | border: 0 none; |
| 35 | padding: 0; |
| 36 | margin: 0; |
| 37 | } |
| 38 | |
| 39 | table#akmin fieldset { |
| 40 | border: 0 none; |
| 41 | padding: 0; |
| 42 | margin: 0; |
| 43 | } |
| 44 | |
| 45 | table#akmin td { |
| 46 | vertical-align: top; |
| 47 | } |
| 48 | |
| 49 | table#akmin td dl { |
| 50 | padding: 0; |
| 51 | margin: 10px 0 20px 0; |
| 52 | background-color: white; |
| 53 | border: 1px solid #dfdfdf; |
| 54 | } |
| 55 | |
| 56 | table#akmin td dl { |
| 57 | -moz-border-radius: 5px; |
| 58 | -khtml-border-radius: 5px; |
| 59 | -webkit-border-radius: 5px; |
| 60 | border-radius: 5px; |
| 61 | } |
| 62 | |
| 63 | table#akmin dl dt { |
| 64 | font-size: 13px; |
| 65 | font-weight: bold; |
| 66 | margin: 0; |
| 67 | padding: 4px 10px 4px 10px; |
| 68 | background: #dfdfdf; |
| 69 | } |
| 70 | |
| 71 | table#akmin p { |
| 72 | padding: 5px 0 5px 0; |
| 73 | margin: 0; |
| 74 | } |
| 75 | |
| 76 | table#akmin ul { |
| 77 | list-style: none; |
| 78 | } |
| 79 | |
| 80 | table#akmin ul.ul-disc { |
| 81 | list-style: disc outside; |
| 82 | } |
| 83 | |
| 84 | /* ====================================================== ADMIN CONTENT */ |
| 85 | |
| 86 | table#akmin td.content { |
| 87 | padding: 0 8px 0 0; |
| 88 | } |
| 89 | |
| 90 | table#akmin td.content dd { |
| 91 | margin: 0; |
| 92 | padding: 10px; |
| 93 | } |
| 94 | |
| 95 | select.ppc-admin-menu-role { |
| 96 | margin-left: 0; |
| 97 | } |
| 98 | |
| 99 | /* ====================================================== ADMIN SIDEBAR */ |
| 100 | |
| 101 | table#akmin td.sidebar { |
| 102 | width: 250px; |
| 103 | padding: 0 0 0 8px; |
| 104 | } |
| 105 | |
| 106 | table#akmin td.sidebar ul, table#akmin td.sidebar ul li { |
| 107 | list-style: none; |
| 108 | padding: 0; |
| 109 | margin: 0; |
| 110 | } |
| 111 | |
| 112 | table#akmin td.sidebar a { |
| 113 | text-decoration: none; |
| 114 | background-position: 0px 60%; |
| 115 | background-repeat: no-repeat; |
| 116 | padding: 4px 0px 4px 22px; |
| 117 | border: 0 none; |
| 118 | display: block; |
| 119 | } |
| 120 | |
| 121 | table#akmin td.sidebar .cme-backup-tool a { |
| 122 | padding-left: 0; |
| 123 | } |
| 124 | |
| 125 | table#akmin td.sidebar ul li { |
| 126 | margin: 0; |
| 127 | border-bottom: 1px dotted gray; |
| 128 | } |
| 129 | |
| 130 | table#akmin td.sidebar dd { |
| 131 | margin: 0; |
| 132 | padding: 5px 10px 5px 10px; |
| 133 | } |