Index: lams_central/web/css/aqua.css =================================================================== diff -u -r3312962ad46e2f0e163f643bc2f990b45473b763 -r93c6c097522f53417b2a19625362a90837813847 --- lams_central/web/css/aqua.css (.../aqua.css) (revision 3312962ad46e2f0e163f643bc2f990b45473b763) +++ lams_central/web/css/aqua.css (.../aqua.css) (revision 93c6c097522f53417b2a19625362a90837813847) @@ -245,7 +245,30 @@ padding-bottom: 25px; text-decoration: none; } +/*layout of adding a topic button */ +a.button-add-item { + background: url('../images/css/btn_add_off.gif') no-repeat 0px 20px; + color: #333; + border: 0px none; + padding-left: 25px; + padding-right: 15px; + padding-top: 25px; + padding-bottom: 25px; + text-decoration: none; +} +a:hover.button-add-item { + background: url('../images/css/btn_add_over.gif') no-repeat 0px 20px; + color: #349018; + border: 0px none; + padding-left: 25px; + padding-right: 15px; + padding-top: 25px; + padding-bottom: 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;