mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Issue 2443. CSS bugfix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11539 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
03554f38ab
commit
58bac11184
2 changed files with 18 additions and 8 deletions
|
|
@ -22,7 +22,6 @@ body>.x,.x label,.x table,.x input,.x textarea,.x select,.x button{font-size:13p
|
|||
.x h5{font-size:12px}
|
||||
.x h6{font-size:12px}
|
||||
.x section>h1{border-bottom:1px solid #ddd}
|
||||
.x .x_btn-link{padding:0;margin:0;overflow:visible}
|
||||
.x [class^="x_icon-"],
|
||||
.x [class*=" x_icon-"]{text-decoration:none;border:0;padding:0;background-color:transparent;overflow:hidden;font-size:0}
|
||||
.x .x_close{width:24px;height:24px}
|
||||
|
|
@ -43,6 +42,7 @@ body>.x,.x label,.x table,.x input,.x textarea,.x select,.x button{font-size:13p
|
|||
.x .x_btn-large{font-size:16px;padding:9px 14px;font-weight:bold}
|
||||
.x .x_btn-small{font-size:14px}
|
||||
.x .x_btn-mini{font-size:11px;padding:1px 6px;line-height:17px}
|
||||
.x .x_btn-link{padding:0;margin:0;overflow:visible;font-size:13px}
|
||||
.x .x_btn-group{zoom:1}
|
||||
.x .x_btn-group:after{content:"";display:block;clear:both}
|
||||
.x .x_btn-group>.x_btn{border-radius:0}
|
||||
|
|
@ -57,13 +57,15 @@ body>.x,.x label,.x table,.x input,.x textarea,.x select,.x button{font-size:13p
|
|||
.x .x_table{margin:20px 0;border-top:2px solid #ddd;border-bottom:1px solid #ddd}
|
||||
.x .x_table>caption{text-align:left;padding:8px 0}
|
||||
.x .x_inline{display:inline-block;*display:inline;*zoom:1}
|
||||
.x label[for]{font-weight:bold}
|
||||
.x label[for],
|
||||
.x .x_form-horizontal .x_control-label{font-weight:bold}
|
||||
.x label.x_inline{margin-right:16px}
|
||||
.x_modal,
|
||||
.x_modal-backdrop{display:none}
|
||||
.x.x_modal{padding:0;width:90%;margin:-250px 0 0 -45%;max-width:none}
|
||||
.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}
|
||||
.x .x_control-group:first-child,
|
||||
.x .x_control-group:first-of-type{border-top:0;padding-top:0}
|
||||
/* Custom Styles */
|
||||
.x .section{margin:20px 0 40px 0}
|
||||
.x .section>h1{position:relative}
|
||||
|
|
@ -74,6 +76,9 @@ body>.x,.x label,.x table,.x input,.x textarea,.x select,.x button{font-size:13p
|
|||
.x .search{margin:20px 0}
|
||||
.x .search>select{width:auto;margin:0 4px 0 0;padding:0;height:26px;line-height:26px}
|
||||
.x .search>input[type="search"]{height:16px;line-height:16px;width:120px}
|
||||
.x .vr{color:#ccc;font-style:normal}
|
||||
.x .nowr{white-space:nowrap}
|
||||
.x .btnArea{padding:8px 0;margin:20px 0;border-top:1px solid #ccc}
|
||||
/* Image Sprite */
|
||||
.x a[target="_blank"]:after,
|
||||
.x>.body>.gnb>ul>li>a:before,
|
||||
|
|
@ -409,7 +414,7 @@ to{-o-transform:rotate(360deg)}
|
|||
.x .prgrs.prgrsLarge .pAction,
|
||||
.x .prgrs.prgrsLarge .pNum{height:34px;line-height:34px;font-size:14px}
|
||||
/* Modal Window */
|
||||
.modal{position:absolute;top:0;left:0;width:100%;_height:100%;min-height:100%;z-index:99}
|
||||
.modal{position:absolute;top:0;left:0;width:100%;_height:100%;min-height:100%;z-index:1050}
|
||||
.modal .bg{position:absolute;background:#000;_background:none;width:100%;height:100%;opacity:.5;z-index:2;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);zoom:1}
|
||||
.modal .fg{position:relative;width:80%;margin:5em auto;background:#fff;padding:0 1em;*padding:1em;border:8px solid #ddd;z-index:3;zoom:1;border-radius:5px;box-shadow:0 0 6px #000}
|
||||
.modal ul,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue