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

Diff of /share/web/static/css/app.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 27 by dpavlin, Fri Nov 30 16:46:39 2007 UTC revision 28 by dpavlin, Mon Dec 10 14:56:12 2007 UTC
# Line 1  Line 1 
1    /* pending/available pictures */
2    
3  .picture {  .picture {
4          text-align: right;          text-align: right;
5  }  }
# Line 7  Line 9 
9          padding-left: 2em;          padding-left: 2em;
10  }  }
11    
12    /* 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  .float-crud-button {  .float-crud-button {
29          float: right;          float: right;
30          margin-right: 30em;  }
31    
32    .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  .argument-material {  .argument-material {

Legend:
Removed from v.27  
changed lines
  Added in v.28

  ViewVC Help
Powered by ViewVC 1.1.26