annotate rhodecode/public/css/style.css @ 582:ff15232ce9d2

fixed search button
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 11 Oct 2010 01:58:19 +0200
parents 136ad719d9e2
children 95b746f2f0ed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
4 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
5 border: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
6 outline: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
7 font-size: 100%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
8 vertical-align: baseline;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
9 background: transparent;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
10 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
11
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
12 body {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
13 line-height: 1;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
14 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
15
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
16 ol,ul {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
17 list-style: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
18 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
19
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
20 blockquote,q {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
21 quotes: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
22 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
23
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
24 blockquote:before,blockquote:after,q:before,q:after {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
25 content: '';
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
26 content: none;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
27 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
28
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
29 :focus {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
30 outline: 0;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
31 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
32
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
33 ins {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
34 text-decoration: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
35 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
36
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
37 del {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
38 text-decoration: line-through;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
39 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
40
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
41 /* tables still need 'cellspacing="0"' in the markup */
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
42 table {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
43 border-collapse: collapse;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
44 border-spacing: 0;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
45 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
46
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
47 /*
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
48 main stylesheet
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
49 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
50 html {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
51 height: 100%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
52 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
53
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
54 body {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
55 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
56 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
57 height: 100%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
58 background: #d1d1d1 url("../images/background.png") repeat;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
59 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
60 Lucida Sans Unicode, Arial, sans-serif;
528
6d0d5e7d7356 updated branches/tags tags in changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 527
diff changeset
61 font-size: 12px;
579
6d0474c7e645 more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 578
diff changeset
62 color: #000000;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
63 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
64
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
65 /*
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
66 images
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
67 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
68 img {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
69 border: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
70 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
71
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
72 img.icon {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
73 vertical-align: bottom;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
74 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
75
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
76 /*
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
77 anchors
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
78 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
79 a {
579
6d0474c7e645 more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 578
diff changeset
80 color: #003367;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
81 text-decoration: none;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
82 cursor: pointer;
579
6d0474c7e645 more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 578
diff changeset
83 font-weight: bold;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
84 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
85
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
86 a:hover {
579
6d0474c7e645 more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 578
diff changeset
87 color: #316293;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
88 text-decoration: underline;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
89 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
90
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
91 /*
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
92 headings
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
93 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
94 h1,h2,h3,h4,h5,h6 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
95 color: #292929;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
96 font-weight: bold;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
97 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
98
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
99 h1 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
100 font-size: 22px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
101 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
102
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
103 h2 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
104 font-size: 20px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
105 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
106
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
107 h3 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
108 font-size: 18px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
109 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
110
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
111 h4 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
112 font-size: 16px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
113 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
114
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
115 h5 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
116 font-size: 14px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
117 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
118
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
119 h6 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
120 font-size: 11px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
121 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
122
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
123 /*
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
124 lists
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
125 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
126 ul.circle {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
127 list-style-type: circle;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
128 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
129
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
130 ul.disc {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
131 list-style-type: disc;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
132 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
133
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
134 ul.square {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
135 list-style-type: square;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
136 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
137
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
138 ol.lower-roman {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
139 list-style-type: lower-roman;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
140 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
141
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
142 ol.upper-roman {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
143 list-style-type: upper-roman;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
144 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
145
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
146 ol.lower-alpha {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
147 list-style-type: lower-alpha;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
148 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
149
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
150 ol.upper-alpha {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
151 list-style-type: upper-alpha;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
152 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
153
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
154 ol.decimal {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
155 list-style-type: decimal;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
156 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
157
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
158 /*
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
159 colors
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
160 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
161 div.color {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
162 margin: 7px 0 0 60px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
163 padding: 1px 1px 1px 0px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
164 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
165 overflow: hidden;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
166 position: absolute;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
167 background: #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
168 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
169
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
170 div.color a {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
171 margin: 0 0 0 1px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
172 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
173 width: 15px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
174 height: 15px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
175 display: block;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
176 float: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
177 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
178
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
179 div.color a.blue {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
180 background: #376ea6;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
181 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
182
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
183 div.color a.green {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
184 background: #85924b;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
185 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
186
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
187 div.color a.brown {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
188 background: #9b6e42;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
189 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
190
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
191 div.color a.purple {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
192 background: #88528b;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
193 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
194
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
195 div.color a.red {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
196 background: #bd3220;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
197 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
198
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
199 div.color a.greyblue {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
200 background: #566e86;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
201 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
202
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
203 /*
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
204 options
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
205 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
206 div.options {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
207 margin: 7px 0 0 162px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
208 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
209 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
210 overflow: hidden;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
211 position: absolute;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
212 background: #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
213 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
214
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
215 div.options a {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
216 margin: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
217 padding: 3px 8px 3px 8px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
218 height: 1%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
219 display: block;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
220 text-decoration: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
221 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
222
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
223 div.options a:hover {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
224 text-decoration: none;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
225 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
226
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
227 /*
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
228 header
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
229 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
230 #header {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
231 margin: 0;
410
9a7ae16ff53e fixes translations, style updates.
Marcin Kuzminski <marcin@python-works.com>
parents: 409
diff changeset
232 padding: 0 30px 0 30px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
233 background: #b0b0b0 url("../images/header_background.png") repeat;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
234 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
235
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
236 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
237 header / user
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
238 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
239 #header ul#logged-user {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
240 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
241 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
242 float: right;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
243 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
244
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
245 #header ul#logged-user li {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
246 margin:-2px 0 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
247 padding: 10px 12px 10px 12px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
248 list-style: none;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
249 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
250 border-left: 1px solid #bbbbbb;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
251 border-right: 1px solid #a5a5a5;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
252 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
253
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
254 #header ul#logged-user li.first {
402
757c7eef0dcd implemented gravatars into main bar.
Marcin Kuzminski <marcin@python-works.com>
parents: 401
diff changeset
255 border-left: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
256 margin: -6px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
257 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
258
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
259 #header ul#logged-user li.first div.account {
402
757c7eef0dcd implemented gravatars into main bar.
Marcin Kuzminski <marcin@python-works.com>
parents: 401
diff changeset
260 padding-top: 4px;
757c7eef0dcd implemented gravatars into main bar.
Marcin Kuzminski <marcin@python-works.com>
parents: 401
diff changeset
261 float: left;
757c7eef0dcd implemented gravatars into main bar.
Marcin Kuzminski <marcin@python-works.com>
parents: 401
diff changeset
262 }
757c7eef0dcd implemented gravatars into main bar.
Marcin Kuzminski <marcin@python-works.com>
parents: 401
diff changeset
263
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
264 #header ul#logged-user li.last {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
265 border-right: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
266 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
267
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
268 #header ul#logged-user li a {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
269 color: #4e4e4e;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
270 font-weight: bold;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
271 text-decoration: none;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
272 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
273
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
274 #header ul#logged-user li a:hover {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
275 color: #376ea6;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
276 text-decoration: underline;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
277 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
278
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
279 #header ul#logged-user li.highlight a {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
280 color: #ffffff;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
281 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
282
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
283 #header ul#logged-user li.highlight a:hover {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
284 color: #376ea6;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
285 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
286
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
287 #header #header-inner {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
288 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
289 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
290 height: 40px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
291 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
292 position: relative;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
293 background: #003367 url("../images/header_inner.png") repeat-x;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
294 border-bottom: 2px solid #ffffff;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
295 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
296
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
297 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
298 header / home
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
299 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
300 #header #header-inner #home {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
301 float: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
302 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
303
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
304 #header #header-inner #home a {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
305 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
306 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
307 height: 40px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
308 width: 46px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
309 display: block;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
310 background: url("../images/button_home.png");
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
311 background-position: 0 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
312 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
313
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
314 #header #header-inner #home a:hover {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
315 background-position: 0 -40px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
316 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
317
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
318 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
319 header / logo
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
320 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
321 #header #header-inner #logo {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
322 float: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
323 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
324
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
325 #header #header-inner #logo h1 {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
326 margin: 13px 0 0 13px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
327 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
328 color: #FFFFFF;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
329 font-size: 14px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
330 text-transform: uppercase;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
331 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
332
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
333 #header #header-inner #logo a {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
334 color: #ffffff;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
335 text-decoration: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
336 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
337
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
338 #header #header-inner #logo a:hover {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
339 color: #dabf29;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
340 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
341
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
342 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
343 header / quick
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
344 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
345 #header #header-inner #quick,#header #header-inner #quick ul {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
346 margin: 10px 5px 0 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
347 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
348 position: relative;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
349 float: right;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
350 list-style-type: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
351 list-style-position: outside;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
352 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
353
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
354 #header #header-inner #quick li {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
355 margin: 0 5px 0 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
356 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
357 position: relative;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
358 float: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
359 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
360
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
361 #header #header-inner #quick li a {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
362 top: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
363 left: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
364 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
365 height: 1%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
366 display: block;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
367 clear: both;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
368 overflow: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
369 background: #336699 url("../../resources/images/quick_l.png") no-repeat
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
370 top left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
371 color: #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
372 font-weight: bold;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
373 text-decoration: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
374 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
375
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
376 #header #header-inner #quick li span {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
377 top: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
378 right: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
379 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
380 padding: 10px 12px 8px 10px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
381 height: 1%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
382 display: block;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
383 float: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
384 background: url("../../resources/images/quick_r.png") no-repeat top
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
385 right;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
386 border-left: 1px solid #3f6f9f;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
387 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
388
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
389 #header #header-inner #quick li span.normal {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
390 padding: 10px 12px 8px 12px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
391 border: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
392 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
393
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
394 #header #header-inner #quick li span.icon {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
395 top: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
396 left: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
397 padding: 8px 8px 4px 8px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
398 background: url("../../resources/images/quick_l.png") no-repeat top left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
399 border-left: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
400 border-right: 1px solid #2e5c89;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
401 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
402
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
403 #header #header-inner #quick li a:hover {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
404 background: #4e4e4e url("../../resources/images/quick_l_selected.png")
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
405 no-repeat top left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
406 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
407
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
408 #header #header-inner #quick li a:hover span {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
409 background: url("../../resources/images/quick_r_selected.png") no-repeat
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
410 top right;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
411 border-left: 1px solid #545454;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
412 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
413
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
414 #header #header-inner #quick li a:hover span.normal {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
415 border: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
416 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
417
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
418 #header #header-inner #quick li a:hover span.icon {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
419 background: url("../../resources/images/quick_l_selected.png") no-repeat
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
420 top left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
421 border-left: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
422 border-right: 1px solid #464646;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
423 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
424
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
425 #header #header-inner #quick ul {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
426 top: 29px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
427 right: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
428 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
429 padding: 0;
581
136ad719d9e2 fixed bug when autocomplete could not display names (hidden by div)
Marcin Kuzminski <marcin@python-works.com>
parents: 579
diff changeset
430 min-width: 200px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
431 display: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
432 position: absolute;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
433 background: #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
434 border: 1px solid #666;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
435 border-top: 1px solid #003367;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
436 z-index: 100;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
437 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
438
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
439 #header #header-inner #quick ul.repo_switcher {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
440 max-height: 275px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
441 overflow-x: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
442 overflow-y: auto;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
443 white-space: nowrap;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
444 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
445
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
446 #header #header-inner #quick li ul li {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
447 border-bottom: 1px solid #dddddd;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
448 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
449
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
450 #header #header-inner #quick li ul li.last {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
451 border: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
452 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
453
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
454 #header #header-inner #quick li ul li a {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
455 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
456 padding: 7px 9px 7px 9px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
457 height: 1%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
458 width: 182px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
459 height: auto;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
460 display: block;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
461 float: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
462 background: #FFFFFF;
579
6d0474c7e645 more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 578
diff changeset
463 color: #003367;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
464 font-weight: normal;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
465 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
466
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
467 #header #header-inner #quick li ul li a.childs {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
468 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
469 padding: 7px 9px 7px 24px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
470 width: 167px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
471 background: #FFFFFF url("../../resources/images/plus.png") no-repeat 8px
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
472 9px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
473 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
474
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
475 #header #header-inner #quick li ul li a:hover {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
476 color: #000000;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
477 background: #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
478 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
479
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
480 #header #header-inner #quick li ul li a.childs:hover {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
481 background: #FFFFFF url("../../resources/images/minus.png") no-repeat
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
482 8px 9px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
483 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
484
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
485 #header #header-inner #quick ul ul {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
486 top: auto;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
487 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
488
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
489 #header #header-inner #quick li ul ul {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
490 right: 200px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
491 max-height: 275px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
492 overflow: auto;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
493 overflow-x: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
494 white-space: nowrap;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
495 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
496
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
497 #header #header-inner #quick li:hover ul ul,#header #header-inner #quick li:hover ul ul ul,#header #header-inner #quick li:hover ul ul ul ul
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
498 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
499 display: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
500 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
501
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
502 #header #header-inner #quick li:hover ul,#header #header-inner #quick li li:hover ul,#header #header-inner #quick li li li:hover ul,#header #header-inner #quick li li li li:hover ul
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
503 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
504 display: block;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
505 }
453
2a95d54b19e6 reimplemented tags/branches menu.
Marcin Kuzminski <marcin@python-works.com>
parents: 449
diff changeset
506
2a95d54b19e6 reimplemented tags/branches menu.
Marcin Kuzminski <marcin@python-works.com>
parents: 449
diff changeset
507 /*ICONS*/
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
508 #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
509 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
510 background: url("../images/icons/book.png") no-repeat scroll 4px 9px
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
511 #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
512 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
513 padding: 12px 9px 7px 24px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
514 width: 167px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
515 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
516
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
517 #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
518 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
519 background: url("../images/icons/lock.png") no-repeat scroll 4px 9px
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
520 #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
521 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
522 padding: 12px 9px 7px 24px;
581
136ad719d9e2 fixed bug when autocomplete could not display names (hidden by div)
Marcin Kuzminski <marcin@python-works.com>
parents: 579
diff changeset
523 min-width: 167px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
524 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
525
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
526 #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
527 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
528 background: url("../images/icons/lock_open.png") no-repeat scroll 4px
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
529 9px #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
530 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
531 padding: 12px 9px 7px 24px;
581
136ad719d9e2 fixed bug when autocomplete could not display names (hidden by div)
Marcin Kuzminski <marcin@python-works.com>
parents: 579
diff changeset
532 min-width: 167px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
533 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
534
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
535 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
536 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
537 background: url("../images/icons/folder_edit.png") no-repeat scroll 4px
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
538 9px #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
539 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
540 padding: 12px 9px 7px 24px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
541 width: 167px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
542 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
543
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
544 #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
545 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
546 background: #FFFFFF url("../images/icons/user_edit.png") no-repeat 4px
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
547 9px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
548 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
549 padding: 12px 9px 7px 24px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
550 width: 167px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
551 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
552
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
553 #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
554 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
555 background: #FFFFFF url("../images/icons/cog.png") no-repeat 4px 9px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
556 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
557 padding: 12px 9px 7px 24px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
558 width: 167px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
559 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
560
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
561 #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
562 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
563 background: #FFFFFF url("../images/icons/key.png") no-repeat 4px 9px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
564 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
565 padding: 12px 9px 7px 24px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
566 width: 167px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
567 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
568
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
569 #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
570 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
571 background: #FFFFFF url("../images/icons/arrow_divide.png") no-repeat
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
572 4px 9px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
573 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
574 padding: 12px 9px 7px 24px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
575 width: 167px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
576 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
577
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
578 #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
579 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
580 background: #FFFFFF url("../images/icons/search_16.png") no-repeat 4px
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
581 9px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
582 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
583 padding: 12px 9px 7px 24px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
584 width: 167px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
585 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
586
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
587 #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
588 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
589 background: #FFFFFF url("../images/icons/delete.png") no-repeat 4px 9px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
590 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
591 padding: 12px 9px 7px 24px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
592 width: 167px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
593 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
594
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
595 #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
596 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
597 background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
598 4px 9px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
599 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
600 padding: 12px 9px 7px 24px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
601 width: 167px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
602 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
603
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
604 #header #header-inner #quick li ul li a.tags,#header #header-inner #quick li ul li a.tags:hover
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
605 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
606 background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat 4px
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
607 9px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
608 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
609 padding: 12px 9px 7px 24px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
610 width: 167px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
611 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
612
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
613 /*
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
614 header corners
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
615 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
616 #header #header-inner div.corner {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
617 height: 6px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
618 width: 6px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
619 position: absolute;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
620 background: url("../images/header_inner_corners.png") no-repeat;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
621 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
622
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
623 #header #header-inner div.tl {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
624 top: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
625 left: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
626 background-position: 0 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
627 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
628
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
629 #header #header-inner div.tr {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
630 top: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
631 right: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
632 background-position: -6px 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
633 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
634
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
635 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
636 content / left
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
637 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
638 #content #left {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
639 left: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
640 width: 280px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
641 position: absolute;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
642 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
643
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
644 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
645 content / left / menu
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
646 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
647 #content #left #menu {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
648 margin: 5px 10px 0 60px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
649 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
650 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
651 overflow: hidden;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
652 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
653
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
654 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
655 content / left / menu / heading
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
656 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
657 #content #left #menu h6 {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
658 margin: 5px 0 0 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
659 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
660 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
661 overflow: hidden;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
662 background: #dfdfdf url("../images/menu.png") repeat-x;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
663 color: #6e6e6e;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
664 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
665
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
666 #content #left #menu h6 a {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
667 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
668 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
669 height: 1%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
670 display: block;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
671 clear: both;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
672 overflow: hidden;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
673 background: url("../images/menu_l.png") no-repeat top left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
674 color: #6e6e6e;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
675 text-decoration: none;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
676 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
677
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
678 #content #left #menu h6 span {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
679 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
680 padding: 9px 10px 10px 10px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
681 height: 1%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
682 display: block;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
683 background: url("../images/menu_r.png") no-repeat top right;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
684 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
685
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
686 #content #left #menu h6.selected {
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
687 background: #00376e url("../images/menu_selected.png") repeat-x;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
688 color: #FFFFFF;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
689 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
690
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
691 #content #left #menu h6.selected a {
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
692 background: url("../images/menu_l_selected.png") no-repeat top left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
693 color: #ffffff;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
694 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
695
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
696 #content #left #menu h6.selected span {
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
697 background: url("../images/menu_r_selected.png") no-repeat top right;
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
698 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
699
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
700 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
701 content / left / menu / links
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
702 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
703 #content #left #menu ul {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
704 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
705 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
706 background: #376ea6;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
707 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
708
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
709 #content #left #menu ul.opened {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
710 display: block;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
711 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
712
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
713 #content #left #menu ul.closed {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
714 display: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
715 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
716
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
717 #content #left #menu li {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
718 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
719 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
720 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
721 overflow: hidden;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
722 list-style: none;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
723 border-bottom: 1px solid #5f8bb7;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
724 color: #ffffff;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
725 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
726
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
727 #content #left #menu li a {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
728 margin: 0 0 0 6px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
729 padding: 8px 0 8px 18px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
730 height: 1%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
731 display: block;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
732 float: left;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
733 background: url("../images/colors/colors/blue/menu_arrow.png") no-repeat
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
734 0 9px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
735 color: #ffffff;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
736 text-decoration: none;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
737 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
738
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
739 #content #left #menu li a:hover {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
740 color: #b9dcff;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
741 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
742
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
743 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
744 content / left / menu / collapsible
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
745 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
746 #content #left #menu li.collapsible {
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
747 background: url("../images/menu_border.png") no-repeat top left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
748 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
749
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
750 #content #left #menu li.collapsible a {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
751 margin: 0 0 0 6px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
752 padding: 8px 0 8px 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
753 height: 1%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
754 display: block;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
755 background: transparent;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
756 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
757 font-weight: bold;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
758 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
759
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
760 #content #left #menu li.collapsible a.plus {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
761 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
762 padding: 8px 0 9px 24px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
763 height: 10px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
764 width: 10px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
765 display: block;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
766 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
767 background: url("../images/menu_plus.png") no-repeat 5px 10px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
768 border: none;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
769 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
770
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
771 #content #left #menu li.collapsible a.minus {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
772 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
773 padding: 8px 0 9px 24px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
774 height: 10px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
775 width: 10px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
776 display: block;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
777 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
778 background: url("../images/menu_minus.png") no-repeat 5px 10px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
779 border: none;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
780 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
781
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
782 #content #left #menu li ul {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
783 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
784 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
785 border-left: 18px solid #285889;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
786 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
787
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
788 #content #left #menu li ul.expanded {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
789 display: block;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
790 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
791
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
792 #content #left #menu li ul.collapsed {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
793 display: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
794 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
795
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
796 #content #left #menu li ul li {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
797 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
798 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
799 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
800 overflow: hidden;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
801 list-style: none;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
802 border-bottom: 1px solid #5f8bb7;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
803 color: #ffffff;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
804 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
805
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
806 #content #left #menu li.collapsible ul li a {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
807 font-weight: normal;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
808 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
809
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
810 #content #left #menu li.last {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
811 border-bottom: none;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
812 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
813
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
814 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
815 content / left / date picker
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
816 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
817 #content #left #date-picker {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
818 margin: 10px 10px 0 60px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
819 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
820 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
821 overflow: hidden;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
822 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
823
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
824 #content #left #date-picker .ui-datepicker {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
825 width: auto;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
826 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
827 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
828 overflow: hidden;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
829 background: #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
830 border: 1px solid #d1d1d1;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
831 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
832
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
833 #content #left #date-picker .ui-datepicker .ui-datepicker-header {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
834 padding: 5px 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
835 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
836
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
837 #content #left #date-picker .ui-datepicker .ui-datepicker-prev {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
838 top: 5px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
839 left: 4px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
840 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
841
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
842 #content #left #date-picker .ui-datepicker .ui-datepicker-next {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
843 top: 5px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
844 right: 4px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
845 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
846
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
847 #content #left #date-picker .ui-datepicker .ui-datepicker-prev-hover {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
848 top: 5px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
849 left: 4px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
850 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
851
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
852 #content #left #date-picker .ui-datepicker .ui-datepicker-next-hover {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
853 top: 5px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
854 right: 4px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
855 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
856
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
857 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
858 content / right
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
859 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
860 #content #right {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
861 margin: 0 60px 10px 290px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
862 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
863
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
864 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
865 content / right / box
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
866 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
867 #content div.box {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
868 margin: 0 0 10px 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
869 padding: 0 0 10px 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
870 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
871 overflow: hidden;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
872 background: #ffffff;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
873 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
874
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
875 #content div.box-left {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
876 margin: 0 0 10px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
877 width: 49%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
878 clear: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
879 float: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
880 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
881
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
882 #content div.box-right {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
883 margin: 0 0 10px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
884 width: 49%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
885 clear: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
886 float: right;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
887 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
888
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
889 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
890 content / right / box / title
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
891 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
892 #content div.box div.title {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
893 margin: 0 0 20px 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
894 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
895 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
896 overflow: hidden;
579
6d0474c7e645 more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 578
diff changeset
897 background: #336699 url("../images/header_inner.png") repeat-x;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
898 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
899
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
900 #content div.box div.title h5 {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
901 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
902 padding: 11px 0 11px 10px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
903 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
904 border: none;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
905 color: #ffffff;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
906 text-transform: uppercase;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
907 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
908
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
909 #content div.box div.title ul.links {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
910 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
911 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
912 float: right;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
913 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
914
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
915 #content div.box div.title ul.links li {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
916 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
917 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
918 list-style: none;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
919 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
920 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
921
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
922 #content div.box div.title ul.links li a {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
923 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
924 padding: 13px 16px 12px 16px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
925 height: 1%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
926 display: block;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
927 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
928 border-left: 1px solid #316293;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
929 color: #ffffff;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
930 font-size: 11px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
931 font-weight: bold;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
932 text-decoration: none;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
933 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
934
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
935 #content div.box div.title ul.links li a:hover {
579
6d0474c7e645 more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 578
diff changeset
936 background: url("../../images/title_tab_selected.png") no-repeat bottom
6d0474c7e645 more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 578
diff changeset
937 center;
6d0474c7e645 more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 578
diff changeset
938 color: #bfe3ff;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
939 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
940
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
941 #content div.box div.title ul.links li.ui-tabs-selected a {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
942 background: url("../../../resources/images/title_tab_selected.png")
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
943 no-repeat bottom center;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
944 color: #bfe3ff;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
945 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
946
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
947 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
948 content / right / box / headings
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
949 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
950 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
951 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
952 margin: 10px 20px 10px 20px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
953 padding: 0 0 15px 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
954 clear: both;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
955 overflow: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
956 border-bottom: 1px solid #DDDDDD;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
957 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
958
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
959 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
960 content / right / box / paragraphs
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
961 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
962 #content div.box p {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
963 margin: 0 24px 10px 24px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
964 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
965 color: #5f5f5f;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
966 font-size: 12px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
967 line-height: 150%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
968 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
969
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
970 #content div.box blockquote {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
971 margin: 0 34px 0 34px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
972 padding: 0 0 0 14px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
973 border-left: 4px solid #DDDDDD;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
974 color: #5f5f5f;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
975 font-size: 11px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
976 line-height: 150%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
977 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
978
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
979 #content div.box blockquote p {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
980 margin: 10px 0 10px 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
981 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
982 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
983
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
984 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
985 content / right / box / lists
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
986 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
987 #content div.box dl {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
988 margin: 10px 24px 10px 24px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
989 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
990
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
991 #content div.box dt {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
992 margin: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
993 font-size: 12px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
994 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
995
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
996 #content div.box dd {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
997 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
998 padding: 8px 0 8px 15px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
999 font-size: 12px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1000 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1001
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1002 #content div.box ul.left {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1003 float: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1004 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1005
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1006 #content div.box ol.left {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1007 float: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1008 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1009
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1010 #content div.box li {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1011 padding: 4px 0 4px 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1012 font-size: 12px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1013 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1014
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1015 #content div.box ol.lower-roman,#content div.box ol.upper-roman {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1016 margin: 10px 24px 10px 44px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1017 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1018
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1019 #content div.box ol.lower-alpha,#content div.box ol.upper-alpha {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1020 margin: 10px 24px 10px 44px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1021 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1022
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1023 #content div.box ol.decimal {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1024 margin: 10px 24px 10px 44px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1025 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1026
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1027 #content div.box ul.disc,#content div.box ul.circle {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1028 margin: 10px 24px 10px 38px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1029 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1030
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1031 #content div.box ul.square {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1032 margin: 10px 24px 10px 40px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1033 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1034
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1035 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1036 content / right / box / images
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1037 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1038 #content div.box img.left {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1039 margin: 10px 10px 10px 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1040 border: none;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1041 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1042 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1043
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1044 #content div.box img.right {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1045 margin: 10px 0 10px 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1046 border: none;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1047 float: right;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1048 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1049
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1050 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1051 content / right / box / messages
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1052 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1053 #content div.box div.messages {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1054 margin: 0 20px 0 20px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1055 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1056 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1057 overflow: hidden;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1058 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1059
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1060 #content div.box div.message {
421
cbfb853a0a4c fixed bug when author had " in name, thus breaking the javascript data format
Marcin Kuzminski <marcin@python-works.com>
parents: 416
diff changeset
1061 margin: 0 0 0px 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1062 padding: 10px 0 10px 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1063 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1064 overflow: hidden;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1065 }
579
6d0474c7e645 more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 578
diff changeset
1066 #content div.box div.message a{
6d0474c7e645 more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 578
diff changeset
1067 font-weight: normal !important;
6d0474c7e645 more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 578
diff changeset
1068 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1069 #content div.box div.message div.image {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1070 margin: 9px 0 0 5px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1071 padding: 6px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1072 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1073 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1074
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1075 #content div.box div.message div.image img {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1076 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1077 vertical-align: middle;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1078 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1079
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1080 #content div.box div.message div.text {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1081 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1082 padding: 9px 6px 9px 6px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1083 float: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1084 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1085
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1086 #content div.box div.message div.dismiss {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1087 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1088 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1089 float: right;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1090 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1091
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1092 #content div.box div.message div.dismiss a {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1093 margin: 15px 14px 0 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1094 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1095 height: 16px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1096 width: 16px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1097 display: block;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1098 background: url("../images/icons/cross.png") no-repeat;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1099 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1100
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1101 #content div.box div.message div.text h1,#content div.box div.message div.text h2,#content div.box div.message div.text h3,#content div.box div.message div.text h4,#content div.box div.message div.text h5,#content div.box div.message div.text h6
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1102 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1103 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1104 padding: 0px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1105 border: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1106 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1107
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1108 #content div.box div.message div.text span {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1109 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1110 padding: 5px 0 0 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1111 height: 1%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1112 display: block;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1113 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1114
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1115 #content div.box div.message-error {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1116 height: 1%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1117 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1118 overflow: hidden;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1119 background: #FBE3E4;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1120 border: 1px solid #FBC2C4;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1121 color: #860006;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1122 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1123
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1124 #content div.box div.message-error h6 {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1125 color: #860006;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1126 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1127
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1128 #content div.box div.message-warning {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1129 height: 1%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1130 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1131 overflow: hidden;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1132 background: #FFF6BF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1133 border: 1px solid #FFD324;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1134 color: #5f5200;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1135 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1136
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1137 #content div.box div.message-warning h6 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1138 color: #5f5200;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1139 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1140
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1141 #content div.box div.message-notice {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1142 height: 1%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1143 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1144 overflow: hidden;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1145 background: #8FBDE0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1146 border: 1px solid #6BACDE;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1147 color: #003863;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1148 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1149
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1150 #content div.box div.message-notice h6 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1151 color: #003863;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1152 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1153
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1154 #content div.box div.message-success {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1155 height: 1%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1156 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1157 overflow: hidden;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1158 background: #E6EFC2;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1159 border: 1px solid #C6D880;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1160 color: #4e6100;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1161 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1162
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1163 #content div.box div.message-success h6 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1164 color: #4e6100;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1165 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1166
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1167 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1168 content / right / box / forms
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1169 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1170 #content div.box div.form {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1171 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1172 padding: 0 20px 10px 20px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1173 clear: both;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1174 overflow: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1175 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1176
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1177 #content div.box div.form div.fields {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1178 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1179 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1180 clear: both;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1181 overflow: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1182 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1183
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1184 #content div.box div.form div.fields div.field {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1185 margin: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1186 padding: 10px 0 10px 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1187 height: 1%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1188 border-bottom: 1px solid #DDDDDD;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1189 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1190 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1191
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1192 #content div.box div.form div.fields div.field-first {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1193 padding: 0 0 10px 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1194 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1195
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1196 #content div.box div.form div.fields div.field-noborder {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1197 border-bottom: 0px !important;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1198 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1199
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1200 #content div.box div.form div.fields div.field span.error-message {
581
136ad719d9e2 fixed bug when autocomplete could not display names (hidden by div)
Marcin Kuzminski <marcin@python-works.com>
parents: 579
diff changeset
1201 margin: 8px 0px 0px 4px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1202 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1203 height: 1%;
581
136ad719d9e2 fixed bug when autocomplete could not display names (hidden by div)
Marcin Kuzminski <marcin@python-works.com>
parents: 579
diff changeset
1204 display: inline-block;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1205 color: #FF0000;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1206 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1207
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1208 #content div.box div.form div.fields div.field span.success {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1209 margin: 8px 0 0 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1210 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1211 height: 1%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1212 display: block;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1213 color: #316309;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1214 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1215
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1216 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1217 content / right / forms / labels
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1218 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1219 #content div.box div.form div.fields div.field div.label {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1220 left: 310px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1221 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1222 padding: 8px 0 0 5px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1223 width: auto;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1224 position: absolute;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1225 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1226
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1227 #content div.box-left div.form div.fields div.field div.label,#content div.box-right div.form div.fields div.field div.label
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1228 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1229 left: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1230 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1231 padding: 0 0 8px 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1232 width: auto;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1233 position: relative;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1234 clear: both;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1235 overflow: hidden;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1236 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1237
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1238 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1239 content / right / forms / label (select)
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1240 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1241 #content div.box div.form div.fields div.field div.label-select {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1242 padding: 2px 0 0 5px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1243 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1244
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1245 #content div.box-left div.form div.fields div.field div.label-select,#content div.box-right div.form div.fields div.field div.label-select
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1246 {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1247 padding: 0 0 8px 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1248 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1249
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1250 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1251 content / right / forms / label (checkbox)
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1252 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1253 #content div.box div.form div.fields div.field div.label-checkbox {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1254 padding: 0 0 0 5px !important;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1255 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1256
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1257 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1258 content / right / forms / label (radio)
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1259 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1260 #content div.box div.form div.fields div.field div.label-radio {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1261 padding: 0 0 0 5px !important;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1262 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1263
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1264 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1265 content / right / forms / label (textarea)
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1266 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1267 #content div.box div.form div.fields div.field div.label-textarea {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1268 padding: 0 0 0 5px !important;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1269 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1270
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1271 #content div.box-left div.form div.fields div.field div.label-textarea,#content div.box-right div.form div.fields div.field div.label-textarea
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1272 {
396
9416269860c9 little css update, and flash messages
Marcin Kuzminski <marcin@python-works.com>
parents: 387
diff changeset
1273 padding: 0 0 8px 0 !important;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1274 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1275
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1276 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1277 content / right / forms / labels (label)
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1278 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1279 #content div.box div.form div.fields div.field div.label label {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1280 color: #393939;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1281 font-weight: bold;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1282 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1283
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1284 #content div.box div.form div.fields div.field div.label span {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1285 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1286 padding: 2px 0 0 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1287 height: 1%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1288 display: block;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1289 color: #363636;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1290 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1291
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1292 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1293 content / right / forms / input
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1294 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1295 #content div.box div.form div.fields div.field div.input {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1296 margin: 0 0 0 200px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1297 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1298
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1299 #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1300 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1301 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1302 padding: 7px 7px 6px 7px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1303 clear: both;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1304 overflow: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1305 border-top: 1px solid #b3b3b3;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1306 border-left: 1px solid #b3b3b3;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1307 border-right: 1px solid #eaeaea;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1308 border-bottom: 1px solid #eaeaea;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1309 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1310
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1311 #content div.box div.form div.fields div.field div.input input {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1312 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1313 padding: 7px 7px 6px 7px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1314 background: #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1315 border-top: 1px solid #b3b3b3;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1316 border-left: 1px solid #b3b3b3;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1317 border-right: 1px solid #eaeaea;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1318 border-bottom: 1px solid #eaeaea;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1319 color: #000000;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1320 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1321 Lucida Sans Unicode, Arial, sans-serif;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1322 font-size: 11px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1323 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1324
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1325 #content div.box-left div.form div.fields div.field div.input input,#content div.box-right div.form div.fields div.field div.input input
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1326 {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1327 width: 100%;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1328 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1329 border: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1330 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1331
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1332 #content div.box div.form div.fields div.field div.input input.small {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1333 width: 30%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1334 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1335
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1336 #content div.box div.form div.fields div.field div.input input.medium {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1337 width: 55%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1338 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1339
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1340 #content div.box div.form div.fields div.field div.input input.large {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1341 width: 85%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1342 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1343
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1344 #content div.box div.form div.fields div.field div.input input.date {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1345 width: 177px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1346 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1347
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1348 #content div.box div.form div.fields div.field div.input input.button {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1349 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1350 padding: 4px 8px 4px 8px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1351 background: #D4D0C8;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1352 border-top: 1px solid #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1353 border-left: 1px solid #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1354 border-right: 1px solid #404040;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1355 border-bottom: 1px solid #404040;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1356 color: #000000;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1357 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1358
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1359 #content div.box div.form div.fields div.field div.input input.error {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1360 background: #FBE3E4;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1361 border-top: 1px solid #e1b2b3;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1362 border-left: 1px solid #e1b2b3;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1363 border-right: 1px solid #FBC2C4;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1364 border-bottom: 1px solid #FBC2C4;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1365 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1366
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1367 #content div.box div.form div.fields div.field div.input input.success {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1368 background: #E6EFC2;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1369 border-top: 1px solid #cebb98;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1370 border-left: 1px solid #cebb98;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1371 border-right: 1px solid #c6d880;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1372 border-bottom: 1px solid #c6d880;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1373 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1374
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1375 #content div.box div.form div.fields div.field div.input img.ui-datepicker-trigger
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1376 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1377 margin: 0 0 0 6px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1378 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1379
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1380 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1381 content / right / forms / input (file styling)
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1382 */
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1383 #content div.box div.form div.fields div.field div.input a.ui-input-file
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1384 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1385 margin: 0 0 0 6px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1386 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1387 width: 28px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1388 height: 28px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1389 display: inline;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1390 position: absolute;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1391 overflow: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1392 cursor: pointer;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1393 background: #e5e3e3 url("../images/button_browse.png") no-repeat;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1394 border: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1395 text-decoration: none;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1396 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1397
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1398 #content div.box div.form div.fields div.field div.input a:hover.ui-input-file
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1399 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1400 background: #e5e3e3 url("../images/button_browse_selected.png")
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1401 no-repeat;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1402 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1403
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1404 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1405 content / right / forms / textarea
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1406 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1407 #content div.box div.form div.fields div.field div.textarea {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1408 margin: 0 0 0 200px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1409 padding: 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1410 border-top: 1px solid #b3b3b3;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1411 border-left: 1px solid #b3b3b3;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1412 border-right: 1px solid #eaeaea;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1413 border-bottom: 1px solid #eaeaea;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1414 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1415
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1416 #content div.box div.form div.fields div.field div.textarea-editor {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1417 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1418 border: 1px solid #dddddd;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1419 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1420
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1421 #content div.box-left div.form div.fields div.field div.textarea,#content div.box-right div.form div.fields div.field div.textarea
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1422 {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1423 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1424 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1425
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1426 #content div.box div.form div.fields div.field div.textarea textarea {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1427 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1428 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1429 width: 100%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1430 height: 220px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1431 overflow: hidden;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1432 background: #FFFFFF;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1433 border-width: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1434 color: #000000;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1435 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1436 Lucida Sans Unicode, Arial, sans-serif;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1437 font-size: 11px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1438 outline: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1439 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1440
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1441 #content div.box-left div.form div.fields div.field div.textarea textarea,#content div.box-right div.form div.fields div.field div.textarea textarea
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1442 {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1443 width: 100%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1444 height: 100px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1445 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1446
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1447 #content div.box div.form div.fields div.field div.textarea textarea.error
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1448 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1449 padding: 3px 10px 10px 23px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1450 background-color: #FBE3E4;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1451 background-image: url("../../../resources/images/icons/exclamation.png");
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1452 background-repeat: no-repeat;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1453 background-position: 3px 3px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1454 border: 1px solid #FBC2C4;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1455 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1456
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1457 #content div.box div.form div.fields div.field div.textarea textarea.success
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1458 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1459 padding: 3px 10px 10px 23px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1460 background-color: #E6EFC2;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1461 background-image: url("../../../resources/images/icons/accept.png");
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1462 background-repeat: no-repeat;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1463 background-position: 3px 3px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1464 border: 1px solid #C6D880;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1465 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1466
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1467 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1468 content / right / forms / textarea (tinymce editor)
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1469 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1470 #content div.box div.form div.fields div.field div.textarea table {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1471 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1472 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1473 width: 100%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1474 border: none;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1475 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1476
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1477 #content div.box div.form div.fields div.field div.textarea table td {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1478 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1479 background: #DDDDDD;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1480 border: none;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1481 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1482
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1483 #content div.box div.form div.fields div.field div.textarea table td table
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1484 {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1485 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1486 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1487 width: auto;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1488 border: none;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1489 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1490
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1491 #content div.box div.form div.fields div.field div.textarea table td table td
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1492 {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1493 padding: 5px 5px 5px 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1494 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1495 Lucida Sans Unicode, Arial, sans-serif;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1496 font-size: 11px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1497 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1498
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1499 #content div.box div.form div.fields div.field div.textarea table td table td a
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1500 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1501 border: none;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1502 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1503
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1504 #content div.box div.form div.fields div.field div.textarea table td table td a.mceButtonActive
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1505 {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1506 background: #b1b1b1;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1507 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1508
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1509 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1510 content / right / forms / select
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1511 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1512 #content div.box div.form div.fields div.field div.select {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1513 margin: 0 0 0 200px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1514 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1515 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1516
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1517 #content div.box div.form div.fields div.field div.select a:hover {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1518 color: #000000;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1519 text-decoration: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1520 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1521
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1522 #content div.box div.form div.fields div.field div.select select {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1523 margin: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1524 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1525
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1526 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1527 content / right / forms / select (jquery styling)
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1528 */
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1529 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1530 {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1531 border: 1px solid #666666;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1532 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1533
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1534 #content div.box div.form div.fields div.field div.select a.ui-selectmenu
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1535 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1536 color: #565656;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1537 text-decoration: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1538 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1539
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1540 #content div.box div.form div.fields div.field div.select a.ui-selectmenu:hover
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1541 {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1542 color: #000000;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1543 text-decoration: none;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1544 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1545
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1546 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus span.ui-icon
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1547 {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1548 background-image: url(../images/ui/ui-icons_222222_256x240.png);
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1549 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1550
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1551 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1552 content / right / forms / element focus
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1553 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1554 #content div.box div.form div.fields div.field input[type=text]:focus,#content div.box div.form div.fields div.field input[type=password]:focus,#content div.box div.form div.fields div.field input[type=file]:focus,#content div.box div.form div.fields div.field textarea:focus,#content div.box div.form div.fields div.field select:focus
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1555 {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1556 background: #f6f6f6;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1557 border-color: #666;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1558 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1559
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1560 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1561 content / right / forms / checkboxes
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1562 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1563 #content div.box div.form div.fields div.field div.checkboxes {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1564 margin: 0 0 0 200px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1565 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1566 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1567
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1568 #content div.box div.form div.fields div.field div.checkboxes div.checkbox
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1569 {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1570 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1571 padding: 2px 0 2px 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1572 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1573 overflow: hidden;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1574 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1575
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1576 #content div.box div.form div.fields div.field div.checkboxes div.checkbox input
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1577 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1578 margin: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1579 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1580 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1581
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1582 #content div.box div.form div.fields div.field div.checkboxes div.checkbox label
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1583 {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1584 margin: 3px 0 0 4px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1585 height: 1%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1586 display: block;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1587 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1588 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1589
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1590 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1591 content / right / forms / radios
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1592 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1593 #content div.box div.form div.fields div.field div.radios {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1594 margin: 0 0 0 200px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1595 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1596 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1597
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1598 #content div.box div.form div.fields div.field div.radios div.radio {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1599 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1600 padding: 2px 0 2px 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1601 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1602 overflow: hidden;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1603 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1604
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1605 #content div.box div.form div.fields div.field div.radios div.radio input
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1606 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1607 margin: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1608 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1609 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1610
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1611 #content div.box div.form div.fields div.field div.radios div.radio label
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1612 {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1613 margin: 3px 0 0 4px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1614 height: 1%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1615 display: block;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1616 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1617 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1618
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1619 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1620 content / right / forms / button
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1621 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1622 div.form div.fields div.field div.button {
397
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1623 margin: 0;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1624 padding: 0 0 0 8px;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1625 }
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1626
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1627 div.form div.fields div.field div.button input {
397
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1628 margin: 0;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1629 color: #000000;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1630 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1631 Lucida Sans Unicode, Arial, sans-serif;
397
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1632 font-size: 11px;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1633 font-weight: bold;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1634 }
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1635
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1636 div.form div.fields div.field div.button .ui-state-default {
397
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1637 margin: 0;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1638 padding: 6px 12px 6px 12px;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1639 background: #e5e3e3 url("../images/button.png") repeat-x;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1640 border-top: 1px solid #DDDDDD;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1641 border-left: 1px solid #c6c6c6;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1642 border-right: 1px solid #DDDDDD;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1643 border-bottom: 1px solid #c6c6c6;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1644 color: #515151;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1645 outline: none;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1646 }
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1647
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1648 div.form div.fields div.field div.button .ui-state-hover {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1649 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1650 padding: 6px 12px 6px 12px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1651 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1652 border-top: 1px solid #cccccc;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1653 border-left: 1px solid #bebebe;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1654 border-right: 1px solid #b1b1b1;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1655 border-bottom: 1px solid #afafaf;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1656 color: #515151;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1657 outline: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1658 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1659
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1660 div.form div.fields div.field div.highlight {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1661 display: inline;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1662 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1663
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1664 div.form div.fields div.field div.highlight .ui-state-default {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1665 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1666 padding: 6px 12px 6px 12px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1667 background: #4e85bb url("../images/button_highlight.png") repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1668 border-top: 1px solid #5c91a4;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1669 border-left: 1px solid #2a6f89;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1670 border-right: 1px solid #2b7089;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1671 border-bottom: 1px solid #1a6480;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1672 color: #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1673 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1674
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1675 div.form div.fields div.field div.highlight .ui-state-hover {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1676 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1677 padding: 6px 12px 6px 12px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1678 background: #46a0c1 url("../images/button_highlight_selected.png")
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1679 repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1680 border-top: 1px solid #78acbf;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1681 border-left: 1px solid #34819e;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1682 border-right: 1px solid #35829f;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1683 border-bottom: 1px solid #257897;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1684 color: #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1685 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1686
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1687 /*
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1688 content / right / forms / buttons
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1689 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1690 #content div.box div.form div.fields div.buttons {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1691 margin: 10px 0 0 200px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1692 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1693 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1694
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1695 #content div.box-left div.form div.fields div.buttons,#content div.box-right div.form div.fields div.buttons
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1696 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1697 margin: 10px 0 0 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1698 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1699
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1700 #content div.box div.form div.fields div.buttons input {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1701 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1702 color: #000000;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1703 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1704 Lucida Sans Unicode, Arial, sans-serif;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1705 font-size: 11px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1706 font-weight: bold;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1707 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1708
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1709 /*
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1710 content / right / forms / buttons
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1711 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1712 div.form div.fields div.buttons {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1713 margin: 10px 0 0 200px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1714 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1715 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1716
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1717 div.box-left div.form div.fields div.buttons,div.box-right div.form div.fields div.buttons
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1718 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1719 margin: 10px 0 0 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1720 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1721
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1722 div.form div.fields div.buttons input {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1723 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1724 color: #000000;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1725 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1726 Lucida Sans Unicode, Arial, sans-serif;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1727 font-size: 11px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1728 font-weight: bold;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1729 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1730
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1731 /*
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1732 content / right / forms / buttons (jquery styling)
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1733 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1734 #content div.box div.form div.fields div.buttons input.ui-state-default
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1735 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1736 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1737 padding: 6px 12px 6px 12px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1738 background: #e5e3e3 url("../images/button.png") repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1739 border-top: 1px solid #DDDDDD;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1740 border-left: 1px solid #c6c6c6;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1741 border-right: 1px solid #DDDDDD;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1742 border-bottom: 1px solid #c6c6c6;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1743 color: #515151;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1744 outline: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1745 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1746
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1747 #content div.box div.form div.fields div.buttons input.ui-state-hover {
397
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1748 margin: 0;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1749 padding: 6px 12px 6px 12px;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1750 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1751 border-top: 1px solid #cccccc;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1752 border-left: 1px solid #bebebe;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1753 border-right: 1px solid #b1b1b1;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1754 border-bottom: 1px solid #afafaf;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1755 color: #515151;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1756 outline: none;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1757 }
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1758
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1759 #content div.box div.form div.fields div.buttons div.highlight {
397
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1760 display: inline;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1761 }
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1762
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1763 #content div.box div.form div.fields div.buttons div.highlight input.ui-state-default
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1764 {
397
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1765 margin: 0;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1766 padding: 6px 12px 6px 12px;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1767 background: #4e85bb url("../images/button_highlight.png") repeat-x;
397
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1768 border-top: 1px solid #5c91a4;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1769 border-left: 1px solid #2a6f89;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1770 border-right: 1px solid #2b7089;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1771 border-bottom: 1px solid #1a6480;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1772 color: #FFFFFF;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1773 }
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1774
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1775 #content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1776 {
397
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1777 margin: 0;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1778 padding: 6px 12px 6px 12px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1779 background: #46a0c1 url("../images/button_highlight_selected.png")
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1780 repeat-x;
397
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1781 border-top: 1px solid #78acbf;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1782 border-left: 1px solid #34819e;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1783 border-right: 1px solid #35829f;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1784 border-bottom: 1px solid #257897;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1785 color: #FFFFFF;
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1786 }
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1787
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1788 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1789 content / right / box / tables
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1790 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1791 #content div.box div.table {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1792 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1793 padding: 0 20px 10px 20px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1794 clear: both;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1795 overflow: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1796 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1797
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1798 #content div.box table {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1799 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1800 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1801 width: 100%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1802 border-collapse: collapse;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1803 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1804
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1805 #content div.box table th {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1806 padding: 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1807 background: #eeeeee;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1808 border-bottom: 1px solid #dddddd;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1809 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1810
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1811 #content div.box table th.left {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1812 text-align: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1813 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1814
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1815 #content div.box table th.right {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1816 text-align: right;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1817 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1818
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1819 #content div.box table th.center {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1820 text-align: center;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1821 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1822
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1823 #content div.box table th.selected {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1824 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1825 vertical-align: middle;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1826 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1827
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1828 #content div.box table th.selected input {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1829 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1830 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1831
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1832 #content div.box table td {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1833 padding: 5px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1834 background: #ffffff;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1835 border-bottom: 1px solid #cdcdcd;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1836 vertical-align: middle;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1837 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1838
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1839 #content div.box table tr.selected td {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1840 background: #FFFFCC;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1841 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1842
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1843 #content div.box table td.selected {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1844 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1845 width: 3%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1846 text-align: center;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1847 vertical-align: middle;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1848 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1849
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1850 #content div.box table td.selected input {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1851 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1852 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1853
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1854 #content div.box table td.action {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1855 width: 45%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1856 text-align: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1857 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1858
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1859 #content div.box table td.user {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1860 width: 10%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1861 text-align: center;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1862 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1863
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1864 #content div.box table td.date {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1865 width: 33%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1866 text-align: center;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1867 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1868
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1869 #content div.box table td.address {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1870 width: 10%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1871 text-align: center;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1872 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1873
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1874 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1875 content / right / box / table action
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1876 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1877 #content div.box div.action {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1878 margin: 10px 0 0 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1879 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1880 float: right;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1881 background: #FFFFFF;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1882 text-align: right;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1883 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1884
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1885 #content div.box div.action a:hover {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1886 color: #000000;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1887 text-decoration: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1888 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1889
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1890 #content div.box div.action select {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1891 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1892 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1893 Lucida Sans Unicode, Arial, sans-serif;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1894 font-size: 11px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1895 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1896
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1897 #content div.box div.action div.button {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1898 margin: 6px 0 0 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1899 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1900 text-align: right;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1901 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1902
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1903 #content div.box div.action div.button input {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1904 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1905 color: #000000;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1906 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1907 Lucida Sans Unicode, Arial, sans-serif;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1908 font-size: 11px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1909 font-weight: bold;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1910 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1911
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1912 #content div.box div.action div.button input.ui-state-default {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1913 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1914 padding: 6px 12px 6px 12px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1915 background: #e5e3e3 url("../images/button.png") repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1916 border-top: 1px solid #DDDDDD;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1917 border-left: 1px solid #c6c6c6;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1918 border-right: 1px solid #DDDDDD;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1919 border-bottom: 1px solid #c6c6c6;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1920 color: #515151;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1921 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1922
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1923 #content div.box div.action div.button input.ui-state-hover {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1924 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1925 padding: 6px 12px 6px 12px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1926 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1927 border-top: 1px solid #cccccc;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1928 border-left: 1px solid #bebebe;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1929 border-right: 1px solid #b1b1b1;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1930 border-bottom: 1px solid #afafaf;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1931 color: #515151;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1932 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1933
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1934 #content div.box div.action .ui-selectmenu {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1935 margin: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1936 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1937 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1938
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1939 #content div.box div.action a.ui-selectmenu-focus {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1940 border: 1px solid #666666;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1941 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1942
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1943 #content div.box div.action a.ui-selectmenu-focus span.ui-icon {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1944 background-image: url(../images/ui/ui-icons_222222_256x240.png);
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1945 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1946
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1947 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1948 content / right / pagination
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
1949 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1950 #content div.box div.pagination {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1951 margin: 10px 0 0 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1952 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1953 height: 1%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1954 clear: both;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1955 overflow: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1956 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1957
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1958 #content div.box div.pagination div.results {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1959 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1960 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1961 text-align: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1962 float: left
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1963 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1964
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1965 #content div.box div.pagination div.results span {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1966 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1967 padding: 6px 8px 6px 8px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1968 height: 1%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1969 display: block;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1970 float: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1971 background: #ebebeb url("../images/pager.png") repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1972 border-top: 1px solid #dedede;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1973 border-left: 1px solid #cfcfcf;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1974 border-right: 1px solid #c4c4c4;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1975 border-bottom: 1px solid #c4c4c4;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1976 color: #4A4A4A;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1977 font-weight: bold;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1978 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1979
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1980 #content div.box div.pagination ul.pager {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1981 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1982 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1983 float: right;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1984 text-align: right;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1985 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1986
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1987 #content div.box div.pagination ul.pager li {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1988 margin: 0 0 0 4px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1989 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1990 height: 1%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1991 float: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1992 list-style: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1993 background: #ebebeb url("../images/pager.png") repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1994 border-top: 1px solid #dedede;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1995 border-left: 1px solid #cfcfcf;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1996 border-right: 1px solid #c4c4c4;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1997 border-bottom: 1px solid #c4c4c4;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1998 color: #4A4A4A;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1999 font-weight: bold;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2000 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2001
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2002 #content div.box div.pagination ul.pager li.separator {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2003 padding: 6px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2004 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2005
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2006 #content div.box div.pagination ul.pager li.current {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2007 padding: 6px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2008 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2009 border-top: 1px solid #cccccc;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2010 border-left: 1px solid #bebebe;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2011 border-right: 1px solid #b1b1b1;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2012 border-bottom: 1px solid #afafaf;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2013 color: #515151;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2014 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2015
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2016 #content div.box div.pagination ul.pager li.disabled {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2017 padding: 6px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2018 color: #B4B4B4;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2019 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2020
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2021 #content div.box div.pagination ul.pager li a {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2022 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2023 padding: 6px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2024 height: 1%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2025 display: block;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2026 float: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2027 color: #515151;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2028 text-decoration: none;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2029 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2030
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2031 #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2032 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2033 margin: -1px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2034 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2035 border-top: 1px solid #cccccc;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2036 border-left: 1px solid #bebebe;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2037 border-right: 1px solid #b1b1b1;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2038 border-bottom: 1px solid #afafaf;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2039 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2040
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2041 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2042 content / webhelpers pagination
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2043 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2044 #content div.box div.pagination-wh {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2045 margin: 10px 0 0 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2046 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2047 height: 1%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2048 clear: both;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2049 overflow: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2050 text-align: right;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2051 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2052
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2053 #content div.box div.pagination-wh div.results {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2054 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2055 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2056 text-align: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2057 float: left
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2058 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2059
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2060 #content div.box div.pagination-wh div.results span {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2061 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2062 padding: 6px 8px 6px 8px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2063 height: 1%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2064 display: block;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2065 float: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2066 background: #ebebeb url("../images/pager.png") repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2067 border-top: 1px solid #dedede;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2068 border-left: 1px solid #cfcfcf;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2069 border-right: 1px solid #c4c4c4;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2070 border-bottom: 1px solid #c4c4c4;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2071 color: #4A4A4A;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2072 font-weight: bold;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2073 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2074
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2075 #content div.box div.pagination-left {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2076 float: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2077 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2078
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2079 #content div.box div.pagination-right {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2080 float: right;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2081 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2082
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2083 #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2084 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2085 margin: 0 0 0 4px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2086 padding: 6px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2087 height: 1%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2088 float: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2089 background: #ebebeb url("../images/pager.png") repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2090 border-top: 1px solid #dedede;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2091 border-left: 1px solid #cfcfcf;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2092 border-right: 1px solid #c4c4c4;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2093 border-bottom: 1px solid #c4c4c4;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2094 color: #4A4A4A;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2095 font-weight: bold;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2096 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2097
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2098 #content div.box div.pagination-wh span.pager_curpage {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2099 margin: 0 0 0 4px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2100 padding: 6px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2101 height: 1%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2102 float: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2103 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2104 border-top: 1px solid #cccccc;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2105 border-left: 1px solid #bebebe;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2106 border-right: 1px solid #b1b1b1;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2107 border-bottom: 1px solid #afafaf;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2108 color: #515151;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2109 font-weight: bold;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2110 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2111
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2112 #content div.box div.pagination-wh a.disabled {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2113 padding: 6px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2114 color: #B4B4B4;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2115 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2116
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2117 #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2118 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2119 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2120 border-top: 1px solid #cccccc;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2121 border-left: 1px solid #bebebe;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2122 border-right: 1px solid #b1b1b1;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2123 border-bottom: 1px solid #afafaf;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2124 text-decoration: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2125 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2126
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2127 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2128 content / right / traffic chart
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2129 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2130 #content div.box div.traffic {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2131 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2132 padding: 0 20px 10px 20px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2133 clear: both;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2134 overflow: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2135 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2136
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2137 #content div.box div.traffic div.legend {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2138 margin: 0 0 10px 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2139 padding: 0 0 10px 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2140 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2141 overflow: hidden;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2142 border-bottom: 1px solid #dddddd;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2143 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2144
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2145 #content div.box div.traffic div.legend h6 {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2146 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2147 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2148 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2149 border: none;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2150 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2151
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2152 #content div.box div.traffic div.legend ul {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2153 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2154 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2155 float: right;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2156 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2157
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2158 #content div.box div.traffic div.legend li {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2159 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2160 padding: 0 8px 0 4px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2161 list-style: none;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2162 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2163 font-size: 11px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2164 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2165
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2166 #content div.box div.traffic div.legend li.visits {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2167 border-left: 12px solid #edc240;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2168 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2169
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2170 #content div.box div.traffic div.legend li.pageviews {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2171 border-left: 12px solid #afd8f8;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2172 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2173
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2174 #content div.box div.traffic table {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2175 width: auto;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2176 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2177
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2178 #content div.box div.traffic table td {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2179 padding: 2px 3px 3px 3px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2180 background: transparent;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2181 border: none;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2182 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2183
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2184 #content div.box div.traffic table td.legendLabel {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2185 padding: 0 3px 2px 3px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2186 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2187
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2188 /*
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2189 footer
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2190 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2191 #footer {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2192 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2193 padding: 0px 30px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2194 clear: both;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2195 overflow: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2196 background: url("../images/header_background.png") repeat scroll 0 0 #B0B0B0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2197 text-align: right;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2198 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2199
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2200 #footer p {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2201 background:none repeat scroll 0 0 #2F2F2F;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2202 color:#FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2203 font-weight:bold;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2204 padding:15px 25px 15px 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2205 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2206
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2207 /*
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2208 login
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2209 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2210 #login {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2211 margin: 10% auto 0 auto;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2212 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2213 width: 420px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2214 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2215
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2216 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2217 login / colors
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2218 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2219 #login div.color {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2220 margin: 10px auto 0 auto;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2221 padding: 3px 3px 3px 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2222 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2223 overflow: hidden;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2224 background: #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2225 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2226
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2227 #login div.color a {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2228 margin: 0 0 0 3px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2229 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2230 width: 20px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2231 height: 20px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2232 display: block;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2233 float: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2234 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2235
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2236 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2237 login / title
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2238 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2239 #login div.title {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2240 margin: 0 auto;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2241 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2242 width: 420px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2243 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2244 overflow: hidden;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2245 position: relative;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2246 background: #003367 url("../images/header_inner.png") repeat-x;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2247 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2248
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2249 #login div.title h5 {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2250 margin: 10px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2251 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2252 color: #ffffff;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2253 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2254
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2255 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2256 login / title / corners
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2257 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2258 #login div.title div.corner {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2259 height: 6px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2260 width: 6px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2261 position: absolute;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2262 background: url("../images/login_corners.png") no-repeat;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2263 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2264
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2265 #login div.title div.tl {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2266 top: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2267 left: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2268 background-position: 0 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2269 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2270
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2271 #login div.title div.tr {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2272 top: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2273 right: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2274 background-position: -6px 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2275 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2276
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2277 #login div.inner {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2278 margin: 0 auto;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2279 padding: 20px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2280 width: 380px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2281 background: #FFFFFF url("../images/login.png") no-repeat top left;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2282 border-top: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2283 border-bottom: none;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2284 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2285
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2286 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2287 login / form
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2288 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2289 #login div.form {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2290 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2291 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2292 clear: both;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2293 overflow: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2294 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2295
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2296 #login div.form div.fields {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2297 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2298 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2299 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2300 overflow: hidden;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2301 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2302
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2303 #login div.form div.fields div.field {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2304 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2305 padding: 0 0 10px 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2306 clear: both;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2307 overflow: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2308 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2309
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2310 #login div.form div.fields div.field span.error-message {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2311 margin: 8px 0 0 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2312 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2313 height: 1%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2314 display: block;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2315 color: #FF0000;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2316 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2317
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2318 #login div.form div.fields div.field div.label {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2319 margin: 2px 10px 0 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2320 padding: 5px 0 0 5px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2321 width: 173px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2322 float: left;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2323 text-align: right;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2324 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2325
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2326 #login div.form div.fields div.field div.label label {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2327 color: #000000;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2328 font-weight: bold;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2329 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2330
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2331 #login div.form div.fields div.field div.label span {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2332 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2333 padding: 2px 0 0 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2334 height: 1%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2335 display: block;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2336 color: #363636;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2337 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2338
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2339 #login div.form div.fields div.field div.input {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2340 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2341 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2342 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2343 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2344
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2345 #login div.form div.fields div.field div.input input {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2346 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2347 padding: 7px 7px 6px 7px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2348 width: 176px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2349 background: #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2350 border-top: 1px solid #b3b3b3;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2351 border-left: 1px solid #b3b3b3;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2352 border-right: 1px solid #eaeaea;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2353 border-bottom: 1px solid #eaeaea;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2354 color: #000000;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2355 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2356 Lucida Sans Unicode, Arial, sans-serif;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2357 font-size: 11px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2358 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2359
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2360 #login div.form div.fields div.field div.input input.error {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2361 background: #FBE3E4;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2362 border-top: 1px solid #e1b2b3;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2363 border-left: 1px solid #e1b2b3;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2364 border-right: 1px solid #FBC2C4;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2365 border-bottom: 1px solid #FBC2C4;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2366 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2367
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2368 #login div.form div.fields div.field div.input input.success {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2369 background: #E6EFC2;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2370 border-top: 1px solid #cebb98;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2371 border-left: 1px solid #cebb98;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2372 border-right: 1px solid #c6d880;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2373 border-bottom: 1px solid #c6d880;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2374 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2375
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2376 #login div.form div.fields div.field div.input div.link {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2377 margin: 6px 0 0 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2378 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2379 text-align: right;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2380 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2381
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2382 #login div.form div.fields div.field div.checkbox {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2383 margin: 0 0 0 184px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2384 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2385 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2386
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2387 #login div.form div.fields div.field div.checkbox label {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2388 color: #565656;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2389 font-weight: bold;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2390 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2391
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2392 #login div.form div.fields div.buttons {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2393 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2394 padding: 10px 0 0 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2395 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2396 overflow: hidden;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2397 border-top: 1px solid #DDDDDD;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2398 text-align: right;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2399 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2400
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2401 #login div.form div.fields div.buttons input {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2402 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2403 color: #000000;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2404 font-size: 1.0em;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2405 font-weight: bold;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2406 font-family: Verdana, Helvetica, Sans-Serif;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2407 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2408
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2409 #login div.form div.fields div.buttons input.ui-state-default {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2410 margin: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2411 padding: 6px 12px 6px 12px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2412 background: #e5e3e3 url("../images/button.png") repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2413 border-top: 1px solid #DDDDDD;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2414 border-left: 1px solid #c6c6c6;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2415 border-right: 1px solid #DDDDDD;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2416 border-bottom: 1px solid #c6c6c6;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2417 color: #515151;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2418 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2419
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2420 #login div.form div.fields div.buttons input.ui-state-hover {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2421 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2422 padding: 6px 12px 6px 12px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2423 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2424 border-top: 1px solid #cccccc;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2425 border-left: 1px solid #bebebe;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2426 border-right: 1px solid #b1b1b1;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2427 border-bottom: 1px solid #afafaf;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2428 color: #515151;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2429 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2430
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2431 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2432 login / links
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2433 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2434 #login div.form div.links {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2435 margin: 10px 0 0 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2436 padding: 0 0 2px 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2437 clear: both;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2438 overflow: hidden;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2439 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2440
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2441 /*
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2442 register
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2443 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2444 #register {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2445 margin: 10% auto 0 auto;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2446 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2447 width: 420px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2448 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2449
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2450 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2451 register / colors
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2452 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2453 #register div.color {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2454 margin: 10px auto 0 auto;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2455 padding: 3px 3px 3px 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2456 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2457 overflow: hidden;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2458 background: #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2459 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2460
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2461 #register div.color a {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2462 margin: 0 0 0 3px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2463 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2464 width: 20px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2465 height: 20px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2466 display: block;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2467 float: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2468 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2469
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2470 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2471 register / title
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2472 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2473 #register div.title {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2474 margin: 0 auto;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2475 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2476 width: 420px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2477 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2478 overflow: hidden;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2479 position: relative;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2480 background: #003367 url("../images/header_inner.png") repeat-x;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2481 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2482
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2483 #register div.title h5 {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2484 margin: 10px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2485 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2486 color: #ffffff;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2487 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2488
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2489 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2490 register / inner
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2491 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2492 #register div.title div.corner {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2493 height: 6px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2494 width: 6px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2495 position: absolute;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2496 background: url("../images/login_corners.png") no-repeat;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2497 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2498
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2499 #register div.title div.tl {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2500 top: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2501 left: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2502 background-position: 0 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2503 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2504
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2505 #register div.title div.tr {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2506 top: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2507 right: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2508 background-position: -6px 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2509 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2510
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2511 #register div.inner {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2512 margin: 0 auto;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2513 padding: 20px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2514 width: 380px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2515 background: #FFFFFF;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2516 border-top: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2517 border-bottom: none;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2518 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2519
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2520 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2521 register / form
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2522 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2523 #register div.form {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2524 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2525 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2526 clear: both;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2527 overflow: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2528 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2529
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2530 #register div.form div.fields {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2531 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2532 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2533 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2534 overflow: hidden;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2535 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2536
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2537 #register div.form div.fields div.field {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2538 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2539 padding: 0 0 10px 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2540 clear: both;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2541 overflow: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2542 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2543
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2544 #register div.form div.fields div.field span.error-message {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2545 margin: 8px 0 0 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2546 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2547 height: 1%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2548 display: block;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2549 color: #FF0000;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2550 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2551
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2552 #register div.form div.fields div.field div.label {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2553 margin: 2px 10px 0 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2554 padding: 5px 0 0 5px;
366
0f35fa0f4eb8 fixed some html and styles, added owner into admin repo list
Marcin Kuzminski <marcin@python-works.com>
parents: 362
diff changeset
2555 width: 100px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2556 float: left;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2557 text-align: right;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2558 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2559
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2560 #register div.form div.fields div.field div.label label {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2561 color: #000000;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2562 font-weight: bold;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2563 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2564
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2565 #register div.form div.fields div.field div.label span {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2566 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2567 padding: 2px 0 0 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2568 height: 1%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2569 display: block;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2570 color: #363636;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2571 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2572
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2573 #register div.form div.fields div.field div.input {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2574 margin: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2575 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2576 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2577 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2578
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2579 #register div.form div.fields div.field div.input input {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2580 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2581 padding: 7px 7px 6px 7px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2582 width: 245px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2583 background: #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2584 border-top: 1px solid #b3b3b3;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2585 border-left: 1px solid #b3b3b3;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2586 border-right: 1px solid #eaeaea;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2587 border-bottom: 1px solid #eaeaea;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2588 color: #000000;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2589 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2590 Lucida Sans Unicode, Arial, sans-serif;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2591 font-size: 11px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2592 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2593
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2594 #register div.form div.fields div.field div.input input.error {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2595 background: #FBE3E4;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2596 border-top: 1px solid #e1b2b3;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2597 border-left: 1px solid #e1b2b3;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2598 border-right: 1px solid #FBC2C4;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2599 border-bottom: 1px solid #FBC2C4;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2600 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2601
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2602 #register div.form div.fields div.field div.input input.success {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2603 background: #E6EFC2;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2604 border-top: 1px solid #cebb98;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2605 border-left: 1px solid #cebb98;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2606 border-right: 1px solid #c6d880;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2607 border-bottom: 1px solid #c6d880;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2608 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2609
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2610 #register div.form div.fields div.field div.input div.link {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2611 margin: 6px 0 0 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2612 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2613 text-align: right;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2614 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2615
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2616 #register div.form div.fields div.field div.checkbox {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2617 margin: 0 0 0 184px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2618 padding: 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2619 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2620
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2621 #register div.form div.fields div.field div.checkbox label {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2622 color: #565656;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2623 font-weight: bold;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2624 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2625
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2626 #register div.form div.fields div.buttons {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2627 margin: 0;
471
ac559565c6b8 config change little style fix for form buttons
Marcin Kuzminski <marcin@python-works.com>
parents: 455
diff changeset
2628 padding: 10px 0 0 114px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2629 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2630 overflow: hidden;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2631 border-top: 1px solid #DDDDDD;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2632 text-align: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2633 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2634
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2635 #register div.form div.fields div.buttons input {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2636 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2637 color: #000000;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2638 font-size: 1.0em;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2639 font-weight: bold;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2640 font-family: Verdana, Helvetica, Sans-Serif;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2641 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2642
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2643 #register div.form div.fields div.buttons input.ui-state-default {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2644 margin: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2645 padding: 6px 12px 6px 12px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2646 background: #e5e3e3 url("../images/button.png") repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2647 border-top: 1px solid #DDDDDD;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2648 border-left: 1px solid #c6c6c6;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2649 border-right: 1px solid #DDDDDD;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2650 border-bottom: 1px solid #c6c6c6;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2651 color: #515151;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2652 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2653
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2654 #register div.form div.fields div.buttons div.highlight input.ui-state-default
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2655 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2656 background: url("../images/button_highlight.png") repeat-x scroll 0 0
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2657 #4E85BB;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2658 border-color: #5C91A4 #2B7089 #1A6480 #2A6F89;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2659 border-style: solid;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2660 border-width: 1px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2661 color: #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2662 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2663
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2664 #register div.form div.fields div.buttons input.ui-state-hover {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2665 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2666 padding: 6px 12px 6px 12px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2667 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2668 border-top: 1px solid #cccccc;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2669 border-left: 1px solid #bebebe;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2670 border-right: 1px solid #b1b1b1;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2671 border-bottom: 1px solid #afafaf;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2672 color: #515151;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2673 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2674
416
25ab66a26975 fix for new bcrypt password.
Marcin Kuzminski <marcin@python-works.com>
parents: 410
diff changeset
2675 #register div.form div.activation_msg {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2676 padding-top: 4px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2677 padding-bottom: 4px;
416
25ab66a26975 fix for new bcrypt password.
Marcin Kuzminski <marcin@python-works.com>
parents: 410
diff changeset
2678 }
25ab66a26975 fix for new bcrypt password.
Marcin Kuzminski <marcin@python-works.com>
parents: 410
diff changeset
2679
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2680 /*
409
9b6c1de4ce9e some small template fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 402
diff changeset
2681 SUMMARY
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2682 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2683 .trending_language_tbl,.trending_language_tbl td {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2684 margin: 0px !important;
506
d5efb83590ef fixed lock decorator bug which didn't release the lock after func execution and rewrote the pidlock a little with Ask Solem suggestions!
Marcin Kuzminski <marcin@python-works.com>
parents: 477
diff changeset
2685 padding: 0px !important;
d5efb83590ef fixed lock decorator bug which didn't release the lock after func execution and rewrote the pidlock a little with Ask Solem suggestions!
Marcin Kuzminski <marcin@python-works.com>
parents: 477
diff changeset
2686 border: 0 !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2687 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2688
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2689 .trending_language {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2690 -moz-border-radius-bottomright: 4px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2691 -moz-border-radius-topright: 4px;
506
d5efb83590ef fixed lock decorator bug which didn't release the lock after func execution and rewrote the pidlock a little with Ask Solem suggestions!
Marcin Kuzminski <marcin@python-works.com>
parents: 477
diff changeset
2692 border-bottom-right-radius: 4px 4px;
d5efb83590ef fixed lock decorator bug which didn't release the lock after func execution and rewrote the pidlock a little with Ask Solem suggestions!
Marcin Kuzminski <marcin@python-works.com>
parents: 477
diff changeset
2693 border-top-right-radius: 4px 4px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2694 background-color: #336699;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2695 color: #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2696 display: block;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2697 min-width: 20px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2698 max-width: 400px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2699 padding: 3px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2700 text-decoration: none;
546
7c2f5e4d7bbf small css fix
Marcin Kuzminski <marcin@python-works.com>
parents: 542
diff changeset
2701 height: 12px;
506
d5efb83590ef fixed lock decorator bug which didn't release the lock after func execution and rewrote the pidlock a little with Ask Solem suggestions!
Marcin Kuzminski <marcin@python-works.com>
parents: 477
diff changeset
2702 margin-bottom: 4px;
d5efb83590ef fixed lock decorator bug which didn't release the lock after func execution and rewrote the pidlock a little with Ask Solem suggestions!
Marcin Kuzminski <marcin@python-works.com>
parents: 477
diff changeset
2703 margin-left: 5px;
551
f57aaf673743 fixed initial commit missing parents div,
Marcin Kuzminski <marcin@python-works.com>
parents: 547
diff changeset
2704 white-space: pre;
506
d5efb83590ef fixed lock decorator bug which didn't release the lock after func execution and rewrote the pidlock a little with Ask Solem suggestions!
Marcin Kuzminski <marcin@python-works.com>
parents: 477
diff changeset
2705 }
409
9b6c1de4ce9e some small template fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 402
diff changeset
2706
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2707 #clone_url {
409
9b6c1de4ce9e some small template fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 402
diff changeset
2708 border: none;
9b6c1de4ce9e some small template fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 402
diff changeset
2709 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2710
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2711 /*
448
4679105ef03e more css html fixes (+cleanups), rewrote definition list for files
Marcin Kuzminski <marcin@python-works.com>
parents: 447
diff changeset
2712 FILES
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2713 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2714 h3.files_location {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2715 font-size: 1.8em;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2716 font-weight: bold;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2717 margin: 10px 0 !important;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2718 border-bottom: none !important;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2719 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2720
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2721 #files_data.dl {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2722
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2723 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2724
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2725 #files_data dl dt {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2726 float: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2727 margin: 0 !important;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2728 padding: 5px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2729 width: 115px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2730 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2731
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2732 #files_data dl dd {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2733 margin: 0 !important;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2734 padding: 5px !important;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2735 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2736
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2737 /*
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2738 CHANGESETS
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2739 */
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2740 #changeset_content {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2741 border: 1px solid #CCCCCC;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2742 padding: 5px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2743 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2744
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2745 #changeset_content .container .wrapper {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2746 width: 600px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2747 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2748
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2749 #changeset_content .container {
529
3a567e329fb6 updated whoosh deps,
Marcin Kuzminski <marcin@python-works.com>
parents: 528
diff changeset
2750 min-height: 120px;
3a567e329fb6 updated whoosh deps,
Marcin Kuzminski <marcin@python-works.com>
parents: 528
diff changeset
2751 font-size: 1.2em;
541
c8798599cf8d fixed displaying multi line commit messages,
Marcin Kuzminski <marcin@python-works.com>
parents: 529
diff changeset
2752 overflow: hidden;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2753 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2754
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2755 #changeset_content .container .left {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2756 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2757 width: 70%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2758 padding-left: 5px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2759 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2760
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2761 #changeset_content .container .right {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2762 float: right;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2763 width: 25%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2764 text-align: right;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2765 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2766
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2767 #changeset_content .container .left .date {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2768 font-weight: bold;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2769 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2770
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2771 #changeset_content .container .left .author {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2772
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2773 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2774
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2775 #changeset_content .container .left .message {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2776 font-style: italic;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2777 color: #556CB5;
541
c8798599cf8d fixed displaying multi line commit messages,
Marcin Kuzminski <marcin@python-works.com>
parents: 529
diff changeset
2778 white-space: pre-wrap;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2779 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2780
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2781 .cs_files {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2782
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2783 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2784
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2785 .cs_files .cs_added {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2786 background: url("/images/icons/page_white_add.png") no-repeat scroll 3px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2787 /*background-color:#BBFFBB;*/
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2788 height: 16px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2789 padding-left: 20px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2790 margin-top: 7px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2791 text-align: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2792 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2793
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2794 .cs_files .cs_changed {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2795 background: url("/images/icons/page_white_edit.png") no-repeat scroll
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2796 3px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2797 /*background-color: #FFDD88;*/
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2798 height: 16px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2799 padding-left: 20px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2800 margin-top: 7px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2801 text-align: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2802 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2803
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2804 .cs_files .cs_removed {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2805 background: url("/images/icons/page_white_delete.png") no-repeat scroll
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2806 3px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2807 /*background-color: #FF8888;*/
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2808 height: 16px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2809 padding-left: 20px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2810 margin-top: 7px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2811 text-align: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2812 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2813
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2814 /*
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2815 CHANGESETS - CANVAS
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2816 */
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2817 #graph {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2818 overflow: hidden;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2819 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2820
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2821 #graph_nodes {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2822 width: 160px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2823 float: left;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2824 margin-left: -50px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2825 margin-top: 5px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2826 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2827
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2828 #graph_content {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2829 width: 800px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2830 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2831 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2832
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2833 #graph_content .container_header {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2834 border: 1px solid #CCCCCC;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2835 padding: 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2836 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2837
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2838 #graph_content .container .wrapper {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2839 width: 600px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2840 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2841
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2842 #graph_content .container {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2843 border-bottom: 1px solid #CCCCCC;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2844 border-left: 1px solid #CCCCCC;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2845 border-right: 1px solid #CCCCCC;
527
6d44d3862ec4 fixes #36, removed username, name, lastname, minimal length restrictions,
Marcin Kuzminski <marcin@python-works.com>
parents: 526
diff changeset
2846 min-height: 80px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2847 overflow: hidden;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2848 font-size: 1.2em;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2849 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2850
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2851 #graph_content .container .left {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2852 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2853 width: 70%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2854 padding-left: 5px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2855 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2856
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2857 #graph_content .container .right {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2858 float: right;
541
c8798599cf8d fixed displaying multi line commit messages,
Marcin Kuzminski <marcin@python-works.com>
parents: 529
diff changeset
2859 width: 28%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2860 text-align: right;
541
c8798599cf8d fixed displaying multi line commit messages,
Marcin Kuzminski <marcin@python-works.com>
parents: 529
diff changeset
2861 padding-bottom: 5px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2862 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2863
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2864 #graph_content .container .left .date {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2865 font-weight: bold;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2866 padding-bottom: 5px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2867 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2868
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2869 #graph_content .container .left .author {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2870
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2871 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2872
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2873 #graph_content .container .left .message {
387
2a18192fbd1e templating updates (font sizes)
Marcin Kuzminski <marcin@python-works.com>
parents: 375
diff changeset
2874 font-size: 100%;
401
b1debb6c5a09 implemented gravatars to changesets, updated styling for changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 400
diff changeset
2875 padding-top: 3px;
541
c8798599cf8d fixed displaying multi line commit messages,
Marcin Kuzminski <marcin@python-works.com>
parents: 529
diff changeset
2876 white-space: pre-wrap;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2877 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2878
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2879 .right div {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2880 clear: both;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2881 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2882
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2883 .right .changes .added,.changed,.removed {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2884 border: 1px solid #DDDDDD;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2885 display: block;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2886 float: right;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2887 text-align: center;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2888 min-width: 15px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2889 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2890
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2891 .right .changes .added {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2892 background: #BBFFBB;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2893 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2894
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2895 .right .changes .changed {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2896 background: #FFDD88;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2897 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2898
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2899 .right .changes .removed {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2900 background: #FF8888;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2901 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2902
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2903 .right .merge {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2904 vertical-align: top;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2905 font-size: 60%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2906 font-weight: bold;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2907 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2908
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2909 .right .merge img {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2910 vertical-align: bottom;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2911 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2912
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2913 .right .parent {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2914 font-size: 90%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2915 font-family: monospace;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2916 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2917
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2918 .right .logtags .branchtag {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2919 background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2920 right 6px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2921 display: block;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2922 padding: 8px 16px 0px 0px
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2923 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2924
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2925 .right .logtags .tagtag {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2926 background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat right
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2927 6px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2928 display: block;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2929 padding: 6px 18px 0px 0px
526
804a14e086dc added tags/branches icons in changelog and moved them to right to save some space
Marcin Kuzminski <marcin@python-works.com>
parents: 524
diff changeset
2930 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2931
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2932 /*
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2933 FILE BROWSER
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2934 */
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2935 div.browserblock {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2936 overflow: hidden;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2937 padding: 0px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2938 border: 1px solid #ccc;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2939 background: #f8f8f8;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2940 font-size: 100%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2941 line-height: 100%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2942 /* new */
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2943 line-height: 125%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2944 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2945
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2946 div.browserblock .browser-header {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2947 border-bottom: 1px solid #CCCCCC;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2948 background: #FFFFFF;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2949 color: blue;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2950 padding: 10px 0 10px 0;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2951 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2952
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2953 div.browserblock .browser-header span {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2954 margin-left: 25px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2955 font-weight: bold;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2956 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2957
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2958 div.browserblock .browser-body {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2959 background: #EEEEEE;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2960 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2961
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2962 table.code-browser {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2963 border-collapse: collapse;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2964 width: 100%;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2965 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2966
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2967 table.code-browser tr {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2968 margin: 3px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2969 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2970
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2971 table.code-browser thead th {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2972 background-color: #EEEEEE;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2973 height: 20px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2974 font-size: 1.1em;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2975 font-weight: bold;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2976 text-align: center;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2977 text-align: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2978 padding-left: 10px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2979 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2980
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2981 table.code-browser tbody tr {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2982
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2983 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2984
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2985 table.code-browser tbody td {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2986 padding-left: 10px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2987 height: 20px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2988 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2989
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2990 table.code-browser .browser-file {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2991 background: url("/images/icons/document_16.png") no-repeat scroll 3px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2992 height: 16px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2993 padding-left: 20px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2994 text-align: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2995 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2996
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2997 table.code-browser .browser-dir {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2998 background: url("/images/icons/folder_16.png") no-repeat scroll 3px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2999 height: 16px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3000 padding-left: 20px;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3001 text-align: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3002 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3003
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3004 /*
556
65b2f150beb7 Added searching for file names within the repository in rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 551
diff changeset
3005 SEARCH
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3006 */
556
65b2f150beb7 Added searching for file names within the repository in rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 551
diff changeset
3007 .box .search {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3008 clear: both;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3009 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3010 overflow: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3011 padding: 0 20px 10px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3012 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3013
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3014 .box .search div.search_path {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3015 background: none repeat scroll 0 0 #EEEEEE;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3016 border: 1px solid #CCCCCC;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3017 color: blue;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3018 padding: 10px 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3019 margin-bottom: 10px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3020 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3021
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3022 .box .search div.search_path div.link {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3023 font-weight: bold;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3024 margin-left: 25px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3025 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3026
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3027 .box .search div.search_path div.link a {
579
6d0474c7e645 more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 578
diff changeset
3028 color: #003367;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3029 cursor: pointer;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3030 text-decoration: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3031 }
556
65b2f150beb7 Added searching for file names within the repository in rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 551
diff changeset
3032
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3033 /*
409
9b6c1de4ce9e some small template fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 402
diff changeset
3034 ADMIN - SETTINGS
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3035 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3036 #path_unlock {
409
9b6c1de4ce9e some small template fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 402
diff changeset
3037 color: red;
9b6c1de4ce9e some small template fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 402
diff changeset
3038 font-size: 1.2em;
9b6c1de4ce9e some small template fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 402
diff changeset
3039 padding-left: 4px;
9b6c1de4ce9e some small template fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 402
diff changeset
3040 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3041
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3042 /*
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3043 INFOBOX
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3044 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3045 .info_box * {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3046 background: url("../../images/pager.png") repeat-x scroll 0 0 #EBEBEB;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3047 border-color: #DEDEDE #C4C4C4 #C4C4C4 #CFCFCF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3048 border-style: solid;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3049 border-width: 1px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3050 color: #4A4A4A;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3051 display: block;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3052 font-weight: bold;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3053 height: 1%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3054 padding: 4px 6px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3055 display: inline;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3056 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3057
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3058 .info_box span {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3059 margin-left: 3px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3060 margin-right: 3px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3061 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3062
375
3e55d9981c0e templating fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 373
diff changeset
3063 .info_box input#at_rev {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3064 padding: 5px 3px 3px 2px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3065 text-align: center;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3066 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3067
375
3e55d9981c0e templating fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 373
diff changeset
3068 .info_box input#view {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3069 padding: 4px 3px 2px 2px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3070 text-align: center;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3071 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3072
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3073 /*
448
4679105ef03e more css html fixes (+cleanups), rewrote definition list for files
Marcin Kuzminski <marcin@python-works.com>
parents: 447
diff changeset
3074 YUI TOOLTIP
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3075 */
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3076 .yui-overlay,.yui-panel-container {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3077 visibility: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3078 position: absolute;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3079 z-index: 2;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3080 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3081
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3082 .yui-tt {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3083 visibility: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3084 position: absolute;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3085 color: #666666;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3086 background-color: #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3087 font-family: arial, helvetica, verdana, sans-serif;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3088 padding: 8px;
579
6d0474c7e645 more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 578
diff changeset
3089 border: 2px solid #003367;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3090 font: 100% sans-serif;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3091 width: auto;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3092 opacity: 1.0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3093 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3094
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3095 .yui-tt-shadow {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3096 display: none;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3097 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3098
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3099 /*
448
4679105ef03e more css html fixes (+cleanups), rewrote definition list for files
Marcin Kuzminski <marcin@python-works.com>
parents: 447
diff changeset
3100 YUI AUTOCOMPLETE
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3101 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3102 .ac {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3103 vertical-align: top;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3104 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3105
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3106 .ac .match {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3107 font-weight: bold;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3108 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3109
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3110 .ac .yui-ac {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3111 position: relative;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3112 font-family: arial;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3113 font-size: 100%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3114 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3115
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3116 .ac .perm_ac {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3117 width: 15em;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3118 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3119
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3120 /* styles for input field */
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3121 .ac .yui-ac-input {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3122 width: 100%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3123 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3124
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3125 /* styles for results container */
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3126 .ac .yui-ac-container {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3127 position: absolute;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3128 top: 1.6em;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3129 width: 100%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3130 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3131
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3132 /* styles for header/body/footer wrapper within container */
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3133 .ac .yui-ac-content {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3134 position: absolute;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3135 width: 100%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3136 border: 1px solid #808080;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3137 background: #fff;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3138 overflow: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3139 z-index: 9050;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3140 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3141
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3142 /* styles for container shadow */
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3143 .ac .yui-ac-shadow {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3144 position: absolute;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3145 margin: .3em;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3146 width: 100%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3147 background: #000;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3148 -moz-opacity: 0.10;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3149 opacity: .10;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3150 filter: alpha(opacity = 10);
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3151 z-index: 9049;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3152 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3153
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3154 /* styles for results list */
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3155 .ac .yui-ac-content ul {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3156 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3157 padding: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3158 width: 100%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3159 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3160
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3161 /* styles for result item */
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3162 .ac .yui-ac-content li {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3163 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3164 padding: 2px 5px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3165 cursor: default;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3166 white-space: nowrap;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3167 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3168
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3169 /* styles for prehighlighted result item */
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3170 .ac .yui-ac-content li.yui-ac-prehighlight {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3171 background: #B3D4FF;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3172 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3173
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3174 /* styles for highlighted result item */
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3175 .ac .yui-ac-content li.yui-ac-highlight {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3176 background: #556CB5;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3177 color: #FFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3178 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3179
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3180 /*
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3181 ACTION ICONS
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3182 */
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3183 .add_icon {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3184 background: url("/images/icons/add.png") no-repeat scroll 3px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3185 height: 16px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3186 padding-left: 20px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3187 padding-top: 1px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3188 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3189 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3190
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3191 .edit_icon {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3192 background: url("/images/icons/folder_edit.png") no-repeat scroll 3px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3193 height: 16px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3194 padding-left: 20px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3195 padding-top: 1px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3196 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3197 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3198
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3199 .delete_icon {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3200 background: url("/images/icons/delete.png") no-repeat scroll 3px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3201 height: 16px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3202 padding-left: 20px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3203 padding-top: 1px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3204 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3205 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3206
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3207 .rss_icon {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3208 background: url("/images/icons/rss_16.png") no-repeat scroll 3px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3209 height: 16px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3210 padding-left: 20px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3211 padding-top: 1px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3212 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3213 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3214
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3215 .atom_icon {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3216 background: url("/images/icons/atom.png") no-repeat scroll 3px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3217 height: 16px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3218 padding-left: 20px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3219 padding-top: 1px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3220 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3221 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3222
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3223 .archive_icon {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3224 background: url("/images/icons/compress.png") no-repeat scroll 3px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3225 height: 16px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3226 padding-left: 20px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3227 text-align: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3228 padding-top: 1px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3229 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3230
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3231 .action_button {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3232 border: 0px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3233 display: block;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3234 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3235
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3236 .action_button:hover {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3237 border: 0px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3238 text-decoration: underline;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3239 cursor: pointer;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3240 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3241
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3242 /*
373
3171614c0067 Added permissions check on repo switcher,
Marcin Kuzminski <marcin@python-works.com>
parents: 366
diff changeset
3243 REPO SWITCHER
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3244 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3245 #switch_repos {
373
3171614c0067 Added permissions check on repo switcher,
Marcin Kuzminski <marcin@python-works.com>
parents: 366
diff changeset
3246 position: absolute;
3171614c0067 Added permissions check on repo switcher,
Marcin Kuzminski <marcin@python-works.com>
parents: 366
diff changeset
3247 height: 25px;
3171614c0067 Added permissions check on repo switcher,
Marcin Kuzminski <marcin@python-works.com>
parents: 366
diff changeset
3248 z-index: 1;
3171614c0067 Added permissions check on repo switcher,
Marcin Kuzminski <marcin@python-works.com>
parents: 366
diff changeset
3249 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3250
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3251 #switch_repos select {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3252 min-width: 150px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3253 max-height: 250px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3254 z-index: 1;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3255 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3256
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3257 /*
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3258 BREADCRUMBS
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3259 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3260 .breadcrumbs {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3261 border: medium none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3262 color: #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3263 float: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3264 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3265 padding: 11px 0 11px 10px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3266 text-transform: uppercase;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3267 font-weight: bold;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3268 font-size: 14px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3269 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3270
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3271 .breadcrumbs a {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3272 color: #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3273 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3274
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3275 /*
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3276 FLASH MSG
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3277 */
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3278 .flash_msg ul {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3279 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3280 padding: 0px 0px 10px 0px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3281 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3282
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3283 .error_msg {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3284 background-color: #FFCFCF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3285 background-image: url("../../images/icons/error_msg.png");
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3286 border: 1px solid #FF9595;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3287 color: #CC3300;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3288 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3289
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3290 .warning_msg {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3291 background-color: #FFFBCC;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3292 background-image: url("../../images/icons/warning_msg.png");
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3293 border: 1px solid #FFF35E;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3294 color: #C69E00;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3295 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3296
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3297 .success_msg {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3298 background-color: #D5FFCF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3299 background-image: url("../../images/icons/success_msg.png");
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3300 border: 1px solid #97FF88;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3301 color: #009900;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3302 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3303
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3304 .notice_msg {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3305 background-color: #DCE3FF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3306 background-image: url("../../images/icons/notice_msg.png");
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3307 border: 1px solid #93A8FF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3308 color: #556CB5;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3309 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3310
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3311 .success_msg,.error_msg,.notice_msg,.warning_msg {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3312 background-position: 10px center;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3313 background-repeat: no-repeat;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3314 font-size: 12px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3315 font-weight: bold;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3316 min-height: 14px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3317 line-height: 14px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3318 margin-bottom: 0px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3319 margin-top: 0px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3320 padding: 6px 10px 6px 40px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3321 display: block;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3322 overflow: auto;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3323 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3324
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3325 #msg_close {
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3326 background: transparent url("../../icons/cross_grey_small.png")
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3327 no-repeat scroll 0 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3328 cursor: pointer;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3329 height: 16px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3330 position: absolute;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3331 right: 5px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3332 top: 5px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3333 width: 16px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3334 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3335
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3336 /*
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3337 YUI FLOT
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3338 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3339 div#commit_history {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3340 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3341 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3342
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3343 div#legend_data {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3344 float: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3345 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3346
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3347 div#legend_container {
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3348 float: left;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3349 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3350
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3351 div#legend_container table,div#legend_choices table {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3352 width: auto !important;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3353 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3354
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3355 div#legend_container table td {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3356 border: none !important;
422
fc3613065baf fixed templating issue with graph, and improved toggle of commiters
Marcin Kuzminski <marcin@python-works.com>
parents: 421
diff changeset
3357 padding: 0px !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3358 height: 20px !important;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3359 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3360
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3361 div#legend_choices table td {
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3362 border: none !important;
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3363 padding: 0px !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3364 height: 20px !important;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3365 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3366
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3367 div#legend_choices {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3368 float: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3369 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3370
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3371 /*
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3372 PERMISSIONS TABLE
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3373 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3374 table#permissions_manage {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3375 width: 0 !important;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3376 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3377
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3378 table#permissions_manage span.private_repo_msg {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3379 font-size: 0.8em;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3380 opacity: 0.6;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3381 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3382
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3383 table#permissions_manage td.private_repo_msg {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3384 font-size: 0.8em;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3385 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3386
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3387 table#permissions_manage tr#add_perm_input td {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3388 vertical-align: middle;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3389 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3390
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3391 /*
398
8c50b164fb58 Implemented basic gravatar support on admin pages only for now
Marcin Kuzminski <marcin@python-works.com>
parents: 397
diff changeset
3392 GRAVATARS
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3393 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3394 div.gravatar {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3395 background-color: white;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3396 border: 1px solid #D0D0D0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3397 float: left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3398 margin-right: 0.7em;
400
7eba3d1e4227 webhelpers import bugfix for gravatar
Marcin Kuzminski <marcin@python-works.com>
parents: 398
diff changeset
3399 padding: 2px 2px 0px;
7eba3d1e4227 webhelpers import bugfix for gravatar
Marcin Kuzminski <marcin@python-works.com>
parents: 398
diff changeset
3400 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3401
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3402 /*
448
4679105ef03e more css html fixes (+cleanups), rewrote definition list for files
Marcin Kuzminski <marcin@python-works.com>
parents: 447
diff changeset
3403 GLOBAL WIDTH
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3404 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3405 #header,#content,#footer {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3406 min-width: 1224px;
448
4679105ef03e more css html fixes (+cleanups), rewrote definition list for files
Marcin Kuzminski <marcin@python-works.com>
parents: 447
diff changeset
3407 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3408
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3409 /*
448
4679105ef03e more css html fixes (+cleanups), rewrote definition list for files
Marcin Kuzminski <marcin@python-works.com>
parents: 447
diff changeset
3410 content
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3411 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3412 #content {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3413 padding:10px 30px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3414 min-height: 100%;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3415 clear: both;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3416 overflow: hidden;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3417 background: url("../images/header_background.png") repeat scroll 0 0 #B0B0B0
448
4679105ef03e more css html fixes (+cleanups), rewrote definition list for files
Marcin Kuzminski <marcin@python-works.com>
parents: 447
diff changeset
3418 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3419
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3420 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3421 content / right / forms / labels
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3422 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3423 #content div.box div.form div.fields div.field div.label {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3424 left: 80px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3425 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3426 padding: 8px 0 0 5px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3427 width: auto;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3428 position: absolute;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3429 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3430
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3431 #content div.box-left div.form div.fields div.field div.label,#content div.box-right div.form div.fields div.field div.label
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3432 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3433 left: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3434 margin: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3435 padding: 0 0 8px 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3436 width: auto;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3437 position: relative;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3438 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3439
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3440 /*THEME*/
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3441
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3442 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3443 header / quick
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3444 */
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3445 #header #header-inner #quick li a {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3446 background: #336699 url("../../images/quick_l.png") no-repeat top left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3447 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3448
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3449 #header #header-inner #quick li span {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3450 background: url("../../images/quick_r.png") no-repeat top right;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3451 border-left: 1px solid #3f6f9f;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3452 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3453
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3454 #header #header-inner #quick li span.icon {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3455 background: url("../../images/quick_l.png") no-repeat top left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3456 border-right: 1px solid #2e5c89;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3457 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3458
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3459 #header #header-inner #quick li a:hover {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3460 background: #4e4e4e url("../../images/quick_l_selected.png") no-repeat
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3461 top left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3462 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3463
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3464 #header #header-inner #quick li a:hover span {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3465 background: url("../../images/quick_r_selected.png") no-repeat top right;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3466 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3467
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3468 #header #header-inner #quick li a:hover span.icon {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3469 background: url("../../images/quick_l_selected.png") no-repeat top left;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3470 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3471
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3472 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3473 header corners
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3474 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3475 #header #header-inner div.corner {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3476 background: url("../../images/header_inner_corners.png") no-repeat;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3477 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3478
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3479 #header #header-inner div.tl {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3480 top: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3481 left: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3482 background-position: 0 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3483 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3484
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3485 #header #header-inner div.tr {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3486 top: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3487 right: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3488 background-position: -6px 0;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3489 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3490
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3491 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3492 content / left / menu
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3493 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3494 #content #left #menu h6.selected {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3495 background: #00376e url("../../images/menu_selected.png") repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3496 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3497
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3498 #content #left #menu h6.selected a {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3499 background: url("../../images/menu_l_selected.png") no-repeat top left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3500 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3501
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3502 #content #left #menu h6.selected span {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3503 background: url("../../images/menu_r_selected.png") no-repeat top right;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3504 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3505
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3506 #content #left #menu ul {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3507 background: #376ea6;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3508 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3509
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3510 #content #left #menu li {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3511 border-top: 1px solid #4377ab;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3512 border-bottom: 1px solid #326395;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3513 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3514
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3515 #content #left #menu li a {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3516 background: url("../../images/menu_arrow.png") no-repeat 0 9px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3517 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3518
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3519 #content #left #menu li a:hover {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3520 color: #b9dcff;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3521 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3522
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3523 #content #left #menu li.collapsible {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3524 background: url("../../images/menu_border.png") no-repeat top left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3525 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3526
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3527 #content #left #menu li.collapsible a.minus {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3528 border-bottom: 1px solid #326395;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3529 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3530
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3531 #content #left #menu li ul {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3532 border-left: 18px solid #326395;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3533 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3534
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3535 #content #left #menu li ul li {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3536 background: url("../../images/menu_arrow.png") no-repeat 10px 9px;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3537 border-top: 1px solid #4377ab;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3538 border-bottom: 1px solid #326395;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3539 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3540
579
6d0474c7e645 more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 578
diff changeset
3541
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3542
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3543 #content div.box div.title ul.links li.ui-tabs-selected a {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3544 background: url("../../images/title_tab_selected.png") no-repeat bottom
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3545 center;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3546 color: #bfe3ff;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3547 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3548
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3549 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3550 content / right / box / search
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3551 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3552 #content div.box div.title div.search {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3553 background: url("../../images/title_link.png") no-repeat top left;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3554 border-left: 1px solid #316293;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3555 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3556
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3557 #content div.box div.title div.search div.input input {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3558 border: 1px solid #316293;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3559 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3560
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3561 #content div.box div.title div.search div.button input.ui-state-default
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3562 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3563 background: #4e85bb url("../../images/button_highlight.png") repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3564 border: 1px solid #316293;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3565 border-left: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3566 color: #FFFFFF;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3567 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3568
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3569 #content div.box div.title div.search div.button input.ui-state-hover {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3570 background: #46a0c1 url("../../images/button_highlight_selected.png")
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3571 repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3572 border: 1px solid #316293;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3573 border-left: none;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3574 color: #FFFFFF;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3575 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3576
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3577 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3578 content / right / forms / button
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3579 */
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3580 #content div.box div.form div.fields div.field div.highlight .ui-state-default
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3581 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3582 background: #4e85bb url("../../images/button_highlight.png") repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3583 border-top: 1px solid #5c91a4;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3584 border-left: 1px solid #2a6f89;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3585 border-right: 1px solid #2b7089;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3586 border-bottom: 1px solid #1a6480;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3587 color: #ffffff;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3588 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3589
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3590 #content div.box div.form div.fields div.field div.highlight .ui-state-hover
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3591 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3592 background: #46a0c1 url("../../images/button_highlight_selected.png")
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3593 repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3594 border-top: 1px solid #78acbf;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3595 border-left: 1px solid #34819e;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3596 border-right: 1px solid #35829f;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3597 border-bottom: 1px solid #257897;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3598 color: #ffffff;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3599 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3600
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3601 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3602 content / right / forms / buttons
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3603 */
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3604 #content div.box div.form div.fields div.buttons div.highlight input.ui-state-default
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3605 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3606 background: #4e85bb url("../../images/button_highlight.png") repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3607 border-top: 1px solid #5c91a4;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3608 border-left: 1px solid #2a6f89;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3609 border-right: 1px solid #2b7089;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3610 border-bottom: 1px solid #1a6480;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3611 color: #ffffff;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3612 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3613
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3614 #content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3615 {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3616 background: #46a0c1 url("../../images/button_highlight_selected.png")
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3617 repeat-x;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3618 border-top: 1px solid #78acbf;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3619 border-left: 1px solid #34819e;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3620 border-right: 1px solid #35829f;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3621 border-bottom: 1px solid #257897;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3622 color: #ffffff;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3623 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3624
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3625 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3626 login / title
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3627 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3628 #login div.title {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3629 background: #003367 url("../../images/header_inner.png") repeat-x;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3630 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3631
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3632 /*
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3633 login / title / corners
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3634 */
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3635 #login div.title div.corner {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3636 background: url("../../images/login_corners.png") no-repeat;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3637 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3638
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3639 #login div.title div.tl {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3640 top: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3641 left: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3642 background-position: 0 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3643 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3644
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3645 #login div.title div.tr {
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3646 top: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3647 right: 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3648 background-position: -6px 0;
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3649 }