/[Frey]/branches/no-pager/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 /branches/no-pager/static/form.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 702 - (show annotations)
Wed Dec 3 21:12:43 2008 UTC (15 years, 3 months ago) by dpavlin
File MIME type: text/css
File size: 583 byte(s)
branch for no-pager integration
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
27 .layout {
28 position: absolute;
29 right: 1em;
30 top: 1em;
31 background: #eee;
32 padding: 0.5em;
33 }
34
35 .notice {
36 padding: 0.5em;
37 background: #ffc;
38 }
39
40 div.view {
41 clear: left;
42 }
43
44 div.fieldholder {
45 border-right: 1px solid #eee;
46 border-bottom: 1px solid #eee;
47 }
48
49 div.editform {
50 clear: left;
51 }

  ViewVC Help
Powered by ViewVC 1.1.26