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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28 - (show annotations)
Mon Dec 10 14:56:12 2007 UTC (16 years, 4 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 /* pending/available pictures */
2
3 .picture {
4 text-align: right;
5 }
6
7 .picture-description {
8 width: 70%;
9 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 }

  ViewVC Help
Powered by ViewVC 1.1.26