/[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 12 by dpavlin, Thu Nov 29 19:32:41 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 6  Line 8 
8          width: 70%;          width: 70%;
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 {
29            float: right;
30    }
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 {
48            clear: left !important;
49            padding-top: 0 !important;
50    }

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

  ViewVC Help
Powered by ViewVC 1.1.26