mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Issue 2304 : Now, multiple selection is possible and problem with single module selection in widget code generation page is fixed
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11132 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
47a05c9259
commit
19f6f31085
7 changed files with 134 additions and 973 deletions
|
|
@ -1,4 +1,4 @@
|
|||
@charset "utf-8";
|
||||
@charset "utf-8";
|
||||
/* Element Reset */
|
||||
header,footer,section,article,aside,nav,hgroup,details,menu,figure,figcaption{display:block}
|
||||
.x,
|
||||
|
|
@ -683,7 +683,7 @@ body.modalContainer{_height:100%;_width:100%} /* IE6 only */
|
|||
.x .crossTable input[type=file]{height:22px;line-height:22px;vertical-align:middle;padding:0 4px}
|
||||
.x .clear:after{content:"";display:block;clear:both}
|
||||
|
||||
.x .moduleSearchWindow{position:absolute;width:700px}
|
||||
.x .moduleSearchWindow{position:absolute;width:700px;z-index:100}
|
||||
.x .moduleSearchWindow, .moduleSearchWindow div{margin:0;padding:0;color:#2d2c2d;font-size:12px}
|
||||
.x .moduleSearchWindow h2{margin:0;padding:4px;height:24px;line-height:24px;background:#666;text-align:left;color:#fff;font-size:12px}
|
||||
.x .moduleSearchWindow .sectionDiv{position:relative;margin:0px;background:#fff;border:1px solid}
|
||||
|
|
@ -702,7 +702,8 @@ body.modalContainer{_height:100%;_width:100%} /* IE6 only */
|
|||
.x .moduleSearchWindow .siteListSearchBox .searchImg{position:relative;float:left;margin-top:4px;margin-left:4px}
|
||||
.x .moduleSearchWindow .moduleTypeList li div{width:170px}
|
||||
.x .moduleSearchWindow .moduleInstanceList li div{width:190px}
|
||||
|
||||
.x .moduleSearchWindow .moduleSearch_ok {float:right}
|
||||
.x .moduleSearchWindow select.moduleInstanceListSelect {width:100%}
|
||||
|
||||
/*!
|
||||
* Bootstrap v2.0.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue