From 365eb054ea33f78bec1b896214ad09e72e9bac82 Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Wed, 19 Oct 2011 03:45:06 +0000 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/css/admin.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/htdocs/css/admin.css b/htdocs/css/admin.css index 7c0113d1..a8f88c02 100644 --- a/htdocs/css/admin.css +++ b/htdocs/css/admin.css @@ -70,6 +70,20 @@ ul {list-style-type: none; } */ .right_title{font-size:16px;line-height:30px;font-weight:bold;color:#2b66a5;} +.ctrlplan{margin:10px 0; overflow:hidden;} +.ctrlplan a{display:block;float:left;} +.ctrlplan a { + color: #329ECC; + text-decoration:none; + border-bottom:1px solid #A1CFD4; +} +.ctrlplan a:hover, .ctrlplan a:focus, .ctrlplan a:active { + background-color:#E2EFFF; + color: #329ECC; + border-bottom:1px solid #329ECC; +} + + .search{overflow:hidden;} .search ul li {float:left;} @@ -115,6 +129,23 @@ table.stylized { margin-bottom:1em; border:none; } + +table.stylized a { + color: #329ECC; + text-decoration:none; + border-bottom:1px solid #A1CFD4; +} +table.stylized a:hover, table.stylized a:focus, table.stylized a:active { + background-color:#E2EFFF; + color: #329ECC; + border-bottom:1px solid #329ECC; +} +table.stylized tr.high a:hover, table.stylized tr.high a:focus, table.stylized tr.high a:active { + background:transparent; + color: #329ECC; + border-bottom:1px solid #329ECC; +} + table.stylized th,table.stylized td { line-height:18px; padding:8px 12px; @@ -129,6 +160,7 @@ table.stylized th { text-align:left; border:none; } +table.stylized thead th a,table.stylized thead td a{color:#FFF; text-decoration:underline;} table.stylized tr.high { background-color:#ffa !important; } @@ -141,6 +173,9 @@ table.stylized tfoot td { } table.stylized tr:nth-child(even) td { } +table.stylized tr.high td { + background-color:#ffa !important; +} table.stylized tbody tr:nth-child(odd) th,table.stylized tbody tr:nth-child(odd) td { background:#FAFDFE; }