Committer: Apostolos Koutsoulelos <apostolos@desktop.(none)>
[arthrology.git] / css / arthrology.admin.css
blob998de11ba5c7d35135025f002bef9e00c0f68676
1 /*
2 * Elxis Sales for Elxis CMS 2008.x and 2009.x
4 * Admin CSS file
6 * @version 1.3
7 * @package Arthrology
8 * @author Apostolos Koutsoulelos <akoutsoulelos@yahoo.gr>
9 * @authorurl http://www.bitcraft-labs.gr
10 * @copyright Copyright (C) 2009-2011 Apostolos Koutsoulelos. All rights reserved.
11 * @license GNU/GPL (http://www.gnu.org/copyleft/gpl.html)
13 * @link http://www.elxis-downloads.com/downloads/miscellaneous/204.html
16 /**********************************************************************/
17 /* Control panel ADMINISTRATION */
18 /**********************************************************************/
19 div.cp_option {
20 padding: 4px 0 4px 0;
21 margin: 5px 5px 0 0;
22 width: 140px;
23 height:100px;
24 border: 1px solid #dddddd;
25 float: left;
26 background-color: #f2f2f2;
27 text-align: center;
28 color: #333333;
29 font-weight: bold;
30 font-size: 12px;
33 div.cp_option:hover {
34 background-color: #397fb0;
35 color: #FFF;