annotate pylons_app/public/css/style_full.css @ 410:9a7ae16ff53e

fixes translations, style updates. Added some extra info to activity graph
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 18 Aug 2010 16:24:27 +0200
parents 86a25ad59766
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
379
86a25ad59766 fixed min width set.
Marcin Kuzminski <marcin@python-works.com>
parents: 362
diff changeset
1 /* -----------------------------------------------------------
86a25ad59766 fixed min width set.
Marcin Kuzminski <marcin@python-works.com>
parents: 362
diff changeset
2 GLOBAL WIDTH
86a25ad59766 fixed min width set.
Marcin Kuzminski <marcin@python-works.com>
parents: 362
diff changeset
3 ----------------------------------------------------------- */
86a25ad59766 fixed min width set.
Marcin Kuzminski <marcin@python-works.com>
parents: 362
diff changeset
4 #header,#content,#footer{
410
9a7ae16ff53e fixes translations, style updates.
Marcin Kuzminski <marcin@python-works.com>
parents: 379
diff changeset
5 min-width: 1224px;
379
86a25ad59766 fixed min width set.
Marcin Kuzminski <marcin@python-works.com>
parents: 362
diff changeset
6 }
86a25ad59766 fixed min width set.
Marcin Kuzminski <marcin@python-works.com>
parents: 362
diff changeset
7
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
8 /* -----------------------------------------------------------
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
9 content
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
10 ----------------------------------------------------------- */
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
11
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
12 #content
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
13 {
410
9a7ae16ff53e fixes translations, style updates.
Marcin Kuzminski <marcin@python-works.com>
parents: 379
diff changeset
14 margin: 10px 30px 0 30px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
15 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
16 min-height: 100%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
17 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
18 overflow: hidden;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
19 background: transparent;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
20 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
21
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
22 /* -----------------------------------------------------------
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
23 content -> right -> forms -> labels
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
24 ----------------------------------------------------------- */
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
25
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
26 #content div.box div.form div.fields div.field div.label
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
27 {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
28 left: 80px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
29 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
30 padding: 8px 0 0 5px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
31 width: auto;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
32 position: absolute;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
33 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
34
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
35 #content div.box-left div.form div.fields div.field div.label,
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
36 #content div.box-right div.form div.fields div.field div.label
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
37 {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
38 left: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
39 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
40 padding: 0 0 8px 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
41 width: auto;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
42 position: relative;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
43 }