CVS: TapestryBook/examples/src/context/css style.css,NONE,1.1
Howard Lewis Ship <[email protected]> Fri, 11 Jul 2003 21:16:48 -0700
| Newsgroups | gmane.comp.java.tapestry.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tapestry/TapestryBook/examples/src/context/css
In directory sc8-pr-cvs1:/tmp/cvs-serv6871/examples/src/context/css
Added Files:
style.css
Log Message:
Reorganize examples application to reflect standard organization
--- NEW FILE: style.css ---
TABLE.error {
border-style : solid;
color : Red;
font-weight : bold;
background-color : #FFFF40;
border-width : 1px;
border-color : Black;
padding : 2px;
}
INPUT.field-error {
background-color : Red;
color : White;
}
SPAN.label-error {
color : Red;
}
BODY {
font-family : Trebuchet MS, san serif;
font-weight : normal;
}
SPAN.title {
font-size : large;
text-align : center;
}
SPAN.required-marker {
color : Red;
font-weight : bold;
}
TABLE.form TH {
text-align : right;
font-weight : bold;
}
TABLE.form TH.tall
{
text-align : right;
font-weight : bold;
}
TABLE.form TR {
margin : 0 0 16 16;
vertical-align: bottom;
}
TABLE.form TR.tall
{
vertical-align: top;
}
TABLE.tapestry-palette TH
{
background-color: black;
color: white;
font-weight: bold;
text-align: center;
}
TABLE.tapestry-palette SELECT
{
font-weight: bold;
width: 200px;
}
TABLE.tapestry-palette TD.controls
{
text-align: center;
vertical-align: middle;
width: 60px;
}
-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1