Index: lams_central/web/css/defaultHTML.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v diff -u -r1.1 -r1.2 --- lams_central/web/css/defaultHTML.css 28 Sep 2006 23:27:36 -0000 1.1 +++ lams_central/web/css/defaultHTML.css 5 Oct 2006 03:16:52 -0000 1.2 @@ -245,9 +245,9 @@ /* style to disbable input buttons */ #content a.button .disabled { color: #999; - background: url('../images/css/btn_off.gif') no-repeat 0px 20px; + background: url('../images/css/btn_off.gif') repeat-x 0px 0px; border: 0px none; - padding:25px 20px; + padding:5px 20px 6px 20px; } #content a:hover.button { @@ -278,52 +278,37 @@ /*layout of adding a topic button */ a.button-add-item { - background: url('../images/css/btn_add_off.gif') no-repeat 0px 20px; + background: url('../images/css/btn_add_off.gif') no-repeat 0px 0px; color: #333; border: 0px none; - padding:25px 15px 25px 25px; + padding:5px 20px 6px 25px; text-decoration: none; } a:hover.button-add-item { - background: url('../images/css/btn_add_over.gif') no-repeat 0px 20px; + background: url('../images/css/btn_add_over.gif') no-repeat 0px 0px; color: #349018; border: 0px none; - padding:25px 15px 25px 25px; + padding:5px 20px 6px 25px; text-decoration: none; } /*layout of adding a topic button */ #content a.button-add-item { - background: url('../images/css/btn_add_off.gif') no-repeat 0px 20px; + background: url('../images/css/btn_add_off.gif') no-repeat 0px 0px; color: #333; border: 0px none; - padding:25px 15px 25px 25px; + padding:5px 20px 6px 25px; } #content a:hover.button-add-item { - background: url('../images/css/btn_add_over.gif') no-repeat 0px 20px; + background: url('../images/css/btn_add_over.gif') no-repeat 0px 0px; color: #349018; border: 0px none; - padding:25px 15px 25px 25px; + padding:5px 20px 6px 25px; } -/*layout of html editor button */ -#content a.button-html-editor { - background: url('../images/css/btn_htmled_off.gif') no-repeat 0px 20px; - color: #666; - border: 0px none; - padding:25px 15px 25px 28px; -} - -#content a:hover.button-html-editor { - background: url('../images/css/btn_htmled_off.gif') no-repeat 0px 20px; - color: #333; - border: 0px none; - padding:25px 15px 25px 28px; -} - /************ The sequence name box **********/ .sequence-name { margin-top:5px; @@ -399,20 +384,20 @@ /* Hovering submit button */ input.button { - background: url('../images/css/btn_off.gif') no-repeat 0px 20px; + background: url('../images/css/btn_off.gif') repeat-x 0px 0px; color: #333; border: 0px none; - padding:25px 20px; + padding:5px 20px; text-decoration: none; font-size: 11px; font-family: verdana, arial, helvetica, sans-serif; } input:hover.button { - background: url('../images/css/btn_over.gif') no-repeat 0px 20px; + background: url('../images/css/btn_over.gif') repeat-x 0px 0px; color: #349018; border: 0px none; - padding:25px 20px; + padding:5px 20px; text-decoration: none; font-size: 11px; font-family: verdana, arial, helvetica, sans-serif;