mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 18:29:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4658 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9474fdc102
commit
b41b0a5d0c
1 changed files with 4 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
@charset "utf-8";
|
||||
|
||||
body { background-color:#FFFFFF; }
|
||||
body { background:#548DB5; }
|
||||
|
||||
.xeAdmin { width:100%; height:61px; border-bottom:1px solid #1b3d51; background:url("../images/n_top_back.gif") repeat-x left top; position:relative; z-index:100;}
|
||||
.xeAdmin { width:100%; height:61px; border-bottom:1px solid #1b3d51; background:#FFFFFF url("../images/n_top_back.gif") repeat-x left top; position:relative; z-index:100;}
|
||||
.xeAdmin h1 { position:absolute; top:15px; left:20px; margin:0; padding:0; }
|
||||
.xeAdmin h1 img{ _behavior:url(./common/js/iePngFix.htc);}
|
||||
.xeAdmin ul.globalNavigator { list-style:none; margin:0; padding:0; position:absolute; right:20px; top:13px; }
|
||||
|
|
@ -32,8 +32,9 @@ body { background-color:#FFFFFF; }
|
|||
.adminPackage ul li.active { background-position:left top; top:0; height:28px; }
|
||||
.adminPackage ul li.active a { background-position:right top; padding:8px 15px 5px 10px; height:28px; color:#185B83;}
|
||||
|
||||
.adminContentBody { position:relative; margin:20px; *zoom:1; }
|
||||
.adminContentBody { background:#FFFFFF; position:relative; padding:20px; *zoom:1; }
|
||||
.adminContentBody:after { content:""; display:block; clear:both;}
|
||||
|
||||
.adminFooter{ background:#548DB5; text-align:center; padding:10px 0;}
|
||||
.adminFooter a { text-decoration:none; }
|
||||
.adminFooter address{ font:11px Tahoma; color:#fff;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue