Index: lams_central/web/css/aqua.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/Attic/aqua.css,v diff -u -r1.12 -r1.13 --- lams_central/web/css/aqua.css 28 Jun 2006 06:36:57 -0000 1.12 +++ lams_central/web/css/aqua.css 29 Jun 2006 08:21:08 -0000 1.13 @@ -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;