root / branches / new-dialogs / popups / popup.css

Revision 740, 1.1 kB (checked in by ray, 5 years ago)

Ticket #603 Popop Dialog Height

  • Property svn:keywords set to LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
Line 
1html, body, .dialog {
2  background: ButtonFace;
3  color: ButtonText;
4  font: 11px Tahoma,Verdana,sans-serif;
5  margin: 0px;
6  padding: 0px;
7}
8body { padding: 5px; }
9form { padding: 0px; margin: 0px; }
10form p {
11  margin-top: 5px;
12  margin-bottom: 5px;
13}
14table {
15  font: 11px Tahoma,Verdana,sans-serif;
16}
17select, input, button { font: 11px Tahoma,Verdana,sans-serif; }
18button { width: 70px; }
19table .label { text-align: right; width: 8em; }
20
21.fl { width: 9em; float: left; padding: 2px 5px; text-align: right; }
22.fr { width: 7em; float: left; padding: 2px 5px; text-align: right; }
23fieldset { padding: 0px 10px 5px 5px; }
24.space { padding: 2px; }
25.title { background: #ddf; color: #000; font-weight: bold; font-size: 120%; padding: 3px 10px; margin-bottom: 10px;
26border-bottom: 1px solid black; letter-spacing: 2px;
27}
28.buttonColor {
29  padding: 1px;
30  cursor: default;
31  border: 1px solid;
32  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
33}
34#buttons {
35      margin-top: 1em;
36      border-top: 1px solid #999;
37      padding: 1em;
38      text-align: right;
39}
Note: See TracBrowser for help on using the browser.