/[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

Annotation of /branches/no-pager/static/form.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 96 - (hide annotations)
Fri Jul 11 12:47:50 2008 UTC (15 years, 9 months ago) by dpavlin
Original Path: trunk/static/form.css
File MIME type: text/css
File size: 388 byte(s)
refactoring to create own Continuity::Widget [0.08]

this is incremental step, and it will change along the way...
1 dpavlin 77 .fieldholder {
2     float: left;
3     margin-right: 1em;
4     }
5    
6 dpavlin 90 .label, label {
7 dpavlin 77 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 dpavlin 96 .layout {
28     position: absolute;
29     right: 1em;
30     top: 1em;
31     background: #eee;
32     padding: 1em;
33     }

  ViewVC Help
Powered by ViewVC 1.1.26