mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
fix #76 위젯 편집힐 때 실제 보여질 화면과 다르게 보여지는 문제 해결
- twitter bootstrap을 적용하지 않도록 변경
This commit is contained in:
parent
6e8c5bc3ca
commit
e94bdf29b1
2 changed files with 2 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class HTMLDisplayHandler
|
||||||
// add .x div for adminitration pages
|
// add .x div for adminitration pages
|
||||||
if(Context::getResponseMethod() == 'HTML')
|
if(Context::getResponseMethod() == 'HTML')
|
||||||
{
|
{
|
||||||
if(Context::get('module') != 'admin' && strpos(Context::get('act'), 'Admin') > 0)
|
if(Context::get('module') != 'admin' && strpos(Context::get('act'), 'Admin') > 0 && Context::get('act') != 'dispPageAdminContentModify' && Context::get('act') != 'dispPageAdminMobileContentModify')
|
||||||
{
|
{
|
||||||
$output = '<div class="x">' . $output . '</div>';
|
$output = '<div class="x">' . $output . '</div>';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -127,6 +127,7 @@
|
||||||
height: 14px;
|
height: 14px;
|
||||||
border: 0;
|
border: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
vertical-align: middle;
|
||||||
background: transparent url("../../../admin/tpl/img/glyphicons-halflings.png") no-repeat;
|
background: transparent url("../../../admin/tpl/img/glyphicons-halflings.png") no-repeat;
|
||||||
}
|
}
|
||||||
.widgetButtons .widgetSetup {
|
.widgetButtons .widgetSetup {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue