mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
merge sandbox to trunk for 1.4.3.1
git-svn-id: http://xe-core.googlecode.com/svn/trunk@7659 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
289973781a
commit
200d63636c
195 changed files with 8166 additions and 3576 deletions
17
modules/syndication/tpl/css/syndication.css
Normal file
17
modules/syndication/tpl/css/syndication.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
@charset "utf-8";
|
||||
|
||||
input.siteUrl { width:400px; }
|
||||
ul.syndiService { list-style:none; margin:0; padding:0;}
|
||||
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