Changeset 3722


Ignore:
Timestamp:
Aug 7, 2009, 6:50:35 AM (15 years ago)
Author:
rvelices
Message:
  • comment a css rule in admin page (was making Firefox very slow on form controls activation
  • remove usage of jquery.dimensions because not required
Location:
trunk/admin/template/goto
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/intro.tpl

    r3382 r3722  
    11{known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"}
    2 {known_script id="jquery.dimensions" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.dimensions.packed.js"}
    32{known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.cluetip.packed.js"}
    43
  • trunk/admin/template/goto/plugins_new.tpl

    r3283 r3722  
    11{known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"}
    2 {known_script id="jquery.dimensions" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.dimensions.packed.js"}
    32{known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.cluetip.packed.js"}
    43
  • trunk/admin/template/goto/plugins_update.tpl

    r3283 r3722  
    11{known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"}
    2 {known_script id="jquery.dimensions" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.dimensions.packed.js"}
    32{known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.cluetip.packed.js"}
    43
  • trunk/admin/template/goto/theme/roma/theme.css

    r3283 r3722  
    9999}
    100100
     101/* RADU - I comment this because it makes FF form controls activation very slow)
    101102*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
     103*/
     104
    102105a { color:#f70; border-width: 0; }
    103106a:hover, a:active { color: #f33; border-bottom: 1px solid #FF3363; cursor: pointer; }
Note: See TracChangeset for help on using the changeset viewer.