Index: lams_central/web/css/aqua.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/Attic/aqua.css,v diff -u -r1.9 -r1.10 --- lams_central/web/css/aqua.css 27 Jun 2006 05:14:36 -0000 1.9 +++ lams_central/web/css/aqua.css 28 Jun 2006 02:39:30 -0000 1.10 @@ -223,6 +223,29 @@ padding-bottom: 25px } +/*layout of a general button*/ +a.button { + background: url('../images/css/btn_off.gif') no-repeat 0px 20px; + color: #333; + border: 0px none; + padding-left: 20px; + padding-right: 20px; + padding-top: 25px; + padding-bottom: 25px + text-decoration: none; +} + +a:hover.button { + background: url('../images/css/btn_over.gif') no-repeat 0px 20px; + color: #349018; + border: 0px none; + padding-left: 20px; + padding-right: 20px; + 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;