/[Frey]/trunk/static/form.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/static/form.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 90 - (show annotations)
Thu Jul 10 20:57:27 2008 UTC (15 years, 9 months ago) by dpavlin
File MIME type: text/css
File size: 297 byte(s)
design tweaks

- better forms in table layout
- compress html a bit by removing leading tabs
1 .fieldholder {
2 float: left;
3 margin-right: 1em;
4 }
5
6 .label, label {
7 font-weight: bold;
8 }
9
10 input {
11 font-family: courier, monospace;
12 padding: 2px;
13 }
14
15 hr {
16 clear: both;
17 }
18
19 .editform {
20 border: 1px solid black;
21 background-color: #ccc;
22 overflow: auto;
23 width: 500px;
24 padding: 1em;
25 }
26

  ViewVC Help
Powered by ViewVC 1.1.26