diff options
author | rvelices <rv-github@modusoptimus.com> | 2009-08-07 04:50:35 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2009-08-07 04:50:35 +0000 |
commit | ee2bb5a7091ea024d7265144828447acd2f78bf6 (patch) | |
tree | ac9301f17643004102adc4361739d9a144ecd0d6 /admin | |
parent | 513b3e0bd61b094a1535183f4b734a38b6ddf27f (diff) |
- comment a css rule in admin page (was making Firefox very slow on form controls activation
- remove usage of jquery.dimensions because not required
git-svn-id: http://piwigo.org/svn/trunk@3722 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/intro.tpl | 1 | ||||
-rw-r--r-- | admin/template/goto/plugins_new.tpl | 1 | ||||
-rw-r--r-- | admin/template/goto/plugins_update.tpl | 1 | ||||
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 3 |
4 files changed, 3 insertions, 3 deletions
diff --git a/admin/template/goto/intro.tpl b/admin/template/goto/intro.tpl index e00b0d08d..e529f3084 100644 --- a/admin/template/goto/intro.tpl +++ b/admin/template/goto/intro.tpl @@ -1,5 +1,4 @@ {known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"} -{known_script id="jquery.dimensions" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.dimensions.packed.js"} {known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.cluetip.packed.js"} <script type="text/javascript"> diff --git a/admin/template/goto/plugins_new.tpl b/admin/template/goto/plugins_new.tpl index af134a51f..bc73bd84a 100644 --- a/admin/template/goto/plugins_new.tpl +++ b/admin/template/goto/plugins_new.tpl @@ -1,5 +1,4 @@ {known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"} -{known_script id="jquery.dimensions" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.dimensions.packed.js"} {known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.cluetip.packed.js"} <script type="text/javascript"> diff --git a/admin/template/goto/plugins_update.tpl b/admin/template/goto/plugins_update.tpl index c0b1c5332..efc5acaa3 100644 --- a/admin/template/goto/plugins_update.tpl +++ b/admin/template/goto/plugins_update.tpl @@ -1,5 +1,4 @@ {known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"} -{known_script id="jquery.dimensions" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.dimensions.packed.js"} {known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.cluetip.packed.js"} <script type="text/javascript"> diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index 8f569802f..0116283b0 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -98,7 +98,10 @@ a.Piwigo:hover span.Piwigo { border-bottom: 1px solid #FF3363; } +/* RADU - I comment this because it makes FF form controls activation very slow) *, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } +*/ + a { color:#f70; border-width: 0; } a:hover, a:active { color: #f33; border-bottom: 1px solid #FF3363; cursor: pointer; } .content .navigationBar {color:#666;} |