diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-26 20:50:14 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-26 20:50:14 +0000 |
commit | 3e96d7816bea5eb242e59a3d353641c8eef91631 (patch) | |
tree | 97d98b74c5f534adcf7154b7328092f5082d7063 /admin/template | |
parent | 976344410f5af721798aabf1ba678f33055d9e54 (diff) |
Duplicate known_script
and remove of a coral border...
git-svn-id: http://piwigo.org/svn/trunk@2602 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template')
-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; } |