mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Issue 2582 fixed. Modal IE 9 box-shadow bug fix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11726 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ef9cd29a7e
commit
c725edc586
2 changed files with 2 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ body>.x,.x label,.x table,.x input,.x textarea,.x select,.x button{font-size:13p
|
|||
.x .x_input-prepend .x_add-on{height:16px;line-height:16px}
|
||||
.x.x_modal,
|
||||
.x_modal-backdrop{display:none}
|
||||
.x.x_modal{padding:0;width:90%;margin:-250px 0 0 -45%;max-width:none}
|
||||
.x.x_modal{padding:0;width:90%;margin:-250px 0 0 -45%;max-width:none;border-radius:6px;box-shadow:none}
|
||||
.x .x_control-group{padding-top:8px;margin-bottom:10px;border-top:1px dotted #ddd;clear:both}
|
||||
.x .x_control-group:before{content:"";display:block;clear:both}
|
||||
.x .x_control-group:first-child,
|
||||
|
|
|
|||
2
modules/admin/tpl/css/admin.min.css
vendored
2
modules/admin/tpl/css/admin.min.css
vendored
|
|
@ -65,7 +65,7 @@ body>.x,.x label,.x table,.x input,.x textarea,.x select,.x button{font-size:13p
|
|||
.x .x_input-prepend .x_add-on{height:16px;line-height:16px}
|
||||
.x.x_modal,
|
||||
.x_modal-backdrop{display:none}
|
||||
.x.x_modal{padding:0;width:90%;margin:-250px 0 0 -45%;max-width:none}
|
||||
.x.x_modal{padding:0;width:90%;margin:-250px 0 0 -45%;max-width:none;border-radius:6px;box-shadow:none}
|
||||
.x .x_control-group{padding-top:8px;margin-bottom:10px;border-top:1px dotted #ddd;clear:both}
|
||||
.x .x_control-group:before{content:"";display:block;clear:both}
|
||||
.x .x_control-group:first-child,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue