annotate rhodecode/public/css/style.css @ 1837:a6a30c919513 beta

#73 mapping of commited issues from commit message into issue tracker url.
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 06 Jan 2012 19:27:32 +0200
parents a8c66e870bd0
children 3f5be4dbbd57
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3 border: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
4 outline: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
5 font-size: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
6 vertical-align: baseline;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
7 background: transparent;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
8 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
9 padding: 0;
578
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 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
13 line-height: 1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
14 height: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
15 background: url("../images/background.png") repeat scroll 0 0 #B0B0B0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
16 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
17 Lucida Sans Unicode, Arial, sans-serif; font-size : 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
18 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
19 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
20 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
21 font-size: 12px;
578
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 ol,ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
25 list-style: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
26 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
27
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
28 blockquote,q {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
29 quotes: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
30 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
31
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
32 blockquote:before,blockquote:after,q:before,q:after {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
33 content: none;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
34 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
35
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
36 :focus {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
37 outline: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
38 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
39
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
40 del {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
41 text-decoration: line-through;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
42 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
43
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
44 table {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
45 border-collapse: collapse;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
46 border-spacing: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
47 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
48
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
49 html {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
50 height: 100%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
51 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
52
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
53 a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
54 color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
55 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
56 cursor: pointer;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
57 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
58
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
59 a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
60 color: #316293;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
61 text-decoration: underline;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
62 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
63
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
64 h1,h2,h3,h4,h5,h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
65 color: #292929;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
66 font-weight: 700;
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
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
69 h1 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
70 font-size: 22px;
578
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
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
73 h2 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
74 font-size: 20px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
75 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
76
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
77 h3 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
78 font-size: 18px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
79 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
80
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
81 h4 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
82 font-size: 16px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
83 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
84
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
85 h5 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
86 font-size: 14px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
87 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
88
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
89 h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
90 font-size: 11px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
91 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
92
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
93 ul.circle {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
94 list-style-type: circle;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
95 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
96
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
97 ul.disc {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
98 list-style-type: disc;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
99 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
100
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
101 ul.square {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
102 list-style-type: square;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
103 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
104
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
105 ol.lower-roman {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
106 list-style-type: lower-roman;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
107 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
108
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
109 ol.upper-roman {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
110 list-style-type: upper-roman;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
111 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
112
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
113 ol.lower-alpha {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
114 list-style-type: lower-alpha;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
115 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
116
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
117 ol.upper-alpha {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
118 list-style-type: upper-alpha;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
119 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
120
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
121 ol.decimal {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
122 list-style-type: decimal;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
123 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
124
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
125 div.color {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
126 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
127 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
128 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
129 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
130 margin: 7px 0 0 60px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
131 padding: 1px 1px 1px 0;
578
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 div.color a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
135 width: 15px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
136 height: 15px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
137 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
138 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
139 margin: 0 0 0 1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
140 padding: 0;
578
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
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
143 div.options {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
144 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
145 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
146 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
147 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
148 margin: 7px 0 0 162px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
149 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
150 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
151
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
152 div.options a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
153 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
154 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
155 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
156 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
157 padding: 3px 8px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
158 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
159
611
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
160 .top-left-rounded-corner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
161 -webkit-border-top-left-radius: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
162 -khtml-border-radius-topleft: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
163 -moz-border-radius-topleft: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
164 border-top-left-radius: 8px;
611
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
165 }
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
166
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
167 .top-right-rounded-corner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
168 -webkit-border-top-right-radius: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
169 -khtml-border-radius-topright: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
170 -moz-border-radius-topright: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
171 border-top-right-radius: 8px;
611
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
172 }
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
173
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
174 .bottom-left-rounded-corner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
175 -webkit-border-bottom-left-radius: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
176 -khtml-border-radius-bottomleft: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
177 -moz-border-radius-bottomleft: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
178 border-bottom-left-radius: 8px;
611
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
179 }
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
180
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
181 .bottom-right-rounded-corner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
182 -webkit-border-bottom-right-radius: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
183 -khtml-border-radius-bottomright: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
184 -moz-border-radius-bottomright: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
185 border-bottom-right-radius: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
186 }
611
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
187
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
188 #header {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
189 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
190 padding: 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
191 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
192
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
193 #header ul#logged-user {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
194 margin-bottom: 5px !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
195 -webkit-border-radius: 0px 0px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
196 -khtml-border-radius: 0px 0px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
197 -moz-border-radius: 0px 0px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
198 border-radius: 0px 0px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
199 height: 37px;
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
200 background-color: #eedc94;
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
201 background-repeat: repeat-x;
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
202 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
203 to(#eedc94) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
204 background-image: -moz-linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
205 background-image: -ms-linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
206 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
207 color-stop(100%, #00376e) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
208 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
209 background-image: -o-linear-gradient(top, #003b76, #00376e) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
210 background-image: linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
211 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
212 endColorstr='#00376e', GradientType=0 );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
213 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
784
30d3161c6683 Implemented fancier top menu for logged and anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 769
diff changeset
214 }
30d3161c6683 Implemented fancier top menu for logged and anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 769
diff changeset
215
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
216 #header ul#logged-user li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
217 list-style: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
218 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
219 margin: 8px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
220 padding: 4px 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
221 border-left: 1px solid #316293;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
222 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
223
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
224 #header ul#logged-user li.first {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
225 border-left: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
226 margin: 4px;
784
30d3161c6683 Implemented fancier top menu for logged and anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 769
diff changeset
227 }
30d3161c6683 Implemented fancier top menu for logged and anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 769
diff changeset
228
30d3161c6683 Implemented fancier top menu for logged and anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 769
diff changeset
229 #header ul#logged-user li.first div.gravatar {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
230 margin-top: -2px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
231 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
232
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
233 #header ul#logged-user li.first div.account {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
234 padding-top: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
235 float: left;
402
757c7eef0dcd implemented gravatars into main bar.
Marcin Kuzminski <marcin@python-works.com>
parents: 401
diff changeset
236 }
757c7eef0dcd implemented gravatars into main bar.
Marcin Kuzminski <marcin@python-works.com>
parents: 401
diff changeset
237
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
238 #header ul#logged-user li.last {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
239 border-right: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
240 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
241
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
242 #header ul#logged-user li a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
243 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
244 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
245 text-decoration: none;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
246 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
247
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
248 #header ul#logged-user li a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
249 text-decoration: underline;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
250 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
251
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
252 #header ul#logged-user li.highlight a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
253 color: #fff;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
254 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
255
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
256 #header ul#logged-user li.highlight a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
257 color: #FFF;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
258 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
259
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
260 #header #header-inner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
261 min-height: 40px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
262 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
263 position: relative;
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
264 background-color: #eedc94;
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
265 background-repeat: repeat-x;
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
266 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
267 to(#eedc94) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
268 background-image: -moz-linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
269 background-image: -ms-linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
270 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
271 color-stop(100%, #00376e) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
272 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
273 background-image: -o-linear-gradient(top, #003b76, #00376e) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
274 background-image: linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
275 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
276 endColorstr='#00376e', GradientType=0 );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
277 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
278 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
279 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
280 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
281 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
282 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
283 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
284 border-radius: 4px 4px 4px 4px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
285 }
1610
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
286 #header #header-inner.hover{
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
287 position: fixed !important;
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
288 width: 100% !important;
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
289 margin-left: -10px !important;
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
290 z-index: 10000;
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
291 border-radius: 0px 0px 4px 4px;
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
292 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
293 #header #header-inner #home a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
294 height: 40px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
295 width: 46px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
296 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
297 background: url("../images/button_home.png");
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
298 background-position: 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
299 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
300 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
301 }
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 #header #header-inner #home a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
304 background-position: 0 -40px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
305 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
306
1552
2a3f32c38c5c ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1538
diff changeset
307 #header #header-inner #logo {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
308 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
309 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
310 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
311
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
312 #header #header-inner #logo h1 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
313 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
314 font-size: 18px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
315 margin: 10px 0 0 13px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
316 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
317 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
318
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
319 #header #header-inner #logo a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
320 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
321 text-decoration: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
322 }
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 #header #header-inner #logo a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
325 color: #bfe3ff;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
326 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
327
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
328 #header #header-inner #quick,#header #header-inner #quick ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
329 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
330 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
331 list-style-type: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
332 list-style-position: outside;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
333 margin: 6px 5px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
334 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
335 }
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 #header #header-inner #quick li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
338 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
339 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
340 margin: 0 5px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
341 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
342 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
343
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
344 #header #header-inner #quick li a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
345 top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
346 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
347 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
348 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
349 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
350 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
351 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
352 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
353 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
354 background: #369;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
355 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
356 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
357 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
358 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
359 border-radius: 4px 4px 4px 4px;
578
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
747
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
362 #header #header-inner #quick li span.short {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
363 padding: 9px 6px 8px 6px;
747
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
364 }
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
365
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
366 #header #header-inner #quick li span {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
367 top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
368 right: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
369 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
370 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
371 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
372 border-left: 1px solid #3f6f9f;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
373 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
374 padding: 10px 12px 8px 10px;
578
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
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
377 #header #header-inner #quick li span.normal {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
378 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
379 padding: 10px 12px 8px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
380 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
381
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
382 #header #header-inner #quick li span.icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
383 top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
384 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
385 border-left: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
386 border-right: 1px solid #2e5c89;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
387 padding: 8px 6px 4px;
578
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
747
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
390 #header #header-inner #quick li span.icon_short {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
391 top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
392 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
393 border-left: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
394 border-right: 1px solid #2e5c89;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
395 padding: 8px 6px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
396 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
397
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
398 #header #header-inner #quick li span.icon img,#header #header-inner #quick li span.icon_short img
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
399 {
1552
2a3f32c38c5c ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1538
diff changeset
400 margin: 0px -2px 0px 0px;
747
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
401 }
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
402
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
403 #header #header-inner #quick li a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
404 background: #4e4e4e no-repeat top left;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
405 }
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 #header #header-inner #quick li a:hover span {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
408 border-left: 1px solid #545454;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
409 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
410
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
411 #header #header-inner #quick li a:hover span.icon,#header #header-inner #quick li a:hover span.icon_short
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
412 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
413 border-left: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
414 border-right: 1px solid #464646;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
415 }
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 #header #header-inner #quick ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
418 top: 29px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
419 right: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
420 min-width: 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
421 display: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
422 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
423 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
424 border: 1px solid #666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
425 border-top: 1px solid #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
426 z-index: 100;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
427 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
428 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
429 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
430
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
431 #header #header-inner #quick ul.repo_switcher {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
432 max-height: 275px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
433 overflow-x: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
434 overflow-y: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
435 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
436
1263
83714588272c added quick filter into repo switcher list
Marcin Kuzminski <marcin@python-works.com>
parents: 1257
diff changeset
437 #header #header-inner #quick ul.repo_switcher li.qfilter_rs {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
438 float: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
439 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
440 border-bottom: 2px solid #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
441 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
442
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
443 #header #header-inner #quick .repo_switcher_type {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
444 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
445 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
446 top: 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
447 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
448
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
449 #header #header-inner #quick li ul li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
450 border-bottom: 1px solid #ddd;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
451 }
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 #header #header-inner #quick li ul li a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
454 width: 182px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
455 height: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
456 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
457 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
458 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
459 color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
460 font-weight: 400;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
461 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
462 padding: 7px 9px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
463 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
464
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
465 #header #header-inner #quick li ul li a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
466 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
467 background: #FFF;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
468 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
469
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
470 #header #header-inner #quick ul ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
471 top: auto;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
472 }
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 #header #header-inner #quick li ul ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
475 right: 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
476 max-height: 275px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
477 overflow: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
478 overflow-x: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
479 white-space: normal;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
480 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
481
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
482 #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
483 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
484 background: url("../images/icons/book.png") no-repeat scroll 4px 9px
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
485 #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
486 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
487 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
488 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
489 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
490
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
491 #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
492 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
493 background: url("../images/icons/lock.png") no-repeat scroll 4px 9px
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
494 #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
495 min-width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
496 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
497 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
498 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
499
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
500 #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
501 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
502 background: url("../images/icons/lock_open.png") no-repeat scroll 4px
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
503 9px #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
504 min-width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
505 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
506 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
507 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
508
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
509 #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
510 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
511 background: url("../images/icons/hgicon.png") no-repeat scroll 4px 9px
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
512 #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
513 min-width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
514 margin: 0 0 0 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
515 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
516 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
517
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
518 #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
519 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
520 background: url("../images/icons/giticon.png") no-repeat scroll 4px 9px
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
521 #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
522 min-width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
523 margin: 0 0 0 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
524 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
525 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
526
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
527 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
528 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
529 background: url("../images/icons/database_edit.png") no-repeat scroll
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
530 4px 9px #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
531 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
532 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
533 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
534 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
535
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
536 #header #header-inner #quick li ul li a.repos_groups,#header #header-inner #quick li ul li a.repos_groups:hover
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
537 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
538 background: url("../images/icons/database_link.png") no-repeat scroll
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
539 4px 9px #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
540 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
541 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
542 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
543 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
544
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
545 #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
546 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
547 background: #FFF url("../images/icons/user_edit.png") no-repeat 4px 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
548 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
549 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
550 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
551 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
552
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
553 #header #header-inner #quick li ul li a.groups,#header #header-inner #quick li ul li a.groups:hover
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
554 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
555 background: #FFF url("../images/icons/group_edit.png") no-repeat 4px 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
556 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
557 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
558 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
559 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
560
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
561 #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
562 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
563 background: #FFF url("../images/icons/cog.png") no-repeat 4px 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
564 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
565 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
566 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
567 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
568
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
569 #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
570 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
571 background: #FFF url("../images/icons/key.png") no-repeat 4px 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
572 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
573 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
574 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
575 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
576
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
577 #header #header-inner #quick li ul li a.ldap,#header #header-inner #quick li ul li a.ldap:hover
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
578 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
579 background: #FFF url("../images/icons/server_key.png") no-repeat 4px 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
580 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
581 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
582 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
583 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
584
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
585 #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
586 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
587 background: #FFF url("../images/icons/arrow_divide.png") no-repeat 4px
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
588 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
589 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
590 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
591 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
592 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
593
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
594 #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
595 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
596 background: #FFF url("../images/icons/search_16.png") no-repeat 4px 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
597 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
598 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
599 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
600 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
601
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
602 #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
603 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
604 background: #FFF url("../images/icons/delete.png") no-repeat 4px 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
605 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
606 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
607 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
608 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
609
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
610 #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
611 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
612 background: #FFF url("../images/icons/arrow_branch.png") no-repeat 4px
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
613 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
614 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
615 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
616 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
617 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
618
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
619 #header #header-inner #quick li ul li a.tags,
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
620 #header #header-inner #quick li ul li a.tags:hover{
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
621 background: #FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
622 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
623 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
624 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
625 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
626
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
627 #header #header-inner #quick li ul li a.bookmarks,
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
628 #header #header-inner #quick li ul li a.bookmarks:hover{
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
629 background: #FFF url("../images/icons/tag_green.png") no-repeat 4px 9px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
630 width: 167px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
631 margin: 0;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
632 padding: 12px 9px 7px 24px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
633 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
634
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
635 #header #header-inner #quick li ul li a.admin,
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
636 #header #header-inner #quick li ul li a.admin:hover{
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
637 background: #FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
638 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
639 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
640 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
641 }
1423
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
642
1538
27be8f94c207 implements #226 repo groups available by path
Marcin Kuzminski <marcin@python-works.com>
parents: 1531
diff changeset
643 .groups_breadcrumbs a {
27be8f94c207 implements #226 repo groups available by path
Marcin Kuzminski <marcin@python-works.com>
parents: 1531
diff changeset
644 color: #fff;
27be8f94c207 implements #226 repo groups available by path
Marcin Kuzminski <marcin@python-works.com>
parents: 1531
diff changeset
645 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
646
1538
27be8f94c207 implements #226 repo groups available by path
Marcin Kuzminski <marcin@python-works.com>
parents: 1531
diff changeset
647 .groups_breadcrumbs a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
648 color: #bfe3ff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
649 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
650 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
651
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
652 td.quick_repo_menu {
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
653 background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important;
1423
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
654 cursor: pointer;
1426
91708b96e991 Fixed show more links.
Marcin Kuzminski <marcin@python-works.com>
parents: 1423
diff changeset
655 width: 8px;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
656 border: 1px solid transparent;
1423
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
657 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
658
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
659 td.quick_repo_menu.active {
1785
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1778
diff changeset
660 background: url("../images/dt-arrow-dn.png") no-repeat scroll 5px 50% #FFFFFF !important;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
661 border: 1px solid #003367;
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
662 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
663 cursor: pointer;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
664 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
665
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
666 td.quick_repo_menu .menu_items {
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
667 margin-top: 10px;
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
668 margin-left:-6px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
669 width: 150px;
1423
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
670 position: absolute;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
671 background-color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
672 background: none repeat scroll 0 0 #FFFFFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
673 border-color: #003367 #666666 #666666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
674 border-right: 1px solid #666666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
675 border-style: solid;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
676 border-width: 1px;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
677 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
678 border-top-style: none;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
679 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
680
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
681 td.quick_repo_menu .menu_items li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
682 padding: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
683 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
684
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
685 td.quick_repo_menu .menu_items a {
1426
91708b96e991 Fixed show more links.
Marcin Kuzminski <marcin@python-works.com>
parents: 1423
diff changeset
686 display: block;
91708b96e991 Fixed show more links.
Marcin Kuzminski <marcin@python-works.com>
parents: 1423
diff changeset
687 padding: 4px 12px 4px 8px;
91708b96e991 Fixed show more links.
Marcin Kuzminski <marcin@python-works.com>
parents: 1423
diff changeset
688 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
689
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
690 td.quick_repo_menu .menu_items a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
691 background-color: #EEE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
692 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
693 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
694
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
695 td.quick_repo_menu .menu_items .icon img {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
696 margin-bottom: -2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
697 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
698
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
699 td.quick_repo_menu .menu_items.hidden {
1423
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
700 display: none;
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
701 }
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
702
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
703 .yui-dt-first th {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
704 text-align: left;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
705 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
706
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
707 /*
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
708 Copyright (c) 2011, Yahoo! Inc. All rights reserved.
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
709 Code licensed under the BSD License:
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
710 http://developer.yahoo.com/yui/license.html
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
711 version: 2.9.0
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
712 */
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
713 .yui-skin-sam .yui-dt-mask {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
714 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
715 z-index: 9500;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
716 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
717 .yui-dt-tmp {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
718 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
719 left: -9000px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
720 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
721 .yui-dt-scrollable .yui-dt-bd { overflow: auto }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
722 .yui-dt-scrollable .yui-dt-hd {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
723 overflow: hidden;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
724 position: relative;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
725 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
726 .yui-dt-scrollable .yui-dt-bd thead tr,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
727 .yui-dt-scrollable .yui-dt-bd thead th {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
728 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
729 left: -1500px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
730 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
731 .yui-dt-scrollable tbody { -moz-outline: 0 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
732 .yui-skin-sam thead .yui-dt-sortable { cursor: pointer }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
733 .yui-skin-sam thead .yui-dt-draggable { cursor: move }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
734 .yui-dt-coltarget {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
735 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
736 z-index: 999;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
737 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
738 .yui-dt-hd { zoom: 1 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
739 th.yui-dt-resizeable .yui-dt-resizerliner { position: relative }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
740 .yui-dt-resizer {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
741 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
742 right: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
743 bottom: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
744 height: 100%;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
745 cursor: e-resize;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
746 cursor: col-resize;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
747 background-color: #CCC;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
748 opacity: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
749 filter: alpha(opacity=0);
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
750 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
751 .yui-dt-resizerproxy {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
752 visibility: hidden;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
753 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
754 z-index: 9000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
755 background-color: #CCC;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
756 opacity: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
757 filter: alpha(opacity=0);
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
758 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
759 th.yui-dt-hidden .yui-dt-liner,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
760 td.yui-dt-hidden .yui-dt-liner,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
761 th.yui-dt-hidden .yui-dt-resizer { display: none }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
762 .yui-dt-editor,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
763 .yui-dt-editor-shim {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
764 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
765 z-index: 9000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
766 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
767 .yui-skin-sam .yui-dt table {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
768 margin: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
769 padding: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
770 font-family: arial;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
771 font-size: inherit;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
772 border-collapse: separate;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
773 *border-collapse: collapse;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
774 border-spacing: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
775 border: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
776 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
777 .yui-skin-sam .yui-dt thead { border-spacing: 0 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
778 .yui-skin-sam .yui-dt caption {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
779 color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
780 font-size: 85%;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
781 font-weight: normal;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
782 font-style: italic;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
783 line-height: 1;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
784 padding: 1em 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
785 text-align: center;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
786 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
787 .yui-skin-sam .yui-dt th { background: #d8d8da url(../images/sprite.png) repeat-x 0 0 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
788 .yui-skin-sam .yui-dt th,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
789 .yui-skin-sam .yui-dt th a {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
790 font-weight: normal;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
791 text-decoration: none;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
792 color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
793 vertical-align: bottom;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
794 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
795 .yui-skin-sam .yui-dt th {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
796 margin: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
797 padding: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
798 border: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
799 border-right: 1px solid #cbcbcb;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
800 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
801 .yui-skin-sam .yui-dt tr.yui-dt-first td { border-top: 1px solid #7f7f7f }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
802 .yui-skin-sam .yui-dt th .yui-dt-liner { white-space: nowrap }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
803 .yui-skin-sam .yui-dt-liner {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
804 margin: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
805 padding: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
806 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
807 .yui-skin-sam .yui-dt-coltarget {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
808 width: 5px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
809 background-color: red;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
810 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
811 .yui-skin-sam .yui-dt td {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
812 margin: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
813 padding: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
814 border: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
815 border-right: 1px solid #cbcbcb;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
816 text-align: left;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
817 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
818 .yui-skin-sam .yui-dt-list td { border-right: 0 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
819 .yui-skin-sam .yui-dt-resizer { width: 6px }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
820 .yui-skin-sam .yui-dt-mask {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
821 background-color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
822 opacity: .25;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
823 filter: alpha(opacity=25);
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
824 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
825 .yui-skin-sam .yui-dt-message { background-color: #FFF }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
826 .yui-skin-sam .yui-dt-scrollable table { border: 0 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
827 .yui-skin-sam .yui-dt-scrollable .yui-dt-hd {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
828 border-left: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
829 border-top: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
830 border-right: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
831 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
832 .yui-skin-sam .yui-dt-scrollable .yui-dt-bd {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
833 border-left: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
834 border-bottom: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
835 border-right: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
836 background-color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
837 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
838 .yui-skin-sam .yui-dt-scrollable .yui-dt-data tr.yui-dt-last td { border-bottom: 1px solid #7f7f7f }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
839 .yui-skin-sam th.yui-dt-asc,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
840 .yui-skin-sam th.yui-dt-desc { background: url(../images/sprite.png) repeat-x 0 -100px }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
841 .yui-skin-sam th.yui-dt-sortable .yui-dt-label { margin-right: 10px }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
842 .yui-skin-sam th.yui-dt-asc .yui-dt-liner { background: url(../images/dt-arrow-up.png) no-repeat right }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
843 .yui-skin-sam th.yui-dt-desc .yui-dt-liner { background: url(../images/dt-arrow-dn.png) no-repeat right }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
844 tbody .yui-dt-editable { cursor: pointer }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
845 .yui-dt-editor {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
846 text-align: left;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
847 background-color: #f2f2f2;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
848 border: 1px solid #808080;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
849 padding: 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
850 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
851 .yui-dt-editor label {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
852 padding-left: 4px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
853 padding-right: 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
854 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
855 .yui-dt-editor .yui-dt-button {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
856 padding-top: 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
857 text-align: right;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
858 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
859 .yui-dt-editor .yui-dt-button button {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
860 background: url(../images/sprite.png) repeat-x 0 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
861 border: 1px solid #999;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
862 width: 4em;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
863 height: 1.8em;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
864 margin-left: 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
865 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
866 .yui-dt-editor .yui-dt-button button.yui-dt-default {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
867 background: url(../images/sprite.png) repeat-x 0 -1400px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
868 background-color: #5584e0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
869 border: 1px solid #304369;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
870 color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
871 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
872 .yui-dt-editor .yui-dt-button button:hover {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
873 background: url(../images/sprite.png) repeat-x 0 -1300px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
874 color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
875 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
876 .yui-dt-editor .yui-dt-button button:active {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
877 background: url(../images/sprite.png) repeat-x 0 -1700px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
878 color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
879 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
880 .yui-skin-sam tr.yui-dt-even { background-color: #FFF }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
881 .yui-skin-sam tr.yui-dt-odd { background-color: #edf5ff }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
882 .yui-skin-sam tr.yui-dt-even td.yui-dt-asc,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
883 .yui-skin-sam tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
884 .yui-skin-sam tr.yui-dt-odd td.yui-dt-asc,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
885 .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc { background-color: #dbeaff }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
886 .yui-skin-sam .yui-dt-list tr.yui-dt-even { background-color: #FFF }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
887 .yui-skin-sam .yui-dt-list tr.yui-dt-odd { background-color: #FFF }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
888 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-asc,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
889 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
890 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-asc,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
891 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-desc { background-color: #edf5ff }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
892 .yui-skin-sam th.yui-dt-highlighted,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
893 .yui-skin-sam th.yui-dt-highlighted a { background-color: #b2d2ff }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
894 .yui-skin-sam tr.yui-dt-highlighted,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
895 .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-asc,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
896 .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-desc,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
897 .yui-skin-sam tr.yui-dt-even td.yui-dt-highlighted,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
898 .yui-skin-sam tr.yui-dt-odd td.yui-dt-highlighted {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
899 cursor: pointer;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
900 background-color: #b2d2ff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
901 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
902 .yui-skin-sam .yui-dt-list th.yui-dt-highlighted,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
903 .yui-skin-sam .yui-dt-list th.yui-dt-highlighted a { background-color: #b2d2ff }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
904 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
905 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
906 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
907 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-highlighted,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
908 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
909 cursor: pointer;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
910 background-color: #b2d2ff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
911 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
912 .yui-skin-sam th.yui-dt-selected,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
913 .yui-skin-sam th.yui-dt-selected a { background-color: #446cd7 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
914 .yui-skin-sam tr.yui-dt-selected td,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
915 .yui-skin-sam tr.yui-dt-selected td.yui-dt-asc,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
916 .yui-skin-sam tr.yui-dt-selected td.yui-dt-desc {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
917 background-color: #426fd9;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
918 color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
919 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
920 .yui-skin-sam tr.yui-dt-even td.yui-dt-selected,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
921 .yui-skin-sam tr.yui-dt-odd td.yui-dt-selected {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
922 background-color: #446cd7;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
923 color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
924 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
925 .yui-skin-sam .yui-dt-list th.yui-dt-selected,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
926 .yui-skin-sam .yui-dt-list th.yui-dt-selected a { background-color: #446cd7 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
927 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
928 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-asc,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
929 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-desc {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
930 background-color: #426fd9;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
931 color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
932 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
933 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-selected,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
934 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-selected {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
935 background-color: #446cd7;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
936 color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
937 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
938 .yui-skin-sam .yui-dt-paginator {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
939 display: block;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
940 margin: 6px 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
941 white-space: nowrap;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
942 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
943 .yui-skin-sam .yui-dt-paginator .yui-dt-first,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
944 .yui-skin-sam .yui-dt-paginator .yui-dt-last,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
945 .yui-skin-sam .yui-dt-paginator .yui-dt-selected { padding: 2px 6px }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
946 .yui-skin-sam .yui-dt-paginator a.yui-dt-first,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
947 .yui-skin-sam .yui-dt-paginator a.yui-dt-last { text-decoration: none }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
948 .yui-skin-sam .yui-dt-paginator .yui-dt-previous,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
949 .yui-skin-sam .yui-dt-paginator .yui-dt-next { display: none }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
950 .yui-skin-sam a.yui-dt-page {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
951 border: 1px solid #cbcbcb;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
952 padding: 2px 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
953 text-decoration: none;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
954 background-color: #fff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
955 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
956 .yui-skin-sam .yui-dt-selected {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
957 border: 1px solid #fff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
958 background-color: #fff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
959 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
960
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
961 #content #left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
962 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
963 width: 280px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
964 position: absolute;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
965 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
966
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
967 #content #right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
968 margin: 0 60px 10px 290px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
969 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
970
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
971 #content div.box {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
972 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
973 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
974 background: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
975 margin: 0 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
976 padding: 0 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
977 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
978 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
979 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
980 border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
981 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
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
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
984 #content div.box-left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
985 width: 49%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
986 clear: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
987 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
988 margin: 0 0 10px;
578
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-right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
992 width: 49%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
993 clear: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
994 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
995 margin: 0 0 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
996 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
997
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
998 #content div.box div.title {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
999 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1000 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1001 background-color: #eedc94;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1002 background-repeat: repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1003 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1004 to(#eedc94) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1005 background-image: -moz-linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1006 background-image: -ms-linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1007 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1008 color-stop(100%, #00376e) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1009 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1010 background-image: -o-linear-gradient(top, #003b76, #00376e) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1011 background-image: linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1012 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1013 endColorstr='#00376e', GradientType=0 );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1014 margin: 0 0 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1015 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1016 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1017
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1018 #content div.box div.title h5 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1019 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1020 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1021 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1022 text-transform: uppercase;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1023 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1024 padding: 11px 0 11px 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1025 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1026
1741
fcbc35ecb024 personal Journal UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1739
diff changeset
1027 #content div.box div.title .link-white{
fcbc35ecb024 personal Journal UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1739
diff changeset
1028 color: #FFFFFF;
fcbc35ecb024 personal Journal UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1739
diff changeset
1029 }
fcbc35ecb024 personal Journal UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1739
diff changeset
1030
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1031 #content div.box div.title ul.links li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1032 list-style: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1033 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1034 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1035 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1036 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1037
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1038 #content div.box div.title ul.links li a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1039 border-left: 1px solid #316293;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1040 color: #FFFFFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1041 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1042 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1043 font-size: 13px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1044 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1045 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1046 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1047 padding: 11px 22px 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1048 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1049 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1050
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1051 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1052 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1053 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1054 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1055 border-bottom: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1056 margin: 10px 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1057 padding: 0 0 15px;
362
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 p {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1061 color: #5f5f5f;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1062 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1063 line-height: 150%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1064 margin: 0 24px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1065 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1066 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1067
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1068 #content div.box blockquote {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1069 border-left: 4px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1070 color: #5f5f5f;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1071 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1072 line-height: 150%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1073 margin: 0 34px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1074 padding: 0 0 0 14px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1075 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1076
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1077 #content div.box blockquote p {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1078 margin: 10px 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1079 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1080 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1081
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1082 #content div.box dl {
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
1083 margin: 10px 0px;
578
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 dt {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1087 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1088 margin: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1089 }
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 #content div.box dd {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1092 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1093 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1094 padding: 8px 0 8px 15px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1095 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1096
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1097 #content div.box li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1098 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1099 padding: 4px 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1100 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1101
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1102 #content div.box ul.disc,#content div.box ul.circle {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1103 margin: 10px 24px 10px 38px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1104 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1105
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1106 #content div.box ul.square {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1107 margin: 10px 24px 10px 40px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1108 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1109
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1110 #content div.box img.left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1111 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1112 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1113 margin: 10px 10px 10px 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1114 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1115
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1116 #content div.box img.right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1117 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1118 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1119 margin: 10px 0 10px 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1120 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1121
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1122 #content div.box div.messages {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1123 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1124 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1125 margin: 0 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1126 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1127 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1128
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1129 #content div.box div.message {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1130 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1131 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1132 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1133 padding: 10px 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1134 }
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1135
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1136 #content div.box div.message a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1137 font-weight: 400 !important;
579
6d0474c7e645 more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 578
diff changeset
1138 }
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1139
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1140 #content div.box div.message div.image {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1141 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1142 margin: 9px 0 0 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1143 padding: 6px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1144 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1145
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1146 #content div.box div.message div.image img {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1147 vertical-align: middle;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1148 margin: 0;
578
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
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1151 #content div.box div.message div.text {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1152 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1153 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1154 padding: 9px 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1155 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1156
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1157 #content div.box div.message div.dismiss a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1158 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1159 width: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1160 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1161 background: url("../images/icons/cross.png") no-repeat;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1162 margin: 15px 14px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1163 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1164 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1165
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1166 #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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1167 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1168 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1169 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1170 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1171 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1172
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1173 #content div.box div.message div.text span {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1174 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1175 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1176 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1177 padding: 5px 0 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1178 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1179
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1180 #content div.box div.message-error {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1181 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1182 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1183 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1184 background: #FBE3E4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1185 border: 1px solid #FBC2C4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1186 color: #860006;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1187 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1188
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1189 #content div.box div.message-error h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1190 color: #860006;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1191 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1192
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1193 #content div.box div.message-warning {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1194 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1195 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1196 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1197 background: #FFF6BF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1198 border: 1px solid #FFD324;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1199 color: #5f5200;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1200 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1201
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1202 #content div.box div.message-warning h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1203 color: #5f5200;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1204 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1205
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1206 #content div.box div.message-notice {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1207 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1208 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1209 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1210 background: #8FBDE0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1211 border: 1px solid #6BACDE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1212 color: #003863;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1213 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1214
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1215 #content div.box div.message-notice h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1216 color: #003863;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1217 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1218
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1219 #content div.box div.message-success {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1220 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1221 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1222 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1223 background: #E6EFC2;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1224 border: 1px solid #C6D880;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1225 color: #4e6100;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1226 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1227
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1228 #content div.box div.message-success h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1229 color: #4e6100;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1230 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1231
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1232 #content div.box div.form div.fields div.field {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1233 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1234 border-bottom: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1235 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1236 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1237 padding: 10px 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1238 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1239
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1240 #content div.box div.form div.fields div.field-first {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1241 padding: 0 0 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1242 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1243
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1244 #content div.box div.form div.fields div.field-noborder {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1245 border-bottom: 0 !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1246 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1247
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1248 #content div.box div.form div.fields div.field span.error-message {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1249 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1250 display: inline-block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1251 color: red;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1252 margin: 8px 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1253 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1254 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1255
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1256 #content div.box div.form div.fields div.field span.success {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1257 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1258 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1259 color: #316309;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1260 margin: 8px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1261 padding: 0;
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
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1264 #content div.box div.form div.fields div.field div.label {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1265 left: 70px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1266 width: 155px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1267 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1268 margin: 0;
1721
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1269 padding: 5px 0 0 0px;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1270 }
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1271
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1272 #content div.box div.form div.fields div.field div.label-summary {
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1273 left: 30px;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1274 width: 155px;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1275 position: absolute;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1276 margin: 0;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1277 padding: 0px 0 0 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1278 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1279
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1280 #content div.box-left div.form div.fields div.field div.label,
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1281 #content div.box-right div.form div.fields div.field div.label,
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1282 #content div.box-left div.form div.fields div.field div.label,
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1283 #content div.box-left div.form div.fields div.field div.label-summary,
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1284 #content div.box-right div.form div.fields div.field div.label-summary,
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1285 #content div.box-left div.form div.fields div.field div.label-summary
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1286 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1287 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1288 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1289 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1290 width: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1291 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1292 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1293 padding: 0 0 8px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1294 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1295
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1296 #content div.box div.form div.fields div.field div.label-select {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1297 padding: 5px 0 0 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1298 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1299
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1300 #content div.box-left div.form div.fields div.field div.label-select,
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1301 #content div.box-right div.form div.fields div.field div.label-select
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1302 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1303 padding: 0 0 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1304 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1305
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1306 #content div.box-left div.form div.fields div.field div.label-textarea,
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1307 #content div.box-right div.form div.fields div.field div.label-textarea
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1308 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1309 padding: 0 0 8px !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1310 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1311
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1312 #content div.box div.form div.fields div.field div.label label,div.label label
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1313 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1314 color: #393939;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1315 font-weight: 700;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1316 }
1721
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1317 #content div.box div.form div.fields div.field div.label label,div.label-summary label
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1318 {
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1319 color: #393939;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1320 font-weight: 700;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1321 }
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1322 #content div.box div.form div.fields div.field div.input {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1323 margin: 0 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1324 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1325
1721
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1326 #content div.box div.form div.fields div.field div.input.summary {
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1327 margin: 0 0 0 110px;
1721
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1328 }
1728
07e56179633e - fixes celery sqlalchemy session issues for async forking
Marcin Kuzminski <marcin@python-works.com>
parents: 1724
diff changeset
1329 #content div.box div.form div.fields div.field div.input.summary-short {
07e56179633e - fixes celery sqlalchemy session issues for async forking
Marcin Kuzminski <marcin@python-works.com>
parents: 1724
diff changeset
1330 margin: 0 0 0 110px;
07e56179633e - fixes celery sqlalchemy session issues for async forking
Marcin Kuzminski <marcin@python-works.com>
parents: 1724
diff changeset
1331 }
1485
269905fac50a added uploading of files from web interface directly into repo
Marcin Kuzminski <marcin@python-works.com>
parents: 1483
diff changeset
1332 #content div.box div.form div.fields div.field div.file {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1333 margin: 0 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1334 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1335
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1336 #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1337 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1338 margin: 0 0 0 0px;
578
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
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1341 #content div.box div.form div.fields div.field div.input input {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1342 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1343 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1344 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1345 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1346 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1347 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1348 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1349 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1350 padding: 7px 7px 6px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1351 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1352
1813
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
1353 #content div.box div.form div.fields div.field div.input input#clone_url,
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
1354 #content div.box div.form div.fields div.field div.input input#clone_url_id
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
1355 {
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
1356 font-size: 16px;
1813
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
1357 padding: 2px;
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
1358 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
1359
1485
269905fac50a added uploading of files from web interface directly into repo
Marcin Kuzminski <marcin@python-works.com>
parents: 1483
diff changeset
1360 #content div.box div.form div.fields div.field div.file input {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1361 background: none repeat scroll 0 0 #FFFFFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1362 border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1363 border-style: solid;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1364 border-width: 1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1365 color: #000000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1366 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1367 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1368 padding: 7px 7px 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1369 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1370
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1371 #content div.box div.form div.fields div.field div.input input.small {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1372 width: 30%;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1373 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1374
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1375 #content div.box div.form div.fields div.field div.input input.medium {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1376 width: 55%;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1377 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1378
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1379 #content div.box div.form div.fields div.field div.input input.large {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1380 width: 85%;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1381 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1382
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1383 #content div.box div.form div.fields div.field div.input input.date {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1384 width: 177px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1385 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1386
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1387 #content div.box div.form div.fields div.field div.input input.button {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1388 background: #D4D0C8;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1389 border-top: 1px solid #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1390 border-left: 1px solid #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1391 border-right: 1px solid #404040;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1392 border-bottom: 1px solid #404040;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1393 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1394 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1395 padding: 4px 8px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1396 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1397
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1398 #content div.box div.form div.fields div.field div.textarea {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1399 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1400 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1401 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1402 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1403 margin: 0 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1404 padding: 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1405 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1406
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-editor {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1408 border: 1px solid #ddd;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1409 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1410 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1411
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1412 #content div.box div.form div.fields div.field div.textarea textarea {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1413 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1414 height: 220px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1415 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1416 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1417 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1418 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1419 outline: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1420 border-width: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1421 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1422 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1423 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1424
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1425 #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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1426 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1427 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1428 height: 100px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1429 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1430
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1431 #content div.box div.form div.fields div.field div.textarea table {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1432 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1433 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1434 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1435 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1436 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1437
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1438 #content div.box div.form div.fields div.field div.textarea table td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1439 background: #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1440 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1441 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1442 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1443
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1444 #content div.box div.form div.fields div.field div.textarea table td table
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1445 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1446 width: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1447 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1448 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1449 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1450 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1451
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1452 #content div.box div.form div.fields div.field div.textarea table td table td
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1453 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1454 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1455 padding: 5px 5px 5px 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1456 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1457
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1458 #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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1459 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1460 background: #f6f6f6;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1461 border-color: #666;
397
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1462 }
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1463
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1464 div.form div.fields div.field div.button {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1465 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1466 padding: 0 0 0 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1467 }
1602
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1468 #content div.box table.noborder {
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1469 border: 1px solid transparent;
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1470 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1471
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1472 #content div.box table {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1473 width: 100%;
1602
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1474 border-collapse: separate;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1475 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1476 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1477 border: 1px solid #eee;
1602
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1478 -webkit-border-radius: 4px;
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1479 -moz-border-radius: 4px;
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1480 border-radius: 4px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1481 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1482
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1483 #content div.box table th {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1484 background: #eee;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1485 border-bottom: 1px solid #ddd;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1486 padding: 5px 0px 5px 5px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1487 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1488
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1489 #content div.box table th.left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1490 text-align: left;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1491 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1492
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1493 #content div.box table th.right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1494 text-align: right;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1495 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1496
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1497 #content div.box table th.center {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1498 text-align: center;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1499 }
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 #content div.box table th.selected {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1502 vertical-align: middle;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1503 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1504 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1505
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1506 #content div.box table td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1507 background: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1508 border-bottom: 1px solid #cdcdcd;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1509 vertical-align: middle;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1510 padding: 5px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1511 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1512
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1513 #content div.box table tr.selected td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1514 background: #FFC;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1515 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1516
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1517 #content div.box table td.selected {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1518 width: 3%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1519 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1520 vertical-align: middle;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1521 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1522 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1523
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1524 #content div.box table td.action {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1525 width: 45%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1526 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1527 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1528
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1529 #content div.box table td.date {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1530 width: 33%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1531 text-align: center;
362
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.action {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1535 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1536 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1537 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1538 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1539 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1540 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1541
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1542 #content div.box div.action select {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1543 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1544 margin: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1545 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1546
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1547 #content div.box div.action .ui-selectmenu {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1548 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1549 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1550 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1551
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1552 #content div.box div.pagination {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1553 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1554 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1555 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1556 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1557 padding: 0;
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
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1560 #content div.box div.pagination ul.pager {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1561 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1562 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1563 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1564 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1565 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1566
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1567 #content div.box div.pagination ul.pager li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1568 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1569 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1570 list-style: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1571 background: #ebebeb url("../images/pager.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1572 border-top: 1px solid #dedede;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1573 border-left: 1px solid #cfcfcf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1574 border-right: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1575 border-bottom: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1576 color: #4A4A4A;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1577 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1578 margin: 0 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1579 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1580 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1581
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1582 #content div.box div.pagination ul.pager li.separator {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1583 padding: 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1584 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1585
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1586 #content div.box div.pagination ul.pager li.current {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1587 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1588 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1589 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1590 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1591 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1592 color: #515151;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1593 padding: 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1594 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1595
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1596 #content div.box div.pagination ul.pager li a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1597 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1598 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1599 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1600 color: #515151;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1601 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1602 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1603 padding: 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1604 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1605
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1606 #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1607 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1608 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1609 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1610 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1611 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1612 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1613 margin: -1px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1614 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1615
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1616 #content div.box div.pagination-wh {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1617 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1618 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1619 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1620 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1621 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1622 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1623 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1624
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1625 #content div.box div.pagination-right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1626 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1627 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1628
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1629 #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1630 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1631 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1632 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1633 background: #ebebeb url("../images/pager.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1634 border-top: 1px solid #dedede;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1635 border-left: 1px solid #cfcfcf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1636 border-right: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1637 border-bottom: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1638 color: #4A4A4A;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1639 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1640 margin: 0 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1641 padding: 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1642 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1643
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1644 #content div.box div.pagination-wh span.pager_curpage {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1645 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1646 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1647 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1648 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1649 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1650 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1651 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1652 color: #515151;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1653 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1654 margin: 0 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1655 padding: 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1656 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1657
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1658 #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1659 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1660 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1661 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1662 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1663 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1664 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1665 text-decoration: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1666 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1667
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1668 #content div.box div.traffic div.legend {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1669 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1670 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1671 border-bottom: 1px solid #ddd;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1672 margin: 0 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1673 padding: 0 0 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1674 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1675
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1676 #content div.box div.traffic div.legend h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1677 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1678 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1679 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1680 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1681 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1682
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1683 #content div.box div.traffic div.legend li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1684 list-style: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1685 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1686 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1687 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1688 padding: 0 8px 0 4px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1689 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1690
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1691 #content div.box div.traffic div.legend li.visits {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1692 border-left: 12px solid #edc240;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1693 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1694
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1695 #content div.box div.traffic div.legend li.pageviews {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1696 border-left: 12px solid #afd8f8;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1697 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1698
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1699 #content div.box div.traffic table {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1700 width: auto;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1701 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1702
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1703 #content div.box div.traffic table td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1704 background: transparent;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1705 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1706 padding: 2px 3px 3px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1707 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1708
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1709 #content div.box div.traffic table td.legendLabel {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1710 padding: 0 3px 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1711 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1712
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1713 #summary {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1714
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1715 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1716
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1717 #summary .desc {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1718 white-space: pre;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1719 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1720 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1721
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1722 #summary .repo_name {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1723 font-size: 1.6em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1724 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1725 vertical-align: baseline;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1726 clear: right
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1727 }
1310
4d37c3f2a410 fixed white-space formatting for description in summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1305
diff changeset
1728
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1729 #footer {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1730 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1731 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1732 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1733 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1734 padding: 0 10px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1735 margin: -10px 0 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1736 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1737
611
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
1738 #footer div#footer-inner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1739 background-color: #eedc94; background-repeat : repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1740 background-image : -khtml-gradient( linear, left top, left bottom,
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1741 from( #fceec1), to( #eedc94)); background-image : -moz-linear-gradient(
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1742 top, #003b76, #00376e); background-image : -ms-linear-gradient( top,
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1743 #003b76, #00376e); background-image : -webkit-gradient( linear, left
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1744 top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1745 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1746 background-image : -o-linear-gradient( top, #003b76, #00376e));
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1747 background-image : linear-gradient( top, #003b76, #00376e); filter :
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1748 progid : DXImageTransform.Microsoft.gradient ( startColorstr =
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1749 '#003b76', endColorstr = '#00376e', GradientType = 0);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1750 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1751 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1752 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1753 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1754 border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1755 background-repeat: repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1756 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1757 to(#eedc94) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1758 background-image: -moz-linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1759 background-image: -ms-linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1760 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1761 color-stop(100%, #00376e) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1762 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1763 background-image: -o-linear-gradient(top, #003b76, #00376e) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1764 background-image: linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1765 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1766 endColorstr='#00376e', GradientType=0 );
611
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
1767 }
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
1768
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
1769 #footer div#footer-inner p {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1770 padding: 15px 25px 15px 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1771 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1772 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1773 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1774
626
dfa7e1a95b60 added gpl license and submit a bug footer links
Marcin Kuzminski <marcin@python-works.com>
parents: 618
diff changeset
1775 #footer div#footer-inner .footer-link {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1776 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1777 padding-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1778 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1779
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1780 #footer div#footer-inner .footer-link a,#footer div#footer-inner .footer-link-right a
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1781 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1782 color: #FFF;
626
dfa7e1a95b60 added gpl license and submit a bug footer links
Marcin Kuzminski <marcin@python-works.com>
parents: 618
diff changeset
1783 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1784
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1785 #login div.title {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1786 width: 420px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1787 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1788 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1789 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1790 background-color: #eedc94; background-repeat : repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1791 background-image : -khtml-gradient( linear, left top, left bottom,
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1792 from( #fceec1), to( #eedc94)); background-image : -moz-linear-gradient(
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1793 top, #003b76, #00376e); background-image : -ms-linear-gradient( top,
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1794 #003b76, #00376e); background-image : -webkit-gradient( linear, left
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1795 top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1796 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1797 background-image : -o-linear-gradient( top, #003b76, #00376e));
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1798 background-image : linear-gradient( top, #003b76, #00376e); filter :
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1799 progid : DXImageTransform.Microsoft.gradient ( startColorstr =
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1800 '#003b76', endColorstr = '#00376e', GradientType = 0);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1801 margin: 0 auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1802 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1803 background-repeat: repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1804 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1805 to(#eedc94) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1806 background-image: -moz-linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1807 background-image: -ms-linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1808 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1809 color-stop(100%, #00376e) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1810 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1811 background-image: -o-linear-gradient(top, #003b76, #00376e) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1812 background-image: linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1813 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1814 endColorstr='#00376e', GradientType=0 );
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1815 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1816
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1817 #login div.inner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1818 width: 380px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1819 background: #FFF url("../images/login.png") no-repeat top left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1820 border-top: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1821 border-bottom: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1822 margin: 0 auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1823 padding: 20px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1824 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1825
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1826 #login div.form div.fields div.field div.label {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1827 width: 173px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1828 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1829 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1830 margin: 2px 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1831 padding: 5px 0 0 5px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1832 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1833
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1834 #login div.form div.fields div.field div.input input {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1835 width: 176px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1836 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1837 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1838 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1839 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1840 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1841 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1842 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1843 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1844 padding: 7px 7px 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1845 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1846
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1847 #login div.form div.fields div.buttons {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1848 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1849 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1850 border-top: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1851 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1852 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1853 padding: 10px 0 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1854 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1855
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1856 #login div.form div.links {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1857 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1858 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1859 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1860 padding: 0 0 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1861 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1862
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1863 #quick_login {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1864 top: 31px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1865 background-color: rgb(0, 51, 103);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1866 z-index: 999;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1867 height: 150px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1868 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1869 margin-left: -16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1870 width: 281px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1871 -webkit-border-radius: 0px 0px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1872 -khtml-border-radius: 0px 0px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1873 -moz-border-radius: 0px 0px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1874 border-radius: 0px 0px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1875 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1876 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1877
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1878 #quick_login .password_forgoten {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1879 padding-right: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1880 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1881 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1882 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1883
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1884 #quick_login .password_forgoten a {
1468
d23dd50b5e29 #243 add register link to login dropdown
Marcin Kuzminski <marcin@python-works.com>
parents: 1463
diff changeset
1885 font-size: 10px
d23dd50b5e29 #243 add register link to login dropdown
Marcin Kuzminski <marcin@python-works.com>
parents: 1463
diff changeset
1886 }
d23dd50b5e29 #243 add register link to login dropdown
Marcin Kuzminski <marcin@python-works.com>
parents: 1463
diff changeset
1887
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1888 #quick_login .register {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1889 padding-right: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1890 padding-top: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1891 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1892 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1893
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1894 #quick_login .register a {
1468
d23dd50b5e29 #243 add register link to login dropdown
Marcin Kuzminski <marcin@python-works.com>
parents: 1463
diff changeset
1895 font-size: 10px
d23dd50b5e29 #243 add register link to login dropdown
Marcin Kuzminski <marcin@python-works.com>
parents: 1463
diff changeset
1896 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1897
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1898 #quick_login div.form div.fields {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1899 padding-top: 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1900 padding-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1901 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1902
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1903 #quick_login div.form div.fields div.field {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1904 padding: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1905 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1906
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1907 #quick_login div.form div.fields div.field div.label label {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1908 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1909 padding-bottom: 3px;
1316
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
1910 }
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
1911
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
1912 #quick_login div.form div.fields div.field div.input input {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1913 width: 236px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1914 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1915 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1916 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1917 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1918 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1919 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1920 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1921 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1922 padding: 5px 7px 4px;
1316
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
1923 }
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
1924
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
1925 #quick_login div.form div.fields div.buttons {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1926 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1927 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1928 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1929 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1930 padding: 10px 14px 0px 5px;
1316
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
1931 }
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
1932
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
1933 #quick_login div.form div.links {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1934 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1935 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1936 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1937 padding: 0 0 2px;
1316
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
1938 }
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
1939
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1940 #register div.title {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1941 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1942 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1943 position: relative;
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
1944 background-color: #eedc94;
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
1945 background-repeat: repeat-x;
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
1946 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
1947 to(#eedc94) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
1948 background-image: -moz-linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
1949 background-image: -ms-linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
1950 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
1951 color-stop(100%, #00376e) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
1952 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
1953 background-image: -o-linear-gradient(top, #003b76, #00376e) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
1954 background-image: linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
1955 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
1956 endColorstr='#00376e', GradientType=0 );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1957 margin: 0 auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1958 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1959 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1960
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1961 #register div.inner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1962 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1963 border-top: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1964 border-bottom: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1965 margin: 0 auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1966 padding: 20px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1967 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1968
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1969 #register div.form div.fields div.field div.label {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1970 width: 135px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1971 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1972 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1973 margin: 2px 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1974 padding: 5px 0 0 5px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1975 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1976
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1977 #register div.form div.fields div.field div.input input {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1978 width: 300px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1979 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1980 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1981 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1982 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1983 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1984 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1985 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1986 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1987 padding: 7px 7px 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1988 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1989
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1990 #register div.form div.fields div.buttons {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1991 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1992 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1993 border-top: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1994 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1995 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1996 padding: 10px 0 0 150px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1997 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1998
416
25ab66a26975 fix for new bcrypt password.
Marcin Kuzminski <marcin@python-works.com>
parents: 410
diff changeset
1999 #register div.form div.activation_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2000 padding-top: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2001 padding-bottom: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2002 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2003
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2004 #journal .journal_day {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2005 font-size: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2006 padding: 10px 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2007 border-bottom: 2px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2008 margin-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2009 margin-right: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2010 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2011
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2012 #journal .journal_container {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2013 padding: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2014 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2015 margin: 0px 5px 0px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2016 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2017
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2018 #journal .journal_action_container {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2019 padding-left: 38px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2020 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2021
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2022 #journal .journal_user {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2023 color: #747474;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2024 font-size: 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2025 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2026 height: 30px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2027 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2028
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2029 #journal .journal_icon {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2030 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2031 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2032 padding-right: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2033 padding-top: 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2034 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2035
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2036 #journal .journal_action {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2037 padding-top: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2038 min-height: 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2039 float: left
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2040 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2041
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2042 #journal .journal_action_params {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2043 clear: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2044 padding-left: 22px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2045 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2046
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2047 #journal .journal_repo {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2048 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2049 margin-left: 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2050 padding-top: 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2051 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2052
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2053 #journal .date {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2054 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2055 color: #777777;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2056 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2057 padding-left: 22px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2058 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2059
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2060 #journal .journal_repo .journal_repo_name {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2061 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2062 font-size: 1.1em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2063 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2064
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2065 #journal .compare_view {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2066 padding: 5px 0px 5px 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2067 width: 95px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2068 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2069
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2070 .journal_highlight {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2071 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2072 padding: 0 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2073 vertical-align: bottom;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2074 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2075
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2076 .trending_language_tbl,.trending_language_tbl td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2077 border: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2078 margin: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2079 padding: 0 !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2080 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2081
1722
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2082 .trending_language_tbl,.trending_language_tbl tr {
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2083 border-spacing: 1px;
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2084 }
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2085
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2086 .trending_language {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2087 background-color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2088 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2089 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2090 min-width: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2091 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2092 height: 12px;
1722
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2093 margin-bottom: 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2094 margin-left: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2095 white-space: pre;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2096 padding: 3px;
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
2097 }
409
9b6c1de4ce9e some small template fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 402
diff changeset
2098
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2099 h3.files_location {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2100 font-size: 1.8em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2101 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2102 border-bottom: none !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2103 margin: 10px 0 !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2104 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2105
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2106 #files_data dl dt {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2107 float: left;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
2108 width: 60px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2109 margin: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2110 padding: 5px;
578
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
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2113 #files_data dl dd {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2114 margin: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2115 padding: 5px !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2116 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2117
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2118 #changeset_content {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2119 border: 1px solid #CCC;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2120 padding: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2121 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2122
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2123 #changeset_compare_view_content {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2124 border: 1px solid #CCC;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2125 padding: 5px;
1010
643e4a540ddd added nicer compare view
Marcin Kuzminski <marcin@python-works.com>
parents: 1009
diff changeset
2126 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2127
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2128 #changeset_content .container {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2129 min-height: 120px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2130 font-size: 1.2em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2131 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2132 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2133
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2134 #changeset_compare_view_content .compare_view_commits {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2135 width: auto !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2136 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2137
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2138 #changeset_compare_view_content .compare_view_commits td {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2139 padding: 0px 0px 0px 12px !important;
1010
643e4a540ddd added nicer compare view
Marcin Kuzminski <marcin@python-works.com>
parents: 1009
diff changeset
2140 }
643e4a540ddd added nicer compare view
Marcin Kuzminski <marcin@python-works.com>
parents: 1009
diff changeset
2141
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2142 #changeset_content .container .right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2143 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2144 width: 25%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2145 text-align: right;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2146 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2147
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2148 #changeset_content .container .left .message {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2149 white-space: pre-wrap;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2150 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2151 #changeset_content .container .left .message a:hover {
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2152 text-decoration: none;
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2153 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2154 .cs_files .cur_cs {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2155 margin: 10px 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2156 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2157 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2158
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2159 .cs_files .node {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2160 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2161 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2162
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2163 .cs_files .changes {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2164 float: right;
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2165 color:#003367;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2166
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2167 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2168
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2169 .cs_files .changes .added {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2170 background-color: #BBFFBB;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2171 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2172 text-align: center;
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2173 font-size: 9px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2174 padding: 2px 0px 2px 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2175 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2176
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2177 .cs_files .changes .deleted {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2178 background-color: #FF8888;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2179 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2180 text-align: center;
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2181 font-size: 9px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2182 padding: 2px 0px 2px 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2183 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2184
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2185 .cs_files .cs_added {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2186 background: url("../images/icons/page_white_add.png") no-repeat scroll
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2187 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2188 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2189 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2190 margin-top: 7px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2191 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2192 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2193
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2194 .cs_files .cs_changed {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2195 background: url("../images/icons/page_white_edit.png") no-repeat scroll
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2196 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2197 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2198 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2199 margin-top: 7px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2200 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2201 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2202
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2203 .cs_files .cs_removed {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2204 background: url("../images/icons/page_white_delete.png") no-repeat
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2205 scroll 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2206 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2207 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2208 margin-top: 7px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2209 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2210 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2211
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2212 #graph {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2213 overflow: hidden;
362
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
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2216 #graph_nodes {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2217 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2218 margin-right: -6px;
1655
a0287ee1fd87 fixes for DAG renderer on chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1654
diff changeset
2219 margin-top: 0px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2220 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2221
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2222 #graph_content {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2223 width: 800px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2224 float: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2225 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2226
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2227 #graph_content .container_header {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2228 border: 1px solid #CCC;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2229 padding: 10px;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2230 height: 45px;
1699
623b228cf325 cleaned up JS files in files templates.
Marcin Kuzminski <marcin@python-works.com>
parents: 1686
diff changeset
2231 -webkit-border-radius: 6px 6px 0px 0px;
623b228cf325 cleaned up JS files in files templates.
Marcin Kuzminski <marcin@python-works.com>
parents: 1686
diff changeset
2232 -moz-border-radius: 6px 6px 0px 0px;
623b228cf325 cleaned up JS files in files templates.
Marcin Kuzminski <marcin@python-works.com>
parents: 1686
diff changeset
2233 border-radius: 6px 6px 0px 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2234 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2235
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2236 #graph_content #rev_range_container {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2237 padding: 10px 0px;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2238 clear: both;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2239 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2240
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2241 #graph_content .container {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2242 border-bottom: 1px solid #CCC;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2243 border-left: 1px solid #CCC;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2244 border-right: 1px solid #CCC;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2245 min-height: 70px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2246 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2247 font-size: 1.2em;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2248 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2249
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2250 #graph_content .container .right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2251 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2252 width: 28%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2253 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2254 padding-bottom: 5px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2255 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2256
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2257 #graph_content .container .left .date {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2258 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2259 padding-bottom: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2260 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2261
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2262 #graph_content .container .left .date span {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2263 vertical-align: text-top;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2264 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2265
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2266 #graph_content .container .left .author {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2267 height: 22px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2268 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2269
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2270 #graph_content .container .left .author .user {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2271 color: #444444;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2272 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2273 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2274 margin-left: -4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2275 margin-top: 4px;
1463
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
2276 }
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
2277
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2278 #graph_content .container .left .message {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2279 font-size: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2280 padding-top: 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2281 white-space: pre-wrap;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2282 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2283
1600
84e2e29c0f03 changelog links no decoration
Marcin Kuzminski <marcin@python-works.com>
parents: 1599
diff changeset
2284 #graph_content .container .left .message a:hover{
84e2e29c0f03 changelog links no decoration
Marcin Kuzminski <marcin@python-works.com>
parents: 1599
diff changeset
2285 text-decoration: none;
84e2e29c0f03 changelog links no decoration
Marcin Kuzminski <marcin@python-works.com>
parents: 1599
diff changeset
2286 }
84e2e29c0f03 changelog links no decoration
Marcin Kuzminski <marcin@python-works.com>
parents: 1599
diff changeset
2287
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2288 .right div {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2289 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2290 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2291
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2292 .right .changes .changed_total {
1699
623b228cf325 cleaned up JS files in files templates.
Marcin Kuzminski <marcin@python-works.com>
parents: 1686
diff changeset
2293 border: 0px solid #DDD;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2294 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2295 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2296 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2297 min-width: 45px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2298 cursor: pointer;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2299 background: #FD8;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2300 font-weight: bold;
1699
623b228cf325 cleaned up JS files in files templates.
Marcin Kuzminski <marcin@python-works.com>
parents: 1686
diff changeset
2301 -webkit-border-radius: 0px 0px 0px 6px;
623b228cf325 cleaned up JS files in files templates.
Marcin Kuzminski <marcin@python-works.com>
parents: 1686
diff changeset
2302 -moz-border-radius: 0px 0px 0px 6px;
623b228cf325 cleaned up JS files in files templates.
Marcin Kuzminski <marcin@python-works.com>
parents: 1686
diff changeset
2303 border-radius: 0px 0px 0px 6px;
623b228cf325 cleaned up JS files in files templates.
Marcin Kuzminski <marcin@python-works.com>
parents: 1686
diff changeset
2304 padding: 2px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2305 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2306
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2307 .right .changes .added,.changed,.removed {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2308 border: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2309 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2310 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2311 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2312 min-width: 15px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2313 cursor: help;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2314 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2315
1129
fe7fa9942015 limited calculation of added/changed/removed files for large changesets, saving a lot of memory
Marcin Kuzminski <marcin@python-works.com>
parents: 1116
diff changeset
2316 .right .changes .large {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2317 border: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2318 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2319 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2320 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2321 min-width: 45px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2322 cursor: help;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2323 background: #54A9F7;
1129
fe7fa9942015 limited calculation of added/changed/removed files for large changesets, saving a lot of memory
Marcin Kuzminski <marcin@python-works.com>
parents: 1116
diff changeset
2324 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2325
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2326 .right .changes .added {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2327 background: #BFB;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2328 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2329
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2330 .right .changes .changed {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2331 background: #FD8;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2332 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2333
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2334 .right .changes .removed {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2335 background: #F88;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2336 }
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 .right .merge {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2339 vertical-align: top;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2340 font-size: 0.75em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2341 font-weight: 700;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2342 }
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 .right .parent {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2345 font-size: 90%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2346 font-family: monospace;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2347 padding: 2px 2px 2px 2px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2348 }
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2349 .right .logtags{
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2350 padding: 2px 2px 2px 2px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2351 }
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2352 .right .logtags .branchtag,.logtags .branchtag {
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2353 padding: 1px 3px 2px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2354 background-color: #bfbfbf;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2355 font-size: 9.75px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2356 font-weight: bold;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2357 color: #ffffff;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2358 text-transform: uppercase;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2359 white-space: nowrap;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2360 -webkit-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2361 -moz-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2362 border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2363 padding-left:4px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2364 }
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2365 .right .logtags .branchtag a:hover,.logtags .branchtag a{
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2366 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2367 }
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2368 .right .logtags .branchtag a:hover,.logtags .branchtag a:hover{
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2369 text-decoration: none;
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2370 color: #ffffff;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2371 }
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2372 .right .logtags .tagtag,.logtags .tagtag {
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2373 padding: 1px 3px 2px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2374 background-color: #62cffc;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2375 font-size: 9.75px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2376 font-weight: bold;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2377 color: #ffffff;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2378 text-transform: uppercase;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2379 white-space: nowrap;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2380 -webkit-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2381 -moz-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2382 border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2383 }
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2384 .right .logtags .tagtag a:hover,.logtags .tagtag a{
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2385 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2386 }
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2387 .right .logtags .tagtag a:hover,.logtags .tagtag a:hover{
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2388 text-decoration: none;
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2389 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2390 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2391 .right .logbooks .bookbook,.logbooks .bookbook {
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2392 padding: 1px 3px 2px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2393 background-color: #46A546;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2394 font-size: 9.75px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2395 font-weight: bold;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2396 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2397 text-transform: uppercase;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2398 white-space: nowrap;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2399 -webkit-border-radius: 3px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2400 -moz-border-radius: 3px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2401 border-radius: 3px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2402 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2403 .right .logbooks .bookbook,.logbooks .bookbook a{
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2404 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2405 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2406 .right .logbooks .bookbook,.logbooks .bookbook a:hover{
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2407 text-decoration: none;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2408 color: #ffffff;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2409 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2410 div.browserblock {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2411 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2412 border: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2413 background: #f8f8f8;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2414 font-size: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2415 line-height: 125%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2416 padding: 0;
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
2417 -webkit-border-radius: 6px 6px 0px 0px;
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
2418 -moz-border-radius: 6px 6px 0px 0px;
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
2419 border-radius: 6px 6px 0px 0px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2420 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2421
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2422 div.browserblock .browser-header {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2423 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2424 padding: 10px 0px 15px 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2425 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2426 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2427
949
3bc10f10f2f6 fixed file browsing ui and css
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
2428 div.browserblock .browser-nav {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2429 float: left
949
3bc10f10f2f6 fixed file browsing ui and css
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
2430 }
884
322b53be49cc Fixed url bug when using numeric revision in file browser,
Marcin Kuzminski <marcin@python-works.com>
parents: 816
diff changeset
2431
322b53be49cc Fixed url bug when using numeric revision in file browser,
Marcin Kuzminski <marcin@python-works.com>
parents: 816
diff changeset
2432 div.browserblock .browser-branch {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2433 float: left;
884
322b53be49cc Fixed url bug when using numeric revision in file browser,
Marcin Kuzminski <marcin@python-works.com>
parents: 816
diff changeset
2434 }
1304
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2435
884
322b53be49cc Fixed url bug when using numeric revision in file browser,
Marcin Kuzminski <marcin@python-works.com>
parents: 816
diff changeset
2436 div.browserblock .browser-branch label {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2437 color: #4A4A4A;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2438 vertical-align: text-top;
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
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2441 div.browserblock .browser-header span {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2442 margin-left: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2443 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2444 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2445
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2446 div.browserblock .browser-search {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2447 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2448 padding: 8px 8px 0px 5px;
1483
7b67b0dcad6d Added initial support for creating new nodes in repos
Marcin Kuzminski <marcin@python-works.com>
parents: 1477
diff changeset
2449 height: 20px;
7b67b0dcad6d Added initial support for creating new nodes in repos
Marcin Kuzminski <marcin@python-works.com>
parents: 1477
diff changeset
2450 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2451
1483
7b67b0dcad6d Added initial support for creating new nodes in repos
Marcin Kuzminski <marcin@python-works.com>
parents: 1477
diff changeset
2452 div.browserblock #node_filter_box {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2453
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2454 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2455
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2456 div.browserblock .search_activate {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2457 float: left
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2458 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2459
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2460 div.browserblock .add_node {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2461 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2462 padding-left: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2463 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2464
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2465 div.browserblock .search_activate a:hover,div.browserblock .add_node a:hover
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2466 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2467 text-decoration: none !important;
1452
8585fbf3ed06 Implemented #111 copy github node finder solution
Marcin Kuzminski <marcin@python-works.com>
parents: 1431
diff changeset
2468 }
8585fbf3ed06 Implemented #111 copy github node finder solution
Marcin Kuzminski <marcin@python-works.com>
parents: 1431
diff changeset
2469
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2470 div.browserblock .browser-body {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2471 background: #EEE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2472 border-top: 1px solid #CCC;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2473 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2474
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2475 table.code-browser {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2476 border-collapse: collapse;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2477 width: 100%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2478 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2479
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2480 table.code-browser tr {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2481 margin: 3px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2482 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2483
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2484 table.code-browser thead th {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2485 background-color: #EEE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2486 height: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2487 font-size: 1.1em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2488 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2489 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2490 padding-left: 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2491 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2492
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2493 table.code-browser tbody td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2494 padding-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2495 height: 20px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2496 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2497
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2498 table.code-browser .browser-file {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2499 background: url("../images/icons/document_16.png") no-repeat scroll 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2500 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2501 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2502 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2503 }
1775
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2504 .diffblock .changeset_header {
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2505 height: 16px;
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2506 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2507 .diffblock .changeset_file {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2508 background: url("../images/icons/file.png") no-repeat scroll 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2509 text-align: left;
1775
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2510 float: left;
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2511 padding: 2px 0px 2px 22px;
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2512 }
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2513 .diffblock .diff-menu-wrapper{
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2514 float: left;
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2515 }
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2516
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2517 .diffblock .diff-menu{
1775
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2518 position: absolute;
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2519 background: none repeat scroll 0 0 #FFFFFF;
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2520 border-color: #003367 #666666 #666666;
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2521 border-right: 1px solid #666666;
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2522 border-style: solid solid solid;
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2523 border-width: 1px;
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2524 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2525 margin-top:5px;
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2526 margin-left:1px;
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2527
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2528 }
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2529
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2530 .diffblock .diff-menu ul li {
1775
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2531 padding: 0px 0px 0px 0px !important;
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2532 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2533 .diffblock .diff-menu ul li a{
1775
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2534 display: block;
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2535 padding: 3px 8px 3px 8px !important;
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2536 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2537 .diffblock .diff-menu ul li a:hover{
1775
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2538 text-decoration: none;
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2539 background-color: #EEEEEE;
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
2540 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2541 table.code-browser .browser-dir {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2542 background: url("../images/icons/folder_16.png") no-repeat scroll 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2543 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2544 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2545 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2546 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2547
556
65b2f150beb7 Added searching for file names within the repository in rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 551
diff changeset
2548 .box .search {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2549 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2550 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2551 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2552 padding: 0 20px 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2553 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2554
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2555 .box .search div.search_path {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2556 background: none repeat scroll 0 0 #EEE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2557 border: 1px solid #CCC;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2558 color: blue;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2559 margin-bottom: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2560 padding: 10px 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2561 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2562
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2563 .box .search div.search_path div.link {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2564 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2565 margin-left: 25px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2566 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2567
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2568 .box .search div.search_path div.link a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2569 color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2570 cursor: pointer;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2571 text-decoration: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2572 }
556
65b2f150beb7 Added searching for file names within the repository in rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 551
diff changeset
2573
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2574 #path_unlock {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2575 color: red;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2576 font-size: 1.2em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2577 padding-left: 4px;
409
9b6c1de4ce9e some small template fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 402
diff changeset
2578 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2579
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2580 .info_box span {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2581 margin-left: 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2582 margin-right: 3px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2583 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2584
1304
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2585 .info_box .rev {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2586 color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2587 font-size: 1.6em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2588 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2589 vertical-align: sub;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2590 }
1304
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2591
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2592 .info_box input#at_rev,.info_box input#size {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2593 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2594 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2595 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2596 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2597 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2598 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2599 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2600 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2601 padding: 1px 5px 1px;
1304
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2602 }
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2603
375
3e55d9981c0e templating fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 373
diff changeset
2604 .info_box input#view {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2605 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2606 padding: 4px 3px 2px 2px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2607 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2608
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2609 .yui-overlay,.yui-panel-container {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2610 visibility: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2611 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2612 z-index: 2;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2613 }
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 .yui-tt {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2616 visibility: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2617 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2618 color: #666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2619 background-color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2620 border: 2px solid #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2621 font: 100% sans-serif;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2622 width: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2623 opacity: 1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2624 padding: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2625 white-space: pre-wrap;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2626 -webkit-border-radius: 8px 8px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2627 -khtml-border-radius: 8px 8px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2628 -moz-border-radius: 8px 8px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2629 border-radius: 8px 8px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2630 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2631 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2632
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2633 .ac {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2634 vertical-align: top;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2635 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2636
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2637 .ac .yui-ac {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2638 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2639 font-size: 100%;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2640 }
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 .ac .perm_ac {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2643 width: 15em;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2644 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2645
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2646 .ac .yui-ac-input {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2647 width: 100%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2648 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2649
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2650 .ac .yui-ac-container {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2651 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2652 top: 1.6em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2653 width: 100%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2654 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2655
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2656 .ac .yui-ac-content {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2657 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2658 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2659 border: 1px solid gray;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2660 background: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2661 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2662 z-index: 9050;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2663 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2664
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2665 .ac .yui-ac-shadow {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2666 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2667 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2668 background: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2669 -moz-opacity: 0.1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2670 opacity: .10;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2671 filter: alpha(opacity = 10);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2672 z-index: 9049;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2673 margin: .3em;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2674 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2675
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2676 .ac .yui-ac-content ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2677 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2678 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2679 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2680 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2681
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2682 .ac .yui-ac-content li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2683 cursor: default;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2684 white-space: nowrap;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2685 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2686 padding: 2px 5px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2687 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2688
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2689 .ac .yui-ac-content li.yui-ac-prehighlight {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2690 background: #B3D4FF;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2691 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2692
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2693 .ac .yui-ac-content li.yui-ac-highlight {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2694 background: #556CB5;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2695 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2696 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2697
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2698 .follow {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2699 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2700 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2701 width: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2702 cursor: pointer;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2703 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2704 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2705 margin-top: 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2706 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2707
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2708 .following {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2709 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2710 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2711 width: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2712 cursor: pointer;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2713 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2714 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2715 margin-top: 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2716 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2717
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2718 .currently_following {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2719 padding-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2720 padding-bottom: 5px;
737
d5bad4a2432f css + templates update for user dashboards
Marcin Kuzminski <marcin@python-works.com>
parents: 734
diff changeset
2721 }
d5bad4a2432f css + templates update for user dashboards
Marcin Kuzminski <marcin@python-works.com>
parents: 734
diff changeset
2722
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2723 .add_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2724 background: url("../images/icons/add.png") no-repeat scroll 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2725 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2726 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2727 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2728 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2729
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2730 .edit_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2731 background: url("../images/icons/folder_edit.png") no-repeat scroll 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2732 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2733 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2734 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2735 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2736
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2737 .delete_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2738 background: url("../images/icons/delete.png") no-repeat scroll 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2739 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2740 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2741 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2742 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2743
708
b9bbc0d6e9f3 added cache reset, stats reset, and delete into repository settings in admin.
Marcin Kuzminski <marcin@python-works.com>
parents: 703
diff changeset
2744 .refresh_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2745 background: url("../images/icons/arrow_refresh.png") no-repeat scroll
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2746 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2747 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2748 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2749 text-align: left;
708
b9bbc0d6e9f3 added cache reset, stats reset, and delete into repository settings in admin.
Marcin Kuzminski <marcin@python-works.com>
parents: 703
diff changeset
2750 }
b9bbc0d6e9f3 added cache reset, stats reset, and delete into repository settings in admin.
Marcin Kuzminski <marcin@python-works.com>
parents: 703
diff changeset
2751
1114
4de3fa6290a7 #109, added manual pull of changes for repositories that have remote location filled in.
Marcin Kuzminski <marcin@python-works.com>
parents: 1088
diff changeset
2752 .pull_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2753 background: url("../images/icons/connect.png") no-repeat scroll 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2754 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2755 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2756 text-align: left;
1114
4de3fa6290a7 #109, added manual pull of changes for repositories that have remote location filled in.
Marcin Kuzminski <marcin@python-works.com>
parents: 1088
diff changeset
2757 }
4de3fa6290a7 #109, added manual pull of changes for repositories that have remote location filled in.
Marcin Kuzminski <marcin@python-works.com>
parents: 1088
diff changeset
2758
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2759 .rss_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2760 background: url("../images/icons/rss_16.png") no-repeat scroll 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2761 padding-left: 20px;
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
2762 padding-top: 4px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2763 text-align: left;
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
2764 font-size: 8px
362
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 .atom_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2768 background: url("../images/icons/atom.png") no-repeat scroll 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2769 padding-left: 20px;
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
2770 padding-top: 4px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2771 text-align: left;
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
2772 font-size: 8px
362
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 .archive_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2776 background: url("../images/icons/compress.png") no-repeat scroll 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2777 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2778 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2779 padding-top: 1px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2780 }
1248
5da25ade33df fixed some buttons text issues. Reported by Thomas Waldmann
Marcin Kuzminski <marcin@python-works.com>
parents: 1247
diff changeset
2781
1085
3fe3285868d1 implemented public journal for anonymous users, admin can control which repositories
Marcin Kuzminski <marcin@python-works.com>
parents: 1052
diff changeset
2782 .start_following_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2783 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2784 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2785 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2786 padding-top: 0px;
1085
3fe3285868d1 implemented public journal for anonymous users, admin can control which repositories
Marcin Kuzminski <marcin@python-works.com>
parents: 1052
diff changeset
2787 }
1248
5da25ade33df fixed some buttons text issues. Reported by Thomas Waldmann
Marcin Kuzminski <marcin@python-works.com>
parents: 1247
diff changeset
2788
1085
3fe3285868d1 implemented public journal for anonymous users, admin can control which repositories
Marcin Kuzminski <marcin@python-works.com>
parents: 1052
diff changeset
2789 .stop_following_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2790 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2791 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2792 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2793 padding-top: 0px;
1085
3fe3285868d1 implemented public journal for anonymous users, admin can control which repositories
Marcin Kuzminski <marcin@python-works.com>
parents: 1052
diff changeset
2794 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2795
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2796 .action_button {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2797 border: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2798 display: inline;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2799 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2800
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2801 .action_button:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2802 border: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2803 text-decoration: underline;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2804 cursor: pointer;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2805 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2806
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2807 #switch_repos {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2808 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2809 height: 25px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2810 z-index: 1;
373
3171614c0067 Added permissions check on repo switcher,
Marcin Kuzminski <marcin@python-works.com>
parents: 366
diff changeset
2811 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2812
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2813 #switch_repos select {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2814 min-width: 150px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2815 max-height: 250px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2816 z-index: 1;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2817 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2818
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2819 .breadcrumbs {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2820 border: medium none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2821 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2822 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2823 text-transform: uppercase;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2824 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2825 font-size: 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2826 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2827 padding: 11px 0 11px 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2828 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2829
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2830 .breadcrumbs a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2831 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2832 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2833
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2834 .flash_msg {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2835
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2836 }
362
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 .flash_msg ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2839
362
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 .error_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2843 background-color: #c43c35;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2844 background-repeat: repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2845 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2846 to(#c43c35) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2847 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2848 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2849 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2850 color-stop(100%, #c43c35) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2851 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2852 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2853 background-image: linear-gradient(top, #ee5f5b, #c43c35);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2854 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2855 endColorstr='#c43c35', GradientType=0 );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2856 border-color: #c43c35 #c43c35 #882a25;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2857 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2858
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2859 .warning_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2860 color: #404040 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2861 background-color: #eedc94;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2862 background-repeat: repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2863 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2864 to(#eedc94) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2865 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2866 background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2867 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2868 color-stop(100%, #eedc94) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2869 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2870 background-image: -o-linear-gradient(top, #fceec1, #eedc94);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2871 background-image: linear-gradient(top, #fceec1, #eedc94);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2872 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1',
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2873 endColorstr='#eedc94', GradientType=0 );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2874 border-color: #eedc94 #eedc94 #e4c652;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2875 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2876
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2877 .success_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2878 background-color: #57a957;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2879 background-repeat: repeat-x !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2880 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2881 to(#57a957) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2882 background-image: -moz-linear-gradient(top, #62c462, #57a957);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2883 background-image: -ms-linear-gradient(top, #62c462, #57a957);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2884 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2885 color-stop(100%, #57a957) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2886 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2887 background-image: -o-linear-gradient(top, #62c462, #57a957);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2888 background-image: linear-gradient(top, #62c462, #57a957);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2889 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462',
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2890 endColorstr='#57a957', GradientType=0 );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2891 border-color: #57a957 #57a957 #3d773d;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2892 }
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 .notice_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2895 background-color: #339bb9;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2896 background-repeat: repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2897 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2898 to(#339bb9) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2899 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2900 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2901 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2902 color-stop(100%, #339bb9) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2903 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2904 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2905 background-image: linear-gradient(top, #5bc0de, #339bb9);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2906 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de',
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2907 endColorstr='#339bb9', GradientType=0 );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2908 border-color: #339bb9 #339bb9 #22697d;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2909 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2910
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2911 .success_msg,.error_msg,.notice_msg,.warning_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2912 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2913 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2914 min-height: 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2915 line-height: 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2916 margin-bottom: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2917 margin-top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2918 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2919 overflow: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2920 padding: 6px 10px 6px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2921 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2922 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2923 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2924 border-width: 1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2925 border-style: solid;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2926 -webkit-border-radius: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2927 -moz-border-radius: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2928 border-radius: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2929 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2930 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2931 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2932 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2933
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2934 #msg_close {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2935 background: transparent url("../icons/cross_grey_small.png") no-repeat
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2936 scroll 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2937 cursor: pointer;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2938 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2939 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2940 right: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2941 top: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2942 width: 16px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2943 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2944
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2945 div#legend_container table,div#legend_choices table {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2946 width: auto !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2947 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2948
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2949 table#permissions_manage {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2950 width: 0 !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2951 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2952
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2953 table#permissions_manage span.private_repo_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2954 font-size: 0.8em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2955 opacity: 0.6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2956 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2957
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2958 table#permissions_manage td.private_repo_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2959 font-size: 0.8em;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2960 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2961
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2962 table#permissions_manage tr#add_perm_input td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2963 vertical-align: middle;
448
4679105ef03e more css html fixes (+cleanups), rewrote definition list for files
Marcin Kuzminski <marcin@python-works.com>
parents: 447
diff changeset
2964 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2965
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
2966 div.gravatar {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2967 background-color: #FFF;
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
2968 border: 0px solid #D0D0D0;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2969 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2970 margin-right: 0.7em;
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
2971 padding: 2px 2px 2px 2px;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
2972 line-height:0;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2973 -webkit-border-radius: 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2974 -khtml-border-radius: 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2975 -moz-border-radius: 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2976 border-radius: 6px;
1463
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
2977 }
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
2978
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
2979 div.gravatar img {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2980 -webkit-border-radius: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2981 -khtml-border-radius: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2982 -moz-border-radius: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2983 border-radius: 4px;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2984 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
2985
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
2986 #header,#content,#footer {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2987 min-width: 978px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2988 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2989
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
2990 #content {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2991 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2992 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2993 padding: 14px 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2994 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2995
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2996 #content div.box div.title div.search {
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2997
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2998 border-left: 1px solid #316293;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2999 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3000
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3001 #content div.box div.title div.search div.input input {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3002 border: 1px solid #316293;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3003 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3004
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3005 .ui-btn{
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3006 color: #515151;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3007 background-color: #DADADA;
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3008 background-repeat: repeat-x;
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3009 background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) );
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3010 background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3011 background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3012 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) );
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3013 background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) );
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3014 background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) );
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3015 background-image: linear-gradient(top, #F4F4F4, #DADADA);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3016 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3017
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3018 border-top: 1px solid #DDD;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3019 border-left: 1px solid #c6c6c6;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3020 border-right: 1px solid #DDD;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3021 border-bottom: 1px solid #c6c6c6;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3022 color: #515151;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3023 outline: none;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3024 margin: 0px 3px 3px 0px;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3025 -webkit-border-radius: 4px 4px 4px 4px !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3026 -khtml-border-radius: 4px 4px 4px 4px !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3027 -moz-border-radius: 4px 4px 4px 4px !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3028 border-radius: 4px 4px 4px 4px !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3029 cursor: pointer !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3030 padding: 3px 3px 3px 3px;
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
3031 background-position: 0 -15px;
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3032
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3033 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3034 .ui-btn.xsmall{
1706
07c8838ebfd3 ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1705
diff changeset
3035 padding: 1px 2px 1px 1px;
07c8838ebfd3 ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1705
diff changeset
3036 }
1813
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
3037 .ui-btn.clone{
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
3038 padding: 5px 2px 6px 1px;
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
3039 margin: 0px -4px 3px 0px;
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
3040 -webkit-border-radius: 4px 0px 0px 4px !important;
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
3041 -khtml-border-radius: 4px 0px 0px 4px !important;
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
3042 -moz-border-radius: 4px 0px 0px 4px !important;
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
3043 border-radius: 4px 0px 0px 4px !important;
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
3044 width: 100px;
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
3045 text-align: center;
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
3046 float: left;
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
3047 position: absolute;
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
3048 }
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3049 .ui-btn:focus {
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3050 outline: none;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3051 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3052 .ui-btn:hover{
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
3053 background-position: 0 0px;
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3054 text-decoration: none;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3055 color: #515151;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3056 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3057 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3058
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3059 .ui-btn.red{
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3060 color:#fff;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3061 background-color: #c43c35;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3062 background-repeat: repeat-x;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3063 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3064 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3065 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3066 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3067 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3068 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3069 background-image: linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3070 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3071 border-color: #c43c35 #c43c35 #882a25;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3072 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3073 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3074
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3075
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3076 .ui-btn.blue{
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3077 background-color: #339bb9;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3078 background-repeat: repeat-x;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3079 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3080 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3081 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3082 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3083 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3084 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3085 background-image: linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3086 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3087 border-color: #339bb9 #339bb9 #22697d;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3088 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3089 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3090
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3091 .ui-btn.green{
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3092 background-color: #57a957;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3093 background-repeat: repeat-x;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3094 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3095 background-image: -moz-linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3096 background-image: -ms-linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3097 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3098 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3099 background-image: -o-linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3100 background-image: linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3101 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3102 border-color: #57a957 #57a957 #3d773d;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3103 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1305
166317d464f3 Added server side file editing with commit
Marcin Kuzminski <marcin@python-works.com>
parents: 1304
diff changeset
3104 }
166317d464f3 Added server side file editing with commit
Marcin Kuzminski <marcin@python-works.com>
parents: 1304
diff changeset
3105
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3106 ins,div.options a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3107 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3108 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3109
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3110 img,
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3111 #header #header-inner #quick li a:hover span.normal,
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3112 #header #header-inner #quick li ul li.last,
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3113 #content div.box div.form div.fields div.field div.textarea table td table td a,
1813
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
3114 #clone_url,
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
3115 #clone_url_id
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3116 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3117 border: none;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3118 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3119
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3120 img.icon,.right .merge img {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3121 vertical-align: bottom;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3122 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3123
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3124 #header ul#logged-user,#content div.box div.title ul.links,
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3125 #content div.box div.message div.dismiss,
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3126 #content div.box div.traffic div.legend ul
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3127 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3128 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3129 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3130 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3131 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3132
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3133 #header #header-inner #home,#header #header-inner #logo,
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3134 #content div.box ul.left,#content div.box ol.left,
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3135 #content div.box div.pagination-left,div#commit_history,
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3136 div#legend_data,div#legend_container,div#legend_choices
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3137 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3138 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3139 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3140
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3141 #header #header-inner #quick li:hover ul ul,
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3142 #header #header-inner #quick li:hover ul ul ul,
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3143 #header #header-inner #quick li:hover ul ul ul ul,
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3144 #content #left #menu ul.closed,#content #left #menu li ul.collapsed,.yui-tt-shadow
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3145 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3146 display: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3147 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3148
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3149 #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,#content #left #menu ul.opened,#content #left #menu li ul.expanded
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3150 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3151 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3152 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3153
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3154 #content div.graph {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3155 padding: 0 10px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3156 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3157
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3158 #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3159 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3160 color: #bfe3ff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3161 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3162
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3163 #content div.box ol.lower-roman,#content div.box ol.upper-roman,#content div.box ol.lower-alpha,#content div.box ol.upper-alpha,#content div.box ol.decimal
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3164 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3165 margin: 10px 24px 10px 44px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3166 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3167
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3168 #content div.box div.form,#content div.box div.table,#content div.box div.traffic
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3169 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3170 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3171 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3172 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3173 padding: 0 20px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3174 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3175
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3176 #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3177 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3178 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3179 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3180 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3181 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3182 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3183
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3184 #content div.box div.form div.fields div.field div.label span,#login div.form div.fields div.field div.label span,#register div.form div.fields div.field div.label span
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3185 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3186 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3187 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3188 color: #363636;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3189 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3190 padding: 2px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3191 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3192
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3193 #content div.box div.form div.fields div.field div.input input.error,#login div.form div.fields div.field div.input input.error,#register div.form div.fields div.field div.input input.error
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3194 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3195 background: #FBE3E4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3196 border-top: 1px solid #e1b2b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3197 border-left: 1px solid #e1b2b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3198 border-right: 1px solid #FBC2C4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3199 border-bottom: 1px solid #FBC2C4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3200 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3201
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3202 #content div.box div.form div.fields div.field div.input input.success,#login div.form div.fields div.field div.input input.success,#register div.form div.fields div.field div.input input.success
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3203 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3204 background: #E6EFC2;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3205 border-top: 1px solid #cebb98;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3206 border-left: 1px solid #cebb98;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3207 border-right: 1px solid #c6d880;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3208 border-bottom: 1px solid #c6d880;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3209 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3210
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3211 #content div.box-left div.form div.fields div.field div.textarea,#content div.box-right div.form div.fields div.field div.textarea,#content div.box div.form div.fields div.field div.select select,#content div.box table th.selected input,#content div.box table td.selected input
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3212 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3213 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3214 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3215
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3216 #content div.box-left div.form div.fields div.field div.select,#content div.box-left div.form div.fields div.field div.checkboxes,#content div.box-left div.form div.fields div.field div.radios,#content div.box-right div.form div.fields div.field div.select,#content div.box-right div.form div.fields div.field div.checkboxes,#content div.box-right div.form div.fields div.field div.radios
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3217 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3218 margin: 0 0 0 0px !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3219 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3220 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3221
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3222 #content div.box div.form div.fields div.field div.select,#content div.box div.form div.fields div.field div.checkboxes,#content div.box div.form div.fields div.field div.radios
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3223 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3224 margin: 0 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3225 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3226 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3227
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3228 #content div.box div.form div.fields div.field div.select a:hover,#content div.box div.form div.fields div.field div.select a.ui-selectmenu:hover,#content div.box div.action a:hover
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3229 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3230 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3231 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3232 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3233
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3234 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3235 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3236 border: 1px solid #666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3237 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3238
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3239 #content div.box div.form div.fields div.field div.checkboxes div.checkbox,#content div.box div.form div.fields div.field div.radios div.radio
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3240 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3241 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3242 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3243 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3244 padding: 8px 0 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3245 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3246
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3247 #content div.box div.form div.fields div.field div.checkboxes div.checkbox input,#content div.box div.form div.fields div.field div.radios div.radio input
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3248 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3249 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3250 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3251 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3252
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3253 #content div.box div.form div.fields div.field div.checkboxes div.checkbox label,#content div.box div.form div.fields div.field div.radios div.radio label
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3254 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3255 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3256 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3257 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3258 margin: 2px 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3259 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3260
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3261 div.form div.fields div.field div.button input,#content div.box div.form div.fields div.buttons input,div.form div.fields div.buttons input,#content div.box div.action div.button input
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3262 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3263 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3264 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3265 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3266 margin: 0;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3267 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3268
1471
f4725d9faf84 simplify !
Marcin Kuzminski <marcin@python-works.com>
parents: 1470
diff changeset
3269 input.ui-button {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3270 background: #e5e3e3 url("../images/button.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3271 border-top: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3272 border-left: 1px solid #c6c6c6;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3273 border-right: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3274 border-bottom: 1px solid #c6c6c6;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3275 color: #515151 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3276 outline: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3277 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3278 padding: 6px 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3279 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3280 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3281 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3282 border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3283 box-shadow: 0 1px 0 #ececec;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3284 cursor: pointer;
1470
ea41c494cc3f beatify !
Marcin Kuzminski <marcin@python-works.com>
parents: 1468
diff changeset
3285 }
ea41c494cc3f beatify !
Marcin Kuzminski <marcin@python-works.com>
parents: 1468
diff changeset
3286
1471
f4725d9faf84 simplify !
Marcin Kuzminski <marcin@python-works.com>
parents: 1470
diff changeset
3287 input.ui-button:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3288 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3289 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3290 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3291 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3292 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3293 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3294
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3295 div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3296 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3297 display: inline;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3298 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3299
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3300 #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3301 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3302 margin: 10px 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3303 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3304 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3305
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3306 #content div.box-left div.form div.fields div.buttons,#content div.box-right div.form div.fields div.buttons,div.box-left div.form div.fields div.buttons,div.box-right div.form div.fields div.buttons
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3307 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3308 margin: 10px 0 0;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3309 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3310
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3311 #content div.box table td.user,#content div.box table td.address {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3312 width: 10%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3313 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3314 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3315
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3316 #content div.box div.action div.button,#login div.form div.fields div.field div.input div.link,#register div.form div.fields div.field div.input div.link
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3317 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3318 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3319 margin: 6px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3320 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3321 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3322
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3323 #content div.box div.action div.button input.ui-state-hover,#login div.form div.fields div.buttons input.ui-state-hover,#register div.form div.fields div.buttons input.ui-state-hover
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3324 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3325 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3326 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3327 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3328 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3329 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3330 color: #515151;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3331 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3332 padding: 6px 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3333 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3334
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3335 #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3336 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3337 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3338 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3339 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3340 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3341 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3342
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3343 #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3344 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3345 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3346 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3347 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3348 background: #ebebeb url("../images/pager.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3349 border-top: 1px solid #dedede;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3350 border-left: 1px solid #cfcfcf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3351 border-right: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3352 border-bottom: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3353 color: #4A4A4A;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3354 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3355 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3356 padding: 6px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3357 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3358
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3359 #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3360 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3361 color: #B4B4B4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3362 padding: 6px;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3363 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3364
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3365 #login,#register {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3366 width: 520px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3367 margin: 10% auto 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3368 padding: 0;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3369 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3370
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3371 #login div.color,#register div.color {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3372 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3373 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3374 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3375 margin: 10px auto 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3376 padding: 3px 3px 3px 0;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3377 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3378
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3379 #login div.color a,#register div.color a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3380 width: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3381 height: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3382 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3383 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3384 margin: 0 0 0 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3385 padding: 0;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3386 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3387
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3388 #login div.title h5,#register div.title h5 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3389 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3390 margin: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3391 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3392 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3393
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3394 #login div.form div.fields div.field,#register div.form div.fields div.field
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3395 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3396 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3397 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3398 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3399 padding: 0 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3400 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3401
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3402 #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3403 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3404 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3405 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3406 color: red;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3407 margin: 8px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3408 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3409 max-width: 320px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3410 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3411
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3412 #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3413 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3414 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3415 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3416 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3417
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3418 #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3419 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3420 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3421 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3422 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3423 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3424
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3425 #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3426 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3427 margin: 0 0 0 184px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3428 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3429 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3430
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3431 #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3432 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3433 color: #565656;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3434 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3435 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3436
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3437 #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3438 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3439 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3440 font-size: 1em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3441 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3442 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3443 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3444
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3445 #changeset_content .container .wrapper,#graph_content .container .wrapper
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3446 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3447 width: 600px;
578
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
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3450 #changeset_content .container .left,#graph_content .container .left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3451 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3452 width: 70%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3453 padding-left: 5px;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3454 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3455
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3456 #changeset_content .container .left .date,.ac .match {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3457 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3458 padding-top: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3459 padding-bottom: 5px;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3460 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3461
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3462 div#legend_container table td,div#legend_choices table td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3463 border: none !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3464 height: 20px !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3465 padding: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3466 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3467
1624
64f44c2cf47c fixes small css issues with chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1610
diff changeset
3468 .q_filter_box {
64f44c2cf47c fixes small css issues with chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1610
diff changeset
3469 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
64f44c2cf47c fixes small css issues with chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1610
diff changeset
3470 -webkit-border-radius: 4px;
64f44c2cf47c fixes small css issues with chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1610
diff changeset
3471 -moz-border-radius: 4px;
1654
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3472 border-radius: 4px;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3473 border: 0 none;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3474 color: #AAAAAA;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3475 margin-bottom: -4px;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3476 margin-top: -4px;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3477 padding-left: 3px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3478 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3479
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3480 #node_filter {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3481 border: 0px solid #545454;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3482 color: #AAAAAA;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3483 padding-left: 3px;
1605
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3484 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3485
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3486 /*README STYLE*/
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3487
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3488 div.readme {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3489 padding:0px;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3490 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3491
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3492 div.readme h2 {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3493 font-weight: normal;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3494 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3495
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3496 div.readme .readme_box {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3497 background-color: #fafafa;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3498 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3499
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3500 div.readme .readme_box {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3501 clear:both;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3502 overflow:hidden;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3503 margin:0;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3504 padding:0 20px 10px;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3505 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3506
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3507 div.readme .readme_box h1, div.readme .readme_box h2, div.readme .readme_box h3, div.readme .readme_box h4, div.readme .readme_box h5, div.readme .readme_box h6 {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3508 border-bottom: 0 !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3509 margin: 0 !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3510 padding: 0 !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3511 line-height: 1.5em !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3512 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3513
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3514
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3515 div.readme .readme_box h1:first-child {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3516 padding-top: .25em !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3517 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3518
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3519 div.readme .readme_box h2, div.readme .readme_box h3 {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3520 margin: 1em 0 !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3521 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3522
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3523 div.readme .readme_box h2 {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3524 margin-top: 1.5em !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3525 border-top: 4px solid #e0e0e0 !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3526 padding-top: .5em !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3527 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3528
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3529 div.readme .readme_box p {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3530 color: black !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3531 margin: 1em 0 !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3532 line-height: 1.5em !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3533 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3534
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3535 div.readme .readme_box ul {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3536 list-style: disc !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3537 margin: 1em 0 1em 2em !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3538 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3539
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3540 div.readme .readme_box ol {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3541 list-style: decimal;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3542 margin: 1em 0 1em 2em !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3543 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3544
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3545 div.readme .readme_box pre, code {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3546 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3547 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3548
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3549 div.readme .readme_box code {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3550 font-size: 12px !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3551 background-color: ghostWhite !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3552 color: #444 !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3553 padding: 0 .2em !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3554 border: 1px solid #dedede !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3555 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3556
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3557 div.readme .readme_box pre code {
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3558 padding: 0 !important;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3559 font-size: 12px !important;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3560 background-color: #eee !important;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3561 border: none !important;
1605
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3562 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3563
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3564 div.readme .readme_box pre {
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3565 margin: 1em 0;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3566 font-size: 12px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3567 background-color: #eee;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3568 border: 1px solid #ddd;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3569 padding: 5px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3570 color: #444;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3571 overflow: auto;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3572 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3573 -webkit-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3574 -moz-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3575 border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3576 }
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3577
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3578
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3579 /** RST STYLE **/
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3580
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3581
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3582 div.rst-block {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3583 padding:0px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3584 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3585
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3586 div.rst-block h2 {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3587 font-weight: normal;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3588 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3589
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3590 div.rst-block {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3591 background-color: #fafafa;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3592 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3593
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3594 div.rst-block {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3595 clear:both;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3596 overflow:hidden;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3597 margin:0;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3598 padding:0 20px 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3599 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3600
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3601 div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3602 border-bottom: 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3603 margin: 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3604 padding: 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3605 line-height: 1.5em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3606 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3607
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3608
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3609 div.rst-block h1:first-child {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3610 padding-top: .25em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3611 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3612
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3613 div.rst-block h2, div.rst-block h3 {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3614 margin: 1em 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3615 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3616
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3617 div.rst-block h2 {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3618 margin-top: 1.5em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3619 border-top: 4px solid #e0e0e0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3620 padding-top: .5em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3621 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3622
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3623 div.rst-block p {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3624 color: black !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3625 margin: 1em 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3626 line-height: 1.5em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3627 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3628
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3629 div.rst-block ul {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3630 list-style: disc !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3631 margin: 1em 0 1em 2em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3632 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3633
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3634 div.rst-block ol {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3635 list-style: decimal;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3636 margin: 1em 0 1em 2em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3637 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3638
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3639 div.rst-block pre, code {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3640 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3641 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3642
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3643 div.rst-block code {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3644 font-size: 12px !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3645 background-color: ghostWhite !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3646 color: #444 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3647 padding: 0 .2em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3648 border: 1px solid #dedede !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3649 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3650
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3651 div.rst-block pre code {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3652 padding: 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3653 font-size: 12px !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3654 background-color: #eee !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3655 border: none !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3656 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3657
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3658 div.rst-block pre {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3659 margin: 1em 0;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3660 font-size: 12px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3661 background-color: #eee;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3662 border: 1px solid #ddd;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3663 padding: 5px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3664 color: #444;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3665 overflow: auto;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3666 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3667 -webkit-border-radius: 3px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3668 -moz-border-radius: 3px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3669 border-radius: 3px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3670 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3671
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3672
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3673 /** comment main **/
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3674 .comments {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3675 padding:10px 20px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3676 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3677
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3678 .comments .comment {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3679 border: 1px solid #ddd;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3680 margin-top: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3681 -webkit-border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3682 -moz-border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3683 border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3684 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3685
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3686 .comments .comment .meta {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3687 background: #f8f8f8;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3688 padding: 6px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3689 border-bottom: 1px solid #ddd;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3690 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3691
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3692 .comments .comment .meta img {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3693 vertical-align: middle;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3694 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3695
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3696 .comments .comment .meta .user {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3697 font-weight: bold;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3698 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3699
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3700 .comments .comment .meta .date {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3701 float: right;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3702 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3703
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3704 .comments .comment .text {
1674
6f0143e5efe5 #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1670
diff changeset
3705 padding: 8px 6px 6px 14px;
6f0143e5efe5 #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1670
diff changeset
3706 background-color: #FAFAFA;
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3707 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3708
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3709 .comments .comments-number{
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3710 padding:0px 0px 10px 0px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3711 font-weight: bold;
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3712 color: #666;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3713 font-size: 16px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3714 }
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3715
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3716 /** comment form **/
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3717
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3718 .comment-form .clearfix{
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3719 background: #EEE;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3720 -webkit-border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3721 -moz-border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3722 border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3723 padding: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3724 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3725
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3726 div.comment-form {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3727 margin-top: 20px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3728 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3729
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3730 .comment-form strong {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3731 display: block;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3732 margin-bottom: 15px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3733 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3734
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3735 .comment-form textarea {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3736 width: 100%;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3737 height: 100px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3738 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3739 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3740
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3741 form.comment-form {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3742 margin-top: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3743 margin-left: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3744 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3745
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3746 .comment-form-submit {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3747 margin-top: 5px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3748 margin-left: 525px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3749 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3750
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3751 .file-comments {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3752 display: none;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3753 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3754
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3755 .comment-form .comment {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3756 margin-left: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3757 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3758
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3759 .comment-form .comment-help{
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3760 padding: 0px 0px 5px 0px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3761 color: #666;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3762 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3763
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3764 .comment-form .comment-button{
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3765 padding-top:5px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3766 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3767
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3768 .add-another-button {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3769 margin-left: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3770 margin-top: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3771 margin-bottom: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3772 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3773
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3774 .comment .buttons {
1674
6f0143e5efe5 #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1670
diff changeset
3775 position: absolute;
6f0143e5efe5 #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1670
diff changeset
3776 right:40px;
6f0143e5efe5 #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1670
diff changeset
3777 }
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3778
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3779
1686
6ff8bcb783e9 show inline comments option
Marcin Kuzminski <marcin@python-works.com>
parents: 1684
diff changeset
3780 .show-inline-comments{
6ff8bcb783e9 show inline comments option
Marcin Kuzminski <marcin@python-works.com>
parents: 1684
diff changeset
3781 position: relative;
6ff8bcb783e9 show inline comments option
Marcin Kuzminski <marcin@python-works.com>
parents: 1684
diff changeset
3782 top:1px
6ff8bcb783e9 show inline comments option
Marcin Kuzminski <marcin@python-works.com>
parents: 1684
diff changeset
3783 }
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3784
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3785 /** comment inline form **/
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3786
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3787 .comment-inline-form .clearfix{
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3788 background: #EEE;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3789 -webkit-border-radius: 4px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3790 -moz-border-radius: 4px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3791 border-radius: 4px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3792 padding: 5px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3793 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3794
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3795 div.comment-inline-form {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3796 margin-top: 5px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3797 padding:2px 6px 8px 6px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3798 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3799
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3800 .comment-inline-form strong {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3801 display: block;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3802 margin-bottom: 15px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3803 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3804
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3805 .comment-inline-form textarea {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3806 width: 100%;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3807 height: 100px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3808 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3809 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3810
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3811 form.comment-inline-form {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3812 margin-top: 10px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3813 margin-left: 10px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3814 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3815
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3816 .comment-inline-form-submit {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3817 margin-top: 5px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3818 margin-left: 525px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3819 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3820
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3821 .file-comments {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3822 display: none;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3823 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3824
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3825 .comment-inline-form .comment {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3826 margin-left: 10px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3827 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3828
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3829 .comment-inline-form .comment-help{
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3830 padding: 0px 0px 2px 0px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3831 color: #666666;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3832 font-size: 10px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3833 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3834
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3835 .comment-inline-form .comment-button{
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3836 padding-top:5px;
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3837 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3838
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3839 /** comment inline **/
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3840 .inline-comments {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3841 padding:10px 20px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3842 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3843
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3844 .inline-comments div.rst-block {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3845 clear:both;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3846 overflow:hidden;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3847 margin:0;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3848 padding:0 20px 0px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3849 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3850 .inline-comments .comment {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3851 border: 1px solid #ddd;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3852 -webkit-border-radius: 4px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3853 -moz-border-radius: 4px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3854 border-radius: 4px;
1684
99ab32357262 touch up padding on inline comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1682
diff changeset
3855 margin: 3px 3px 5px 5px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3856 background-color: #FAFAFA;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3857 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3858 .inline-comments .comment-wrapp{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3859 padding:1px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3860 }
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3861 .inline-comments .comment .meta {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3862 background: #f8f8f8;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3863 padding: 6px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3864 border-bottom: 1px solid #ddd;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3865 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3866
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3867 .inline-comments .comment .meta img {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3868 vertical-align: middle;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3869 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3870
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3871 .inline-comments .comment .meta .user {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3872 font-weight: bold;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3873 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3874
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3875 .inline-comments .comment .meta .date {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3876 float: right;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3877 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3878
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3879 .inline-comments .comment .text {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3880 padding: 8px 6px 6px 14px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3881 background-color: #FAFAFA;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3882 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3883
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3884 .inline-comments .comments-number{
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3885 padding:0px 0px 10px 0px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3886 font-weight: bold;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3887 color: #666;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3888 font-size: 16px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3889 }
1704
3efc47f59639 inline comment form is displayed now under all comments.
Marcin Kuzminski <marcin@python-works.com>
parents: 1702
diff changeset
3890 .inline-comments-button .add-comment{
3efc47f59639 inline comment form is displayed now under all comments.
Marcin Kuzminski <marcin@python-works.com>
parents: 1702
diff changeset
3891 margin:10px 5px !important;
3efc47f59639 inline comment form is displayed now under all comments.
Marcin Kuzminski <marcin@python-works.com>
parents: 1702
diff changeset
3892 }
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
3893 .notifications{
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
3894 width:22px;
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
3895 padding:2px;
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
3896 float:right;
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
3897 -webkit-border-radius: 4px;
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
3898 -moz-border-radius: 4px;
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
3899 border-radius: 4px;
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
3900 text-align: center;
1706
07c8838ebfd3 ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1705
diff changeset
3901 margin: 0px -10px 0px 5px;
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
3902 background-color: #DEDEDE;
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
3903 }
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
3904 .notifications a{
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
3905 color:#888 !important;
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
3906 display: block;
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
3907 font-size: 10px
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
3908 }
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
3909 .notifications a:hover{
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
3910 text-decoration: none !important;
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3911 }
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3912 .notification-header{
1787
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
3913 padding-top:6px;
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3914 }
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3915 .notification-header .desc{
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3916 font-size: 16px;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3917 height: 24px;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3918 float: left
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3919 }
1739
4a5b93b3bcdd forbid notifications view for anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 1737
diff changeset
3920 .notification-list .container.unread{
4a5b93b3bcdd forbid notifications view for anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 1737
diff changeset
3921
4a5b93b3bcdd forbid notifications view for anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 1737
diff changeset
3922 }
1787
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
3923 .notification-header .gravatar{
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
3924
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
3925 }
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3926 .notification-header .desc.unread{
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3927 font-weight: bold;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3928 font-size: 17px;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3929 }
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3930
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3931 .notification-header .delete-notifications{
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3932 float: right;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3933 padding-top: 8px;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3934 cursor: pointer;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3935 }
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3936 .notification-subject{
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3937 clear:both;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3938 border-bottom: 1px solid #eee;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3939 padding:5px 0px 5px 38px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3940 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3941
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3942
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3943 /*****************************************************************************
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3944 DIFFS CSS
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3945 ******************************************************************************/
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3946
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3947 div.diffblock {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3948 overflow: auto;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3949 padding: 0px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3950 border: 1px solid #ccc;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3951 background: #f8f8f8;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3952 font-size: 100%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3953 line-height: 100%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3954 /* new */
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3955 line-height: 125%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3956 -webkit-border-radius: 6px 6px 0px 0px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3957 -moz-border-radius: 6px 6px 0px 0px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3958 border-radius: 6px 6px 0px 0px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3959 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3960 div.diffblock.margined{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3961 margin: 0px 20px 0px 20px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3962 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3963 div.diffblock .code-header{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3964 border-bottom: 1px solid #CCCCCC;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3965 background: #EEEEEE;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3966 padding:10px 0 10px 0;
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
3967 height: 14px;
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
3968 }
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
3969 div.diffblock .code-header.cv{
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
3970 height: 34px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
3971 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
3972 div.diffblock .code-header-title{
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
3973 padding: 0px 0px 10px 5px !important;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
3974 margin: 0 !important;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
3975 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
3976
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
3977 div.diffblock .code-header .date{
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
3978 float:left;
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
3979 text-transform: uppercase;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3980 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3981 div.diffblock .code-header div{
1775
fb423ee576e8 changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
Marcin Kuzminski <marcin@python-works.com>
parents: 1774
diff changeset
3982 margin-left:4px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3983 font-weight: bold;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3984 font-size: 14px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3985 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3986 div.diffblock .code-body{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3987 background: #FFFFFF;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3988 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3989 div.diffblock pre.raw{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3990 background: #FFFFFF;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3991 color:#000000;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3992 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3993 table.code-difftable{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3994 border-collapse: collapse;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3995 width: 99%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3996 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3997 table.code-difftable td {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3998 padding: 0 !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
3999 background: none !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4000 border:0 !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4001 vertical-align: none !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4002 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4003 table.code-difftable .context{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4004 background:none repeat scroll 0 0 #DDE7EF;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4005 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4006 table.code-difftable .add{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4007 background:none repeat scroll 0 0 #DDFFDD;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4008 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4009 table.code-difftable .add ins{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4010 background:none repeat scroll 0 0 #AAFFAA;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4011 text-decoration:none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4012 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4013 table.code-difftable .del{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4014 background:none repeat scroll 0 0 #FFDDDD;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4015 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4016 table.code-difftable .del del{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4017 background:none repeat scroll 0 0 #FFAAAA;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4018 text-decoration:none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4019 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4020
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4021 /** LINE NUMBERS **/
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4022 table.code-difftable .lineno{
1805
e84b3d98c07b nicer diff
Marcin Kuzminski <marcin@python-works.com>
parents: 1787
diff changeset
4023
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4024 padding-left:2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4025 padding-right:2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4026 text-align:right;
1773
e8caed093994 diff line numbers fix
Marcin Kuzminski <marcin@python-works.com>
parents: 1772
diff changeset
4027 width:32px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4028 -moz-user-select:none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4029 -webkit-user-select: none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4030 border-right: 1px solid #CCC !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4031 border-left: 0px solid #CCC !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4032 border-top: 0px solid #CCC !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4033 border-bottom: none !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4034 vertical-align: middle !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4035
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4036 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4037 table.code-difftable .lineno.new {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4038 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4039 table.code-difftable .lineno.old {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4040 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4041 table.code-difftable .lineno a{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4042 color:#747474 !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4043 font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4044 letter-spacing:-1px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4045 text-align:right;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4046 padding-right: 2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4047 cursor: pointer;
1774
46766a3db255 diff line fix no#
Marcin Kuzminski <marcin@python-works.com>
parents: 1773
diff changeset
4048 display: block;
46766a3db255 diff line fix no#
Marcin Kuzminski <marcin@python-works.com>
parents: 1773
diff changeset
4049 width: 32px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4050 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4051
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4052 table.code-difftable .lineno-inline{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4053 background:none repeat scroll 0 0 #FFF !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4054 padding-left:2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4055 padding-right:2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4056 text-align:right;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4057 width:30px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4058 -moz-user-select:none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4059 -webkit-user-select: none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4060 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4061
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4062 /** CODE **/
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4063 table.code-difftable .code {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4064 display: block;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4065 width: 100%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4066 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4067 table.code-difftable .code td{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4068 margin:0;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4069 padding:0;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4070 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4071 table.code-difftable .code pre{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4072 margin:0;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4073 padding:0;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4074 height: 17px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4075 line-height: 17px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4076 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4077
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4078
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4079 .diffblock.margined.comm .line .code:hover{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4080 background-color:#FFFFCC !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4081 cursor: pointer !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4082 background-image:url("../images/icons/comment_add.png") !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4083 background-repeat:no-repeat !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4084 background-position: right !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4085 background-position: 0% 50% !important;
1787
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4086 }
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4087 .diffblock.margined.comm .line .code.no-comment:hover{
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4088 background-image: none !important;
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4089 cursor: auto !important;
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4090 background-color: inherit !important;
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4091
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4092 }