Index: openacs-4/packages/acs-subsite/www/resources/site-master.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/resources/site-master.css,v diff -u -r1.27.2.3 -r1.27.2.4 --- openacs-4/packages/acs-subsite/www/resources/site-master.css 2 Mar 2007 16:12:35 -0000 1.27.2.3 +++ openacs-4/packages/acs-subsite/www/resources/site-master.css 27 Mar 2007 09:02:13 -0000 1.27.2.4 @@ -1,4 +1,34 @@ +/* Styles originally defined in default-master.css */ +#login-box { + border: black 1px solid; + padding: 4px; +} + +TABLE.table-display { + font-family: tahoma, verdana, helvetica; + font-size: 85%; +} + +TR.table-header { + background-color: #cccccc; +} + +TR.even { + background-color: #f0f0f0; +} + +TR.odd { + background-color: #e0e0e0; +} + +/* Replace deprecated center tags in forms. Eventually all forms should use form builder and this tag should not be used */ + +DIV.submit-button { + text-align: center; +} + + /********************************************************************** /* Site-Wide/Master Templates /**********************************************************************/