mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Widget module UI fixed. Bootstrap compatibility.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12619 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
260d52fc9f
commit
05a9d6ee13
15 changed files with 276 additions and 300 deletions
|
|
@ -2,7 +2,7 @@
|
|||
/* Reset */
|
||||
html,body{min-height:100%}
|
||||
body{-webkit-text-size-adjust:none}
|
||||
body>.x:first-child{min-width:300px;max-width:1240px;margin:8px}
|
||||
body>.x:first-child{min-width:300px;max-width:1240px}
|
||||
body>.x,
|
||||
.x label,
|
||||
.x table,
|
||||
|
|
@ -103,15 +103,18 @@ body>.x,
|
|||
.x .x_input-prepend a.x_add-on{height:16px;line-height:16px}
|
||||
.x .x_input-append button.x_add-on,
|
||||
.x .x_input-prepend button.x_add-on{height:24px;line-height:16px}
|
||||
.x .x_modal-header{padding:10px 15px;border-bottom:1px solid #aaa;background-color:#333;border-radius:5px 5px 0 0;background-image:-webkit-linear-gradient(top, #666, #333 50%, #000 50%, #333 100%);background-image:-moz-linear-gradient(top, #666, #333 50%, #000 50%, #333 100%);background-image:-o-linear-gradient(top, #666, #333 50%, #000 50%, #333 100%);background-image:linear-gradient(top, #666, #333 50%, #000 50%, #333 100%)}
|
||||
.x .x_modal-header>h1,
|
||||
.x .x_modal-header>h2,
|
||||
.x .x_modal-header>h3{font-size:16px;line-height:30px;margin:0;color:#fff;text-shadow:0 -1px 0 #000}
|
||||
.x .x_modal-body{overflow-y:visible;max-height:none}
|
||||
.x_modal,
|
||||
.x_modal-backdrop{display:none}
|
||||
.x_modal-backdrop{opacity:.6;filter:alpha(opacity=60)}
|
||||
.x_modal{padding:0;width:90%;margin:0 0 0 -45%;max-width:none;border-radius:6px;background-color:#333;background-image:-webkit-linear-gradient(top, #666, #333 28px, #000 28px, #333 56px);background-image:-moz-linear-gradient(top, #666, #333 28px, #000 28px, #333 56px);background-image:-o-linear-gradient(top, #666, #333 28px, #000 28px, #333 56px);background-image:linear-gradient(top, #666, #333 28px, #000 28px, #333 56px);}
|
||||
.x_modal{padding:0;width:90%;margin:0 0 0 -45%;max-width:none;border-radius:6px}
|
||||
.x_modal>form{margin:0 !important}
|
||||
.x_modal>.x_close{position:absolute;top:10px;right:5px;font-size:21px;color:#fff}
|
||||
.x_modal .x_modal-header{padding:15px;border-bottom:1px solid #aaa}
|
||||
.x_modal .x_modal-header>h3{color:#fff;text-shadow:0 -1px 0 #000;font-size:16px}
|
||||
.x_modal .x_modal-body{background:#fff;min-height:50px}
|
||||
.x_modal>.x_close{position:absolute;top:8px;right:10px;font-size:21px;color:#fff}
|
||||
.x_modal .x_modal-body{background:#fff;min-height:50px;overflow-y:auto;max-height:400px}
|
||||
.x_modal-body:after{content:"";display:block;clear:both}
|
||||
.x .x_control-group{padding-top:8px;border-top:1px dotted #ddd;clear:both}
|
||||
.x .x_control-group:before{content:"";display:block;clear:both}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue