comparison pylons_app/public/css/style_full.css @ 362:558eb7c5028f rhodecode-0.0.0.8.0

version bump to 0.8 hg app 0.8 new template. Add yui flot and graph into summary page. + various tweeks and patches into look of application
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 24 Jul 2010 02:17:48 +0200
parents
children 86a25ad59766
comparison
equal deleted inserted replaced
361:3581656180b7 362:558eb7c5028f
1 /* -----------------------------------------------------------
2 content
3 ----------------------------------------------------------- */
4
5 #content
6 {
7 margin: 10px 60px 0 60px;
8 padding: 0;
9 min-height: 100%;
10 clear: both;
11 overflow: hidden;
12 background: transparent;
13 }
14
15 /* -----------------------------------------------------------
16 content -> right -> forms -> labels
17 ----------------------------------------------------------- */
18
19 #content div.box div.form div.fields div.field div.label
20 {
21 left: 80px;
22 margin: 0;
23 padding: 8px 0 0 5px;
24 width: auto;
25 position: absolute;
26 }
27
28 #content div.box-left div.form div.fields div.field div.label,
29 #content div.box-right div.form div.fields div.field div.label
30 {
31 left: 0;
32 margin: 0;
33 padding: 0 0 8px 0;
34 width: auto;
35 position: relative;
36 }