diff options
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 3ea7b2ac5..fcd5aa9a7 100644 --- a/admin/template/goto/intro.tpl +++ b/admin/template/goto/intro.tpl @@ -1,6 +1,5 @@ {* $Id$ *} {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 9fe0a0c33..b3b11de7d 100644 --- a/admin/template/goto/plugins_new.tpl +++ b/admin/template/goto/plugins_new.tpl @@ -1,6 +1,5 @@ {* $Id$ *} {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 cae800f85..e95f98ad6 100644 --- a/admin/template/goto/plugins_update.tpl +++ b/admin/template/goto/plugins_update.tpl @@ -1,6 +1,5 @@ {* $Id$ *} {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 d977fb592..20c9ef551 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -93,7 +93,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;} |