- use htmlarea when submitting a new version or application

- use htmlarea when reviewing a new version or application
- don't let admin try to add keywords or webpage to an application version
- improved templates and stylesheet to don't break appdb layout
This commit is contained in:
Jonathan Ernst
2005-02-02 04:11:41 +00:00
committed by WineHQ
parent 03c0c145c5
commit ac0994cc53
4 changed files with 100 additions and 58 deletions

View File

@@ -2,25 +2,21 @@
/* The following styles are used for application description and notes */
/***********************************************************************/
BODY {
background-color: #FFFFFF;
color: #000000;
font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
margin: 0px 10px 0px 0px;
font-size: 12px;
}
thead { font-weight: bold }
.title { font-weight: bold; }
.subtitle { text-decoration: underline; font-style: italic; }
.code { font-family: fixed; font-size: 12px; }
table { border: 1px;
font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
font-size: 12px; }
p { color: #000000;
font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
font-size: 12px;
}
thead.historyHeader { font-weight: bold }
table.historyTable { border: 1px;
font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
font-size: 12px; }
td.gold { background-color: #fff600; }
td.silver { background-color: silver; }