/[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 77 - (hide annotations)
Thu Jul 10 10:27:47 2008 UTC (15 years, 9 months ago) by dpavlin
Original Path: trunk/static/form.css
File MIME type: text/css
File size: 303 byte(s)
added css from Continuity::Widget to make it look nice
1 dpavlin 77 .fieldholder {
2     float: left;
3     margin-right: 1em;
4     }
5    
6     .fieldholder .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