diff options
-rw-r--r-- | admin/template/goto/double_select.tpl | 3 | ||||
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/admin/template/goto/double_select.tpl b/admin/template/goto/double_select.tpl index 3b287120f..43414505c 100644 --- a/admin/template/goto/double_select.tpl +++ b/admin/template/goto/double_select.tpl @@ -1,7 +1,4 @@ {* $Id$ *} -{known_script id="jquery.ui" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.core.packed.js" } -{known_script id="jquery.ui.sortable" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.resizable.packed.js" } - <table class="doubleSelect"> <tr> <td> diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index af7f9814c..9479a9eae 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -153,8 +153,6 @@ color: #F70; border-bottom: 1px dotted #F70;} background-color: #111; } -.ui-resizable-handle { border-color: #f36 !important; } - /* hacks */ html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */ *+html .bigtext { left: 65px; } |