/[Arh]/share/web/static/css/app.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 /share/web/static/css/app.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28 - (hide annotations)
Mon Dec 10 14:56:12 2007 UTC (16 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 544 byte(s)
added UnitPicture model, first try at user interface for it
1 dpavlin 28 /* pending/available pictures */
2    
3 dpavlin 12 .picture {
4     text-align: right;
5     }
6    
7     .picture-description {
8     width: 70%;
9     padding-left: 2em;
10     }
11 dpavlin 13
12 dpavlin 28 /* units list */
13    
14     .unit {
15     float: left;
16     width: 70%;
17     }
18    
19     .pictures-by-unit {
20     float: right;
21     width: 20%;
22     padding-left: 2em;
23     padding-bottom: 1em;
24     }
25    
26     /* buttons */
27    
28 dpavlin 15 .float-crud-button {
29     float: right;
30     }
31    
32 dpavlin 28 .button-delete {
33     color: #800;
34     }
35    
36     .button-add {
37     color: #080;
38     }
39    
40     /* layout tweaks */
41    
42    
43     .unit .argument-name {
44     clear: none !important;
45     }
46    
47 dpavlin 15 .argument-material {
48     clear: left !important;
49     padding-top: 0 !important;
50     }

  ViewVC Help
Powered by ViewVC 1.1.26