mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7643 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fd444dea19
commit
ac3d283020
7 changed files with 107 additions and 7 deletions
|
|
@ -6,3 +6,12 @@ ul.syndiService li { padding:10px 0; margin:0;}
|
|||
select.exceptModuleList { width:400px; }
|
||||
ul.midCommand { margin:20px 0 0 0; padding:0; list-style:none; }
|
||||
ul.midCommand li { display:inline; margin:0 20px 0 0; padding:0;}
|
||||
|
||||
/* Vertical Bar Graph */
|
||||
.vGraph{ padding:20px 0;}
|
||||
.vGraph ul{ margin:0; padding:0; height:100px; border:1px solid #ddd; border-top:0; border-right:0; font-size:11px; font-family:Tahoma, Geneva, sans-serif; list-style:none;}
|
||||
.vGraph ul:after{ content:""; display:block; clear:both;}
|
||||
.vGraph li{ float:left; display:inline; width:8%; height:100%; margin:0 3%; position:relative; text-align:center; white-space:nowrap;}
|
||||
.vGraph .gTerm{ position:relative; display:inline-block; width:100%; height:20px; line-height:20px; margin:0 -100% -20px 0; padding:100px 0 0 0; vertical-align:bottom; color:#767676; font-weight:bold;}
|
||||
.vGraph .gBar{ position:relative; display:inline-block; width:100%; margin:-1px 0 0 0; border:1px solid #ccc; border-bottom:0; background:#e9e9e9; vertical-align:bottom;}
|
||||
.vGraph .gBar span{ position:absolute; width:100%; top:-20px; left:0; color:#767676;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue