mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Issue 2443. .textList legacy CSS code recovered.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11535 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a50c7f7a63
commit
90a61e24e8
2 changed files with 20 additions and 16 deletions
|
|
@ -65,7 +65,7 @@ body>.x,.x label,.x table,.x input,.x textarea,.x select,.x button{font-size:13p
|
|||
.x .x_control-group{padding-top:8px;margin-bottom:10px;border-top:1px dotted #ddd}
|
||||
.x .x_control-group:first-child{border-top:0;padding-top:0}
|
||||
/* Custom Styles */
|
||||
.x .section{margin:20px 0}
|
||||
.x .section{margin:20px 0 40px 0}
|
||||
.x .section>h1{position:relative}
|
||||
.x .section>h1>.snToggle{position:absolute;bottom:0;right:0;width:32px;height:32px;opacity:.5;filter:alpha(opacity=50)}
|
||||
.x .section>h1>.snToggle.x_icon-chevron-up{background-position:-279px -112px}
|
||||
|
|
@ -250,12 +250,10 @@ to{-o-transform:rotate(360deg)}
|
|||
.x .dashboard>section:nth-child(odd),
|
||||
.x .dashboard>section:nth-child(even){float:none;width:auto}
|
||||
}
|
||||
.x .multilingual>select{display:none}
|
||||
.x .multilingual>label.x_add-on>input[type="checkbox"]{opacity:0;filter:alpha(opacity=0);position:relative;z-index:2}
|
||||
.x .multilingual>label.x_add-on{font-size:0;position:relative;cursor:pointer}
|
||||
.x .multilingual>label.x_add-on>i{position:absolute;top:50%;left:50%;margin:-7px 0 0 -7px;z-index:1;opacity:.25;filter:alpha(opacity=25)}
|
||||
.x .multilingual>label.x_add-on:hover>i,
|
||||
.x .multilingual>label.x_add-on.checked>i{opacity:1;filter:alpha(opacity=100)}
|
||||
.x .multilingual>a.x_add-on{font-size:0;position:relative;cursor:pointer;text-decoration:none}
|
||||
.x .multilingual>a.x_add-on>i{position:absolute;top:50%;left:50%;margin:-7px 0 0 -7px;z-index:1;opacity:.25;filter:alpha(opacity=25)}
|
||||
.x .multilingual>a.x_add-on:hover>i,
|
||||
.x .multilingual>a.x_add-on.checked>i{opacity:1;filter:alpha(opacity=100)}
|
||||
.x .multilingual_item>.en{background:url(../img/flag.en.gif) no-repeat right center}
|
||||
.x .multilingual_item>.ko{background:url(../img/flag.ko.gif) no-repeat right center}
|
||||
.x .multilingual_item>.jp{background:url(../img/flag.jp.gif) no-repeat right center}
|
||||
|
|
@ -283,7 +281,6 @@ to{-o-transform:rotate(360deg)}
|
|||
.x .uDrag .dragActive td{background:none !important}
|
||||
.x .uDrag .dragBtn{position:absolute;width:8px;height:100%;padding:0;overflow:hidden;background:url(../img/bgDragable.gif);top:1px;left:0;text-indent:12px;border:0;cursor:n-resize;white-space:nowrap}
|
||||
/* Section & Heading */
|
||||
.x .section{margin:1em 0;padding:0;border:0}
|
||||
.x .h2,
|
||||
.x .h3,
|
||||
.x .h4{position:relative;border-style:solid;border-top:0;border-right:0;zoom:1;padding-left:8px}
|
||||
|
|
@ -432,3 +429,8 @@ to{-o-transform:rotate(360deg)}
|
|||
.x .layer .table{margin-bottom:1em}
|
||||
.x .layerClose{position:absolute;right:-8px;top:-8px;border:0;background:#ddd;padding:0;width:28px;height:28px;font-size:14px;font-weight:bold;cursor:pointer;color:#999;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
|
||||
.x .layerBlur{position:absolute;top:0;right:0;border:0;background:none;padding:0;width:1px;height:1px;overflow:hidden}
|
||||
/* Text List */
|
||||
.x .textList{border:1px solid #ddd !important;line-height:1.5em;height:18.5em;overflow:auto}
|
||||
.x .textList li{border:0;padding:.25em 1em;height:1.5em;white-space:nowrap;overflow:hidden}
|
||||
.x .textList li:nth-child(even){background:#eee}
|
||||
.x .textList li a{float:right}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue