annotate rhodecode/public/css/style.css @ 2239:493e03a4d268 codereview

added changeset status into changelog view
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 05 May 2012 22:59:43 +0200
parents 09fd90d91b6a
children 87664e60bbc0
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
2118
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
188 .top-left-rounded-corner-mid {
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
189 -webkit-border-top-left-radius: 4px;
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
190 -khtml-border-radius-topleft: 4px;
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
191 -moz-border-radius-topleft: 4px;
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
192 border-top-left-radius: 4px;
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
193 }
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
194
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
195 .top-right-rounded-corner-mid {
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
196 -webkit-border-top-right-radius: 4px;
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
197 -khtml-border-radius-topright: 4px;
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
198 -moz-border-radius-topright: 4px;
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
199 border-top-right-radius: 4px;
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
200 }
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
201
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
202 .bottom-left-rounded-corner-mid {
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
203 -webkit-border-bottom-left-radius: 4px;
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
204 -khtml-border-radius-bottomleft: 4px;
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
205 -moz-border-radius-bottomleft: 4px;
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
206 border-bottom-left-radius: 4px;
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
207 }
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
208
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
209 .bottom-right-rounded-corner-mid {
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
210 -webkit-border-bottom-right-radius: 4px;
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
211 -khtml-border-radius-bottomright: 4px;
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
212 -moz-border-radius-bottomright: 4px;
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
213 border-bottom-right-radius: 4px;
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
214 }
Marcin Kuzminski <marcin@python-works.com>
parents: 2109
diff changeset
215
2103
Marcin Kuzminski <marcin@python-works.com>
parents: 2001
diff changeset
216 .help-block {
Marcin Kuzminski <marcin@python-works.com>
parents: 2001
diff changeset
217 color: #999999;
Marcin Kuzminski <marcin@python-works.com>
parents: 2001
diff changeset
218 display: block;
Marcin Kuzminski <marcin@python-works.com>
parents: 2001
diff changeset
219 margin-bottom: 0;
Marcin Kuzminski <marcin@python-works.com>
parents: 2001
diff changeset
220 margin-top: 5px;
Marcin Kuzminski <marcin@python-works.com>
parents: 2001
diff changeset
221 }
Marcin Kuzminski <marcin@python-works.com>
parents: 2001
diff changeset
222
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
223 #header {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
224 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
225 padding: 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
226 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
227
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
228 #header ul#logged-user {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
229 margin-bottom: 5px !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
230 -webkit-border-radius: 0px 0px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
231 -khtml-border-radius: 0px 0px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
232 -moz-border-radius: 0px 0px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
233 border-radius: 0px 0px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
234 height: 37px;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
235 background-color: #003B76;
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
236 background-repeat: repeat-x;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
237 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
238 background-image: -moz-linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
239 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1998
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
240 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
241 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
242 background-image: -o-linear-gradient(top, #003b76, #00376e);
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
243 background-image: linear-gradient(top, #003b76, #00376e);
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
244 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
245 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
246 }
30d3161c6683 Implemented fancier top menu for logged and anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 769
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 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
249 list-style: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
250 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
251 margin: 8px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
252 padding: 4px 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
253 border-left: 1px solid #316293;
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.first {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
257 border-left: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
258 margin: 4px;
784
30d3161c6683 Implemented fancier top menu for logged and anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 769
diff changeset
259 }
30d3161c6683 Implemented fancier top menu for logged and anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 769
diff changeset
260
30d3161c6683 Implemented fancier top menu for logged and anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 769
diff changeset
261 #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
262 margin-top: -2px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
263 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
264
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
265 #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
266 padding-top: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
267 float: left;
402
757c7eef0dcd implemented gravatars into main bar.
Marcin Kuzminski <marcin@python-works.com>
parents: 401
diff changeset
268 }
757c7eef0dcd implemented gravatars into main bar.
Marcin Kuzminski <marcin@python-works.com>
parents: 401
diff changeset
269
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
270 #header ul#logged-user li.last {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
271 border-right: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
272 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
273
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
274 #header ul#logged-user li a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
275 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
276 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
277 text-decoration: none;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
278 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
279
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
280 #header ul#logged-user li a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
281 text-decoration: underline;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
282 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
283
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
284 #header ul#logged-user li.highlight a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
285 color: #fff;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
286 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
287
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
288 #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
289 color: #FFF;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
290 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
291
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
292 #header #header-inner {
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
293 min-height: 44px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
294 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
295 position: relative;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
296 background-color: #003B76;
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
297 background-repeat: repeat-x;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
298 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
299 background-image: -moz-linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
300 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
301 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) );
1998
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
302 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
303 background-image: -o-linear-gradient(top, #003b76, #00376e);
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
304 background-image: linear-gradient(top, #003b76, #00376e);
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
305 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
306 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
307 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
308 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
309 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
310 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
311 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
312 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
313 border-radius: 4px 4px 4px 4px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
314 }
1610
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
315 #header #header-inner.hover{
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
316 position: fixed !important;
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
317 width: 100% !important;
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
318 margin-left: -10px !important;
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
319 z-index: 10000;
2001
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
320 -webkit-border-radius: 0px 0px 0px 0px;
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
321 -khtml-border-radius: 0px 0px 0px 0px;
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
322 -moz-border-radius: 0px 0px 0px 0px;
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
323 border-radius: 0px 0px 0px 0px;
1610
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
324 }
2163
e77fbd3b069c IE ui fixes ref #349
Marcin Kuzminski <marcin@python-works.com>
parents: 2145
diff changeset
325
e77fbd3b069c IE ui fixes ref #349
Marcin Kuzminski <marcin@python-works.com>
parents: 2145
diff changeset
326 .ie7 #header #header-inner.hover,
e77fbd3b069c IE ui fixes ref #349
Marcin Kuzminski <marcin@python-works.com>
parents: 2145
diff changeset
327 .ie8 #header #header-inner.hover,
e77fbd3b069c IE ui fixes ref #349
Marcin Kuzminski <marcin@python-works.com>
parents: 2145
diff changeset
328 .ie9 #header #header-inner.hover
e77fbd3b069c IE ui fixes ref #349
Marcin Kuzminski <marcin@python-works.com>
parents: 2145
diff changeset
329 {
e77fbd3b069c IE ui fixes ref #349
Marcin Kuzminski <marcin@python-works.com>
parents: 2145
diff changeset
330 z-index: auto !important;
e77fbd3b069c IE ui fixes ref #349
Marcin Kuzminski <marcin@python-works.com>
parents: 2145
diff changeset
331 }
e77fbd3b069c IE ui fixes ref #349
Marcin Kuzminski <marcin@python-works.com>
parents: 2145
diff changeset
332
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
333 #header #header-inner #home a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
334 height: 40px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
335 width: 46px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
336 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
337 background: url("../images/button_home.png");
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
338 background-position: 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
339 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
340 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
341 }
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 #header #header-inner #home a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
344 background-position: 0 -40px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
345 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
346
1552
2a3f32c38c5c ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1538
diff changeset
347 #header #header-inner #logo {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
348 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
349 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
350 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
351
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
352 #header #header-inner #logo h1 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
353 color: #FFF;
1928
470dd49966f3 new menu css fixes for chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1926
diff changeset
354 font-size: 20px;
470dd49966f3 new menu css fixes for chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1926
diff changeset
355 margin: 12px 0 0 13px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
356 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
357 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
358
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
359 #header #header-inner #logo a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
360 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
361 text-decoration: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
362 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
363
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
364 #header #header-inner #logo a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
365 color: #bfe3ff;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
366 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
367
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
368 #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
369 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
370 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
371 list-style-type: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
372 list-style-position: outside;
2001
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
373 margin: 8px 8px 0 0;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
374 padding: 0;
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 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
378 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
379 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
380 margin: 0 5px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
381 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
382 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
383
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
384 #header #header-inner #quick li a.menu_link {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
385 top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
386 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
387 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
388 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
389 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
390 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
391 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
392 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
393 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
394 background: #369;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
395 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
396 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
397 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
398 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
399 border-radius: 4px 4px 4px 4px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
400 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
401
747
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
402 #header #header-inner #quick li span.short {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
403 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
404 }
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
405
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
406 #header #header-inner #quick li span {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
407 top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
408 right: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
409 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
410 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
411 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
412 border-left: 1px solid #3f6f9f;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
413 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
414 padding: 10px 12px 8px 10px;
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 li span.normal {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
418 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
419 padding: 10px 12px 8px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
420 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
421
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
422 #header #header-inner #quick li span.icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
423 top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
424 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
425 border-left: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
426 border-right: 1px solid #2e5c89;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
427 padding: 8px 6px 4px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
428 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
429
747
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
430 #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
431 top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
432 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
433 border-left: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
434 border-right: 1px solid #2e5c89;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
435 padding: 8px 6px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
436 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
437
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
438 #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
439 {
1552
2a3f32c38c5c ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1538
diff changeset
440 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
441 }
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
442
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
443 #header #header-inner #quick li a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
444 background: #4e4e4e no-repeat top left;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
445 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
446
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
447 #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
448 border-left: 1px solid #545454;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
449 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
450
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
451 #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
452 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
453 border-left: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
454 border-right: 1px solid #464646;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
455 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
456
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
457 #header #header-inner #quick ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
458 top: 29px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
459 right: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
460 min-width: 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
461 display: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
462 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
463 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
464 border: 1px solid #666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
465 border-top: 1px solid #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
466 z-index: 100;
1940
ef23fa832ab2 fixed percentage in stats
Marcin Kuzminski <marcin@python-works.com>
parents: 1935
diff changeset
467 margin: 0px 0px 0px 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
468 padding: 0;
578
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
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
471 #header #header-inner #quick ul.repo_switcher {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
472 max-height: 275px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
473 overflow-x: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
474 overflow-y: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
475 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
476
1263
83714588272c added quick filter into repo switcher list
Marcin Kuzminski <marcin@python-works.com>
parents: 1257
diff changeset
477 #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
478 float: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
479 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
480 border-bottom: 2px solid #003367;
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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
483 #header #header-inner #quick .repo_switcher_type {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
484 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
485 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
486 top: 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
487 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
488
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
489 #header #header-inner #quick li ul li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
490 border-bottom: 1px solid #ddd;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
491 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
492
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
493 #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
494 width: 182px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
495 height: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
496 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
497 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
498 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
499 color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
500 font-weight: 400;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
501 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
502 padding: 7px 9px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
503 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
504
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
505 #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
506 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
507 background: #FFF;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
508 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
509
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
510 #header #header-inner #quick ul ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
511 top: auto;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
512 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
513
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
514 #header #header-inner #quick li ul ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
515 right: 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
516 max-height: 275px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
517 overflow: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
518 overflow-x: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
519 white-space: normal;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
520 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
521
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
522 #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
523 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
524 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
525 #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
526 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
527 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
528 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
529 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
530
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
531 #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
532 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
533 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
534 #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
535 min-width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
536 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
537 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
538 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
539
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
540 #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
541 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
542 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
543 9px #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
544 min-width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
545 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
546 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
547 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
548
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
549 #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
550 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
551 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
552 #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
553 min-width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
554 margin: 0 0 0 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
555 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
556 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
557
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
558 #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
559 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
560 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
561 #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
562 min-width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
563 margin: 0 0 0 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
564 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
565 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
566
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
567 #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
568 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
569 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
570 4px 9px #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
571 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
572 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
573 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
574 }
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 #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
577 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
578 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
579 4px 9px #FFF;
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.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
586 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
587 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
588 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
589 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
590 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
591 }
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 #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
594 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
595 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
596 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
597 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
598 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
599 }
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 #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
602 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
603 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
604 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
605 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
606 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
607 }
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 #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
610 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
611 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
612 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
613 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
614 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
615 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
616
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
617 #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
618 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
619 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
620 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
621 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
622 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
623 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
624
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
625 #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
626 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
627 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
628 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
629 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
630 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
631 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
632 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
633
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
634 #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
635 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
636 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
637 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
638 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
639 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
640 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
641
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
642 #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
643 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
644 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
645 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
646 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
647 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
648 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
649
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
650 #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
651 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
652 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
653 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
654 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
655 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
656 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
657 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
658
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
659 #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
660 #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
661 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
662 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
663 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
664 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
665 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
666
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
667 #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
668 #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
669 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
670 width: 167px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
671 margin: 0;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
672 padding: 12px 9px 7px 24px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
673 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
674
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
675 #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
676 #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
677 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
678 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
679 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
680 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
681 }
1423
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
682
1538
27be8f94c207 implements #226 repo groups available by path
Marcin Kuzminski <marcin@python-works.com>
parents: 1531
diff changeset
683 .groups_breadcrumbs a {
27be8f94c207 implements #226 repo groups available by path
Marcin Kuzminski <marcin@python-works.com>
parents: 1531
diff changeset
684 color: #fff;
27be8f94c207 implements #226 repo groups available by path
Marcin Kuzminski <marcin@python-works.com>
parents: 1531
diff changeset
685 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
686
1538
27be8f94c207 implements #226 repo groups available by path
Marcin Kuzminski <marcin@python-works.com>
parents: 1531
diff changeset
687 .groups_breadcrumbs a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
688 color: #bfe3ff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
689 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
690 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
691
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
692 td.quick_repo_menu {
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
693 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
694 cursor: pointer;
1426
91708b96e991 Fixed show more links.
Marcin Kuzminski <marcin@python-works.com>
parents: 1423
diff changeset
695 width: 8px;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
696 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
697 }
1598
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.active {
1785
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1778
diff changeset
700 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
701 border: 1px solid #003367;
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
702 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
703 cursor: pointer;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
704 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
705
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
706 td.quick_repo_menu .menu_items {
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
707 margin-top: 10px;
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
708 margin-left:-6px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
709 width: 150px;
1423
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
710 position: absolute;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
711 background-color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
712 background: none repeat scroll 0 0 #FFFFFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
713 border-color: #003367 #666666 #666666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
714 border-right: 1px solid #666666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
715 border-style: solid;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
716 border-width: 1px;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
717 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
718 border-top-style: none;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
719 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
720
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
721 td.quick_repo_menu .menu_items li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
722 padding: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
723 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
724
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
725 td.quick_repo_menu .menu_items a {
1426
91708b96e991 Fixed show more links.
Marcin Kuzminski <marcin@python-works.com>
parents: 1423
diff changeset
726 display: block;
91708b96e991 Fixed show more links.
Marcin Kuzminski <marcin@python-works.com>
parents: 1423
diff changeset
727 padding: 4px 12px 4px 8px;
91708b96e991 Fixed show more links.
Marcin Kuzminski <marcin@python-works.com>
parents: 1423
diff changeset
728 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
729
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
730 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
731 background-color: #EEE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
732 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
733 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
734
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
735 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
736 margin-bottom: -2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
737 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
738
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
739 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
740 display: none;
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
741 }
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
742
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
743 .yui-dt-first th {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
744 text-align: left;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
745 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
746
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
747 /*
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
748 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
749 Code licensed under the BSD License:
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
750 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
751 version: 2.9.0
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
752 */
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
753 .yui-skin-sam .yui-dt-mask {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
754 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
755 z-index: 9500;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
756 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
757 .yui-dt-tmp {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
758 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
759 left: -9000px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
760 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
761 .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
762 .yui-dt-scrollable .yui-dt-hd {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
763 overflow: hidden;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
764 position: relative;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
765 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
766 .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
767 .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
768 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
769 left: -1500px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
770 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
771 .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
772 .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
773 .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
774 .yui-dt-coltarget {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
775 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
776 z-index: 999;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
777 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
778 .yui-dt-hd { zoom: 1 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
779 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
780 .yui-dt-resizer {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
781 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
782 right: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
783 bottom: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
784 height: 100%;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
785 cursor: e-resize;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
786 cursor: col-resize;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
787 background-color: #CCC;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
788 opacity: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
789 filter: alpha(opacity=0);
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
790 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
791 .yui-dt-resizerproxy {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
792 visibility: hidden;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
793 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
794 z-index: 9000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
795 background-color: #CCC;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
796 opacity: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
797 filter: alpha(opacity=0);
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
798 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
799 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
800 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
801 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
802 .yui-dt-editor,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
803 .yui-dt-editor-shim {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
804 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
805 z-index: 9000;
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 table {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
808 margin: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
809 padding: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
810 font-family: arial;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
811 font-size: inherit;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
812 border-collapse: separate;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
813 *border-collapse: collapse;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
814 border-spacing: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
815 border: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
816 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
817 .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
818 .yui-skin-sam .yui-dt caption {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
819 color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
820 font-size: 85%;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
821 font-weight: normal;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
822 font-style: italic;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
823 line-height: 1;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
824 padding: 1em 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
825 text-align: center;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
826 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
827 .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
828 .yui-skin-sam .yui-dt th,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
829 .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
830 font-weight: normal;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
831 text-decoration: none;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
832 color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
833 vertical-align: bottom;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
834 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
835 .yui-skin-sam .yui-dt th {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
836 margin: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
837 padding: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
838 border: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
839 border-right: 1px solid #cbcbcb;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
840 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
841 .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
842 .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
843 .yui-skin-sam .yui-dt-liner {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
844 margin: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
845 padding: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
846 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
847 .yui-skin-sam .yui-dt-coltarget {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
848 width: 5px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
849 background-color: red;
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-skin-sam .yui-dt td {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
852 margin: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
853 padding: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
854 border: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
855 border-right: 1px solid #cbcbcb;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
856 text-align: left;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
857 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
858 .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
859 .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
860 .yui-skin-sam .yui-dt-mask {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
861 background-color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
862 opacity: .25;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
863 filter: alpha(opacity=25);
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
864 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
865 .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
866 .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
867 .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
868 border-left: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
869 border-top: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
870 border-right: 1px solid #7f7f7f;
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-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
873 border-left: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
874 border-bottom: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
875 border-right: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
876 background-color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
877 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
878 .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
879 .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
880 .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
881 .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
882 .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
883 .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
884 tbody .yui-dt-editable { cursor: pointer }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
885 .yui-dt-editor {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
886 text-align: left;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
887 background-color: #f2f2f2;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
888 border: 1px solid #808080;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
889 padding: 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
890 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
891 .yui-dt-editor label {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
892 padding-left: 4px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
893 padding-right: 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
894 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
895 .yui-dt-editor .yui-dt-button {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
896 padding-top: 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
897 text-align: right;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
898 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
899 .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
900 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
901 border: 1px solid #999;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
902 width: 4em;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
903 height: 1.8em;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
904 margin-left: 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
905 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
906 .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
907 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
908 background-color: #5584e0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
909 border: 1px solid #304369;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
910 color: #FFF;
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-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
913 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
914 color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
915 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
916 .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
917 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
918 color: #000;
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 { background-color: #FFF }
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 { background-color: #edf5ff }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
922 .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
923 .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
924 .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
925 .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
926 .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
927 .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
928 .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
929 .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
930 .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
931 .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
932 .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
933 .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
934 .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
935 .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
936 .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
937 .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
938 .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
939 cursor: pointer;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
940 background-color: #b2d2ff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
941 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
942 .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
943 .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
944 .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
945 .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
946 .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
947 .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
948 .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
949 cursor: pointer;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
950 background-color: #b2d2ff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
951 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
952 .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
953 .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
954 .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
955 .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
956 .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
957 background-color: #426fd9;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
958 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 .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
961 .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
962 background-color: #446cd7;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
963 color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
964 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
965 .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
966 .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
967 .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
968 .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
969 .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
970 background-color: #426fd9;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
971 color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
972 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
973 .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
974 .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
975 background-color: #446cd7;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
976 color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
977 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
978 .yui-skin-sam .yui-dt-paginator {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
979 display: block;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
980 margin: 6px 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
981 white-space: nowrap;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
982 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
983 .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
984 .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
985 .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
986 .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
987 .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
988 .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
989 .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
990 .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
991 border: 1px solid #cbcbcb;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
992 padding: 2px 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
993 text-decoration: none;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
994 background-color: #fff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
995 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
996 .yui-skin-sam .yui-dt-selected {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
997 border: 1px solid #fff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
998 background-color: #fff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
999 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
1000
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1001 #content #left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1002 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1003 width: 280px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1004 position: absolute;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1005 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1006
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1007 #content #right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1008 margin: 0 60px 10px 290px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1009 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1010
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1011 #content div.box {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1012 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1013 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1014 background: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1015 margin: 0 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1016 padding: 0 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1017 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1018 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1019 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1020 border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1021 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
1022 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1023
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1024 #content div.box-left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1025 width: 49%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1026 clear: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1027 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1028 margin: 0 0 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1029 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1030
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1031 #content div.box-right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1032 width: 49%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1033 clear: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1034 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1035 margin: 0 0 10px;
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 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1039 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1040 overflow: hidden;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1041 background-color: #003B76;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1042 background-repeat: repeat-x;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1043 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1044 background-image: -moz-linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1045 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1998
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
1046 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
1047 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
1999
6b474c01ba98 fixed css broken during replacement
Marcin Kuzminski <marcin@python-works.com>
parents: 1998
diff changeset
1048 background-image: -o-linear-gradient(top, #003b76, #00376e);
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1049 background-image: linear-gradient(top, #003b76, #00376e);
1999
6b474c01ba98 fixed css broken during replacement
Marcin Kuzminski <marcin@python-works.com>
parents: 1998
diff changeset
1050 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1051 margin: 0 0 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1052 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1053 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1054
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1055 #content div.box div.title h5 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1056 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1057 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1058 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1059 text-transform: uppercase;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1060 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1061 padding: 11px 0 11px 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1062 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1063
1741
fcbc35ecb024 personal Journal UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1739
diff changeset
1064 #content div.box div.title .link-white{
fcbc35ecb024 personal Journal UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1739
diff changeset
1065 color: #FFFFFF;
fcbc35ecb024 personal Journal UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1739
diff changeset
1066 }
fcbc35ecb024 personal Journal UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1739
diff changeset
1067
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1068 #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
1069 list-style: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1070 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1071 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1072 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1073 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1074
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1075 #content div.box div.title ul.links li a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1076 border-left: 1px solid #316293;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1077 color: #FFFFFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1078 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1079 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1080 font-size: 13px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1081 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1082 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1083 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1084 padding: 11px 22px 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1085 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1086 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1087
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1088 #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
1089 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1090 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1091 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1092 border-bottom: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1093 margin: 10px 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1094 padding: 0 0 15px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1095 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1096
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1097 #content div.box p {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1098 color: #5f5f5f;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1099 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1100 line-height: 150%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1101 margin: 0 24px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1102 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1103 }
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 #content div.box blockquote {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1106 border-left: 4px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1107 color: #5f5f5f;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1108 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1109 line-height: 150%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1110 margin: 0 34px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1111 padding: 0 0 0 14px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1112 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1113
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1114 #content div.box blockquote p {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1115 margin: 10px 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1116 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1117 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1118
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1119 #content div.box dl {
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
1120 margin: 10px 0px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1121 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1122
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1123 #content div.box dt {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1124 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1125 margin: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1126 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1127
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1128 #content div.box dd {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1129 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1130 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1131 padding: 8px 0 8px 15px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1132 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1133
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1134 #content div.box li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1135 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1136 padding: 4px 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1137 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1138
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1139 #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
1140 margin: 10px 24px 10px 38px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1141 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1142
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1143 #content div.box ul.square {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1144 margin: 10px 24px 10px 40px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1145 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1146
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1147 #content div.box img.left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1148 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1149 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1150 margin: 10px 10px 10px 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1151 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1152
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1153 #content div.box img.right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1154 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1155 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1156 margin: 10px 0 10px 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1157 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1158
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1159 #content div.box div.messages {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1160 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1161 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1162 margin: 0 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1163 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1164 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1165
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1166 #content div.box div.message {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1167 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1168 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1169 margin: 0;
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
1170 padding: 5px 0;
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
1171 white-space: pre-wrap;
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
1172 }
1882
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1173 #content div.box div.expand {
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1174 width: 110%;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1175 height:14px;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1176 font-size:10px;
1934
af1fafcd5927 fixes expand button on changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1931
diff changeset
1177 text-align:center;
1882
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1178 cursor: pointer;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1179 color:#666;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1180
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1181 background:-webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(64,96,128,0.1)));
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1182 background:-webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1183 background:-moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1184 background:-o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1185 background:-ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1186 background:linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1187
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1188 display: none;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1189 }
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1190 #content div.box div.expand .expandtext {
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1191 background-color: #ffffff;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1192 padding: 2px;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1193 border-radius: 2px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1194 }
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1195
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1196 #content div.box div.message a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1197 font-weight: 400 !important;
579
6d0474c7e645 more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 578
diff changeset
1198 }
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1199
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1200 #content div.box div.message div.image {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1201 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1202 margin: 9px 0 0 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1203 padding: 6px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1204 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1205
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1206 #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
1207 vertical-align: middle;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1208 margin: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1209 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1210
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1211 #content div.box div.message div.text {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1212 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1213 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1214 padding: 9px 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1215 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1216
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1217 #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
1218 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1219 width: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1220 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1221 background: url("../images/icons/cross.png") no-repeat;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1222 margin: 15px 14px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1223 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1224 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1225
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1226 #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
1227 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1228 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1229 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1230 padding: 0;
578
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
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1233 #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
1234 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1235 display: block;
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: 5px 0 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1238 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1239
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1240 #content div.box div.message-error {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1241 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1242 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1243 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1244 background: #FBE3E4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1245 border: 1px solid #FBC2C4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1246 color: #860006;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1247 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1248
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1249 #content div.box div.message-error h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1250 color: #860006;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1251 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1252
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1253 #content div.box div.message-warning {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1254 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1255 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1256 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1257 background: #FFF6BF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1258 border: 1px solid #FFD324;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1259 color: #5f5200;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1260 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1261
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1262 #content div.box div.message-warning h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1263 color: #5f5200;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1264 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1265
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1266 #content div.box div.message-notice {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1267 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1268 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1269 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1270 background: #8FBDE0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1271 border: 1px solid #6BACDE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1272 color: #003863;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1273 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1274
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1275 #content div.box div.message-notice h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1276 color: #003863;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1277 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1278
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1279 #content div.box div.message-success {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1280 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1281 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1282 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1283 background: #E6EFC2;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1284 border: 1px solid #C6D880;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1285 color: #4e6100;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1286 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1287
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1288 #content div.box div.message-success h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1289 color: #4e6100;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1290 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1291
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1292 #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
1293 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1294 border-bottom: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1295 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1296 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1297 padding: 10px 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1298 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1299
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1300 #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
1301 padding: 0 0 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1302 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1303
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1304 #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
1305 border-bottom: 0 !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1306 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1307
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1308 #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
1309 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1310 display: inline-block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1311 color: red;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1312 margin: 8px 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1313 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1314 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1315
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1316 #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
1317 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1318 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1319 color: #316309;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1320 margin: 8px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1321 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1322 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1323
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1324 #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
1325 left: 70px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1326 width: 155px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1327 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1328 margin: 0;
1721
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1329 padding: 5px 0 0 0px;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1330 }
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1331
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1332 #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
1333 left: 30px;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1334 width: 155px;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1335 position: absolute;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1336 margin: 0;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1337 padding: 0px 0 0 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1338 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1339
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1340 #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
1341 #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
1342 #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
1343 #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
1344 #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
1345 #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
1346 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1347 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1348 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1349 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1350 width: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1351 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1352 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1353 padding: 0 0 8px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1354 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1355
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1356 #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
1357 padding: 5px 0 0 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1358 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1359
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1360 #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
1361 #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
1362 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1363 padding: 0 0 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1364 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1365
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1366 #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
1367 #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
1368 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1369 padding: 0 0 8px !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1370 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1371
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1372 #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
1373 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1374 color: #393939;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1375 font-weight: 700;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1376 }
1721
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1377 #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
1378 {
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1379 color: #393939;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1380 font-weight: 700;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1381 }
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1382 #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
1383 margin: 0 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1384 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1385
1721
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1386 #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
1387 margin: 0 0 0 110px;
1721
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1388 }
1728
07e56179633e - fixes celery sqlalchemy session issues for async forking
Marcin Kuzminski <marcin@python-works.com>
parents: 1724
diff changeset
1389 #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
1390 margin: 0 0 0 110px;
07e56179633e - fixes celery sqlalchemy session issues for async forking
Marcin Kuzminski <marcin@python-works.com>
parents: 1724
diff changeset
1391 }
1485
269905fac50a added uploading of files from web interface directly into repo
Marcin Kuzminski <marcin@python-works.com>
parents: 1483
diff changeset
1392 #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
1393 margin: 0 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1394 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1395
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1396 #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
1397 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1398 margin: 0 0 0 0px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1399 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1400
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1401 #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
1402 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1403 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1404 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1405 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1406 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1407 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1408 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1409 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1410 padding: 7px 7px 6px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1411 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1412
1813
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
1413 #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
1414 #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
1415 {
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
1416 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
1417 padding: 2px;
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
1418 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
1419
1485
269905fac50a added uploading of files from web interface directly into repo
Marcin Kuzminski <marcin@python-works.com>
parents: 1483
diff changeset
1420 #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
1421 background: none repeat scroll 0 0 #FFFFFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1422 border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1423 border-style: solid;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1424 border-width: 1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1425 color: #000000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1426 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1427 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1428 padding: 7px 7px 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1429 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1430
1906
90a4066d4261 marked ldap_dn in user edit form as readonly ref #292
Marcin Kuzminski <marcin@python-works.com>
parents: 1885
diff changeset
1431 input.disabled {
90a4066d4261 marked ldap_dn in user edit form as readonly ref #292
Marcin Kuzminski <marcin@python-works.com>
parents: 1885
diff changeset
1432 background-color: #F5F5F5 !important;
90a4066d4261 marked ldap_dn in user edit form as readonly ref #292
Marcin Kuzminski <marcin@python-works.com>
parents: 1885
diff changeset
1433 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1434 #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
1435 width: 30%;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1436 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1437
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.input input.medium {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1439 width: 55%;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1440 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1441
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1442 #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
1443 width: 85%;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1444 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1445
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1446 #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
1447 width: 177px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1448 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1449
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1450 #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
1451 background: #D4D0C8;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1452 border-top: 1px solid #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1453 border-left: 1px solid #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1454 border-right: 1px solid #404040;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1455 border-bottom: 1px solid #404040;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1456 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1457 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1458 padding: 4px 8px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1459 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1460
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1461 #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
1462 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1463 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1464 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1465 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1466 margin: 0 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1467 padding: 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1468 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1469
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1470 #content div.box div.form div.fields div.field div.textarea-editor {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1471 border: 1px solid #ddd;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1472 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1473 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1474
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1475 #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
1476 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1477 height: 220px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1478 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1479 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1480 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1481 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1482 outline: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1483 border-width: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1484 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1485 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1486 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1487
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1488 #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
1489 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1490 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1491 height: 100px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1492 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1493
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1494 #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
1495 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1496 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1497 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1498 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1499 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1500
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1501 #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
1502 background: #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1503 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1504 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1505 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1506
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1507 #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
1508 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1509 width: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1510 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1511 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1512 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1513 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1514
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1515 #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
1516 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1517 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1518 padding: 5px 5px 5px 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1519 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1520
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1521 #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
1522 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1523 background: #f6f6f6;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1524 border-color: #666;
397
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1525 }
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1526
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1527 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
1528 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1529 padding: 0 0 0 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1530 }
1602
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1531 #content div.box table.noborder {
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1532 border: 1px solid transparent;
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1533 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1534
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1535 #content div.box table {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1536 width: 100%;
1602
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1537 border-collapse: separate;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1538 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1539 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1540 border: 1px solid #eee;
1602
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1541 -webkit-border-radius: 4px;
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1542 -moz-border-radius: 4px;
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1543 border-radius: 4px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1544 }
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 #content div.box table th {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1547 background: #eee;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1548 border-bottom: 1px solid #ddd;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1549 padding: 5px 0px 5px 5px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1550 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1551
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1552 #content div.box table th.left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1553 text-align: left;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1554 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1555
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1556 #content div.box table th.right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1557 text-align: right;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1558 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1559
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1560 #content div.box table th.center {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1561 text-align: center;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1562 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1563
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1564 #content div.box table th.selected {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1565 vertical-align: middle;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1566 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1567 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1568
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1569 #content div.box table td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1570 background: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1571 border-bottom: 1px solid #cdcdcd;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1572 vertical-align: middle;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1573 padding: 5px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1574 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1575
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1576 #content div.box table tr.selected td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1577 background: #FFC;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1578 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1579
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1580 #content div.box table td.selected {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1581 width: 3%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1582 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1583 vertical-align: middle;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1584 padding: 0;
578
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
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1587 #content div.box table td.action {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1588 width: 45%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1589 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1590 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1591
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1592 #content div.box table td.date {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1593 width: 33%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1594 text-align: center;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1595 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1596
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1597 #content div.box div.action {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1598 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1599 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1600 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1601 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1602 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1603 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1604
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1605 #content div.box div.action select {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1606 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1607 margin: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1608 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1609
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1610 #content div.box div.action .ui-selectmenu {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1611 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1612 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1613 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1614
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1615 #content div.box div.pagination {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1616 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1617 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1618 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1619 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1620 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1621 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1622
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1623 #content div.box div.pagination ul.pager {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1624 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1625 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1626 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1627 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1628 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1629
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1630 #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
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 list-style: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1634 background: #ebebeb url("../images/pager.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1635 border-top: 1px solid #dedede;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1636 border-left: 1px solid #cfcfcf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1637 border-right: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1638 border-bottom: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1639 color: #4A4A4A;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1640 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1641 margin: 0 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1642 padding: 0;
578
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
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1645 #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
1646 padding: 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1647 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1648
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1649 #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
1650 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
1651 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1652 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1653 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1654 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1655 color: #515151;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1656 padding: 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1657 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1658
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1659 #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
1660 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1661 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1662 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1663 color: #515151;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1664 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1665 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1666 padding: 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1667 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1668
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1669 #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
1670 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1671 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
1672 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1673 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1674 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1675 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1676 margin: -1px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1677 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1678
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1679 #content div.box div.pagination-wh {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1680 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1681 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1682 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1683 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1684 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1685 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1686 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1687
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1688 #content div.box div.pagination-right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1689 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1690 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1691
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1692 #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
1693 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1694 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1695 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1696 background: #ebebeb url("../images/pager.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1697 border-top: 1px solid #dedede;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1698 border-left: 1px solid #cfcfcf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1699 border-right: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1700 border-bottom: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1701 color: #4A4A4A;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1702 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1703 margin: 0 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1704 padding: 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1705 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1706
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1707 #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
1708 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1709 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1710 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
1711 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1712 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1713 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1714 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1715 color: #515151;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1716 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1717 margin: 0 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1718 padding: 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1719 }
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 #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
1722 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1723 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
1724 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1725 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1726 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1727 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1728 text-decoration: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1729 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1730
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1731 #content div.box div.traffic div.legend {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1732 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1733 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1734 border-bottom: 1px solid #ddd;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1735 margin: 0 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1736 padding: 0 0 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1737 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1738
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1739 #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
1740 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1741 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1742 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1743 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1744 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1745
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1746 #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
1747 list-style: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1748 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1749 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1750 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1751 padding: 0 8px 0 4px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1752 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1753
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1754 #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
1755 border-left: 12px solid #edc240;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1756 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1757
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1758 #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
1759 border-left: 12px solid #afd8f8;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1760 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1761
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1762 #content div.box div.traffic table {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1763 width: auto;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1764 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1765
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1766 #content div.box div.traffic table td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1767 background: transparent;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1768 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1769 padding: 2px 3px 3px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1770 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1771
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1772 #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
1773 padding: 0 3px 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1774 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1775
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1776 #summary {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1777
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 #summary .desc {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1781 white-space: pre;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1782 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1783 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1784
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1785 #summary .repo_name {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1786 font-size: 1.6em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1787 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1788 vertical-align: baseline;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1789 clear: right
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1790 }
1310
4d37c3f2a410 fixed white-space formatting for description in summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1305
diff changeset
1791
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1792 #footer {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1793 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1794 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1795 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1796 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1797 padding: 0 10px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1798 margin: -10px 0 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1799 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1800
611
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
1801 #footer div#footer-inner {
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1802 background-color: #003B76;
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1803 background-repeat : repeat-x;
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1804 background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1805 background-image : -moz-linear-gradient(top, #003b76, #00376e);
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1806 background-image : -ms-linear-gradient( top, #003b76, #00376e);
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1807 background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1808 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1809 background-image : -o-linear-gradient( top, #003b76, #00376e));
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1810 background-image : linear-gradient( top, #003b76, #00376e);
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1811 filter :progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1812 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
1813 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1814 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1815 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1816 border-radius: 4px 4px 4px 4px;
611
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
1817 }
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
1818
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
1819 #footer div#footer-inner p {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1820 padding: 15px 25px 15px 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1821 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1822 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1823 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1824
626
dfa7e1a95b60 added gpl license and submit a bug footer links
Marcin Kuzminski <marcin@python-works.com>
parents: 618
diff changeset
1825 #footer div#footer-inner .footer-link {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1826 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1827 padding-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1828 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1829
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1830 #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
1831 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1832 color: #FFF;
626
dfa7e1a95b60 added gpl license and submit a bug footer links
Marcin Kuzminski <marcin@python-works.com>
parents: 618
diff changeset
1833 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1834
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1835 #login div.title {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1836 width: 420px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1837 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1838 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1839 position: relative;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1840 background-color: #003B76;
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1841 background-repeat : repeat-x;
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1842 background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1843 background-image : -moz-linear-gradient( top, #003b76, #00376e);
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1844 background-image : -ms-linear-gradient( top, #003b76, #00376e);
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1845 background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1846 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1847 background-image : -o-linear-gradient( top, #003b76, #00376e));
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1848 background-image : linear-gradient( top, #003b76, #00376e);
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1849 filter : progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1850 margin: 0 auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1851 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1852 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1853
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1854 #login div.inner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1855 width: 380px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1856 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
1857 border-top: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1858 border-bottom: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1859 margin: 0 auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1860 padding: 20px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1861 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1862
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1863 #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
1864 width: 173px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1865 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1866 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1867 margin: 2px 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1868 padding: 5px 0 0 5px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1869 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1870
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1871 #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
1872 width: 176px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1873 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1874 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1875 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1876 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1877 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1878 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1879 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1880 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1881 padding: 7px 7px 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1882 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1883
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1884 #login div.form div.fields div.buttons {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1885 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1886 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1887 border-top: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1888 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1889 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1890 padding: 10px 0 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1891 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1892
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1893 #login div.form div.links {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1894 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1895 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1896 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1897 padding: 0 0 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1898 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1899
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1900 .user-menu{
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1901 margin: 0px !important;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1902 float: left;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1903 }
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1904
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1905 .user-menu .container{
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1906 padding:0px 4px 0px 4px;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1907 margin: 0px 0px 0px 0px;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1908 }
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1909
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1910 .user-menu .gravatar{
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1911 margin: 0px 0px 0px 0px;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1912 cursor: pointer;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1913 }
1931
b6c849e64b37 display unread notifications only if present, make icon bigger on menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1928
diff changeset
1914 .user-menu .gravatar.enabled{
b6c849e64b37 display unread notifications only if present, make icon bigger on menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1928
diff changeset
1915 background-color: #FDF784 !important;
b6c849e64b37 display unread notifications only if present, make icon bigger on menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1928
diff changeset
1916 }
b6c849e64b37 display unread notifications only if present, make icon bigger on menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1928
diff changeset
1917 .user-menu .gravatar:hover{
b6c849e64b37 display unread notifications only if present, make icon bigger on menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1928
diff changeset
1918 background-color: #FDF784 !important;
b6c849e64b37 display unread notifications only if present, make icon bigger on menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1928
diff changeset
1919 }
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1920 #quick_login{
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1921 min-height: 80px;
1935
ff167a938ce0 user menu fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1934
diff changeset
1922 margin: 37px 0 0 -251px;
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1923 padding: 4px;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1924 position: absolute;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1925 width: 278px;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1927 background-repeat: repeat-x;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1928 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1929 background-image: -moz-linear-gradient(top, #003b76, #00376e);
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1930 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1998
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
1931 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
1932 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
1933 background-image: -o-linear-gradient(top, #003b76, #00376e);
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1934 background-image: linear-gradient(top, #003b76, #00376e);
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1935 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1936
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1937 z-index: 999;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1938 -webkit-border-radius: 0px 0px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1939 -khtml-border-radius: 0px 0px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1940 -moz-border-radius: 0px 0px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1941 border-radius: 0px 0px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1942 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
1943 }
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1944 #quick_login h4{
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1945 color: #fff;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1946 padding: 5px 0px 5px 14px;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1947 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1948
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1949 #quick_login .password_forgoten {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1950 padding-right: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1951 padding-top: 0px;
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1952 text-align: left;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1953 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1954
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1955 #quick_login .password_forgoten a {
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1956 font-size: 10px;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1957 color: #fff;
1468
d23dd50b5e29 #243 add register link to login dropdown
Marcin Kuzminski <marcin@python-works.com>
parents: 1463
diff changeset
1958 }
d23dd50b5e29 #243 add register link to login dropdown
Marcin Kuzminski <marcin@python-works.com>
parents: 1463
diff changeset
1959
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1960 #quick_login .register {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1961 padding-right: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1962 padding-top: 5px;
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1963 text-align: left;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1964 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1965
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1966 #quick_login .register a {
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1967 font-size: 10px;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1968 color: #fff;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1969 }
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1970
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1971 #quick_login .submit {
1928
470dd49966f3 new menu css fixes for chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1926
diff changeset
1972 margin: -20px 0 0 0px;
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1973 position: absolute;
1928
470dd49966f3 new menu css fixes for chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1926
diff changeset
1974 right: 15px;
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1975 }
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1976
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1977 #quick_login .links_left{
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1978 float: left;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1979 }
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1980 #quick_login .links_right{
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1981 float: right;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1982 }
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1983 #quick_login .full_name{
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1984 color: #FFFFFF;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1985 font-weight: bold;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1986 padding: 3px;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1987 }
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1988 #quick_login .big_gravatar{
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1989 padding:4px 0px 0px 6px;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1990 }
2001
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
1991 #quick_login .inbox{
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
1992 padding:4px 0px 0px 6px;
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
1993 color: #FFFFFF;
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
1994 font-weight: bold;
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
1995 }
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
1996 #quick_login .inbox a{
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
1997 color: #FFFFFF;
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
1998 }
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1999 #quick_login .email,#quick_login .email a{
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2000 color: #FFFFFF;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2001 padding: 3px;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2002
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2003 }
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2004 #quick_login .links .logout{
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2005
1468
d23dd50b5e29 #243 add register link to login dropdown
Marcin Kuzminski <marcin@python-works.com>
parents: 1463
diff changeset
2006 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2007
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2008 #quick_login div.form div.fields {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2009 padding-top: 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2010 padding-left: 10px;
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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2013 #quick_login div.form div.fields div.field {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2014 padding: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2015 }
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 #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
2018 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2019 padding-bottom: 3px;
1316
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2020 }
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2021
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2022 #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
2023 width: 236px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2024 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2025 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2026 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2027 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2028 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2029 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2030 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2031 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2032 padding: 5px 7px 4px;
1316
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2033 }
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2034
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2035 #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
2036 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2037 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2038 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2039 margin: 0;
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2040 padding: 5px 14px 0px 5px;
1316
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2041 }
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2042
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2043 #quick_login div.form div.links {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2044 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2045 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2046 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2047 padding: 0 0 2px;
1316
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2048 }
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2049
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2050 #quick_login ol.links{
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2051 display: block;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2052 font-weight: bold;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2053 list-style: none outside none;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2054 text-align: right;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2055 }
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2056 #quick_login ol.links li{
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2057 line-height: 27px;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2058 margin: 0;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2059 padding: 0;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2060 color: #fff;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2061 display: block;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2062 float:none !important;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2063 }
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2064
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2065 #quick_login ol.links li a{
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2066 color: #fff;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2067 display: block;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2068 padding: 2px;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2069 }
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2070 #quick_login ol.links li a:HOVER{
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2071 background-color: inherit !important;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2072 }
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2073
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
2074 #register div.title {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2075 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2076 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2077 position: relative;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2078 background-color: #003B76;
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2079 background-repeat: repeat-x;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2080 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2081 background-image: -moz-linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2082 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1998
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
2083 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
2084 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
2085 background-image: -o-linear-gradient(top, #003b76, #00376e);
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2086 background-image: linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2087 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2088 endColorstr='#00376e', GradientType=0 );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2089 margin: 0 auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2090 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2091 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2092
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2093 #register div.inner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2094 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2095 border-top: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2096 border-bottom: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2097 margin: 0 auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2098 padding: 20px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2099 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2100
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2101 #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
2102 width: 135px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2103 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2104 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2105 margin: 2px 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2106 padding: 5px 0 0 5px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2107 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2108
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2109 #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
2110 width: 300px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2111 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2112 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2113 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2114 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2115 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2116 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2117 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2118 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2119 padding: 7px 7px 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2120 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2121
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2122 #register div.form div.fields div.buttons {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2123 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2124 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2125 border-top: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2126 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2127 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2128 padding: 10px 0 0 150px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2129 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2130
416
25ab66a26975 fix for new bcrypt password.
Marcin Kuzminski <marcin@python-works.com>
parents: 410
diff changeset
2131 #register div.form div.activation_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2132 padding-top: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2133 padding-bottom: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2134 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2135
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2136 #journal .journal_day {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2137 font-size: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2138 padding: 10px 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2139 border-bottom: 2px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2140 margin-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2141 margin-right: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2142 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2143
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2144 #journal .journal_container {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2145 padding: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2146 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2147 margin: 0px 5px 0px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2148 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2149
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2150 #journal .journal_action_container {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2151 padding-left: 38px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2152 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2153
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2154 #journal .journal_user {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2155 color: #747474;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2156 font-size: 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2157 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2158 height: 30px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2159 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2160
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2161 #journal .journal_icon {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2162 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2163 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2164 padding-right: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2165 padding-top: 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2166 }
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 #journal .journal_action {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2169 padding-top: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2170 min-height: 2px;
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 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2173
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2174 #journal .journal_action_params {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2175 clear: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2176 padding-left: 22px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2177 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2178
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2179 #journal .journal_repo {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2180 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2181 margin-left: 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2182 padding-top: 3px;
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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2185 #journal .date {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2186 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2187 color: #777777;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2188 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2189 padding-left: 22px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2190 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2191
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2192 #journal .journal_repo .journal_repo_name {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2193 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2194 font-size: 1.1em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2195 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2196
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2197 #journal .compare_view {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2198 padding: 5px 0px 5px 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2199 width: 95px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2200 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2201
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2202 .journal_highlight {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2203 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2204 padding: 0 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2205 vertical-align: bottom;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2206 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2207
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2208 .trending_language_tbl,.trending_language_tbl td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2209 border: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2210 margin: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2211 padding: 0 !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2212 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2213
1722
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2214 .trending_language_tbl,.trending_language_tbl tr {
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2215 border-spacing: 1px;
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2216 }
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2217
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2218 .trending_language {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2219 background-color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2220 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2221 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2222 min-width: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2223 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2224 height: 12px;
1722
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2225 margin-bottom: 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2226 margin-left: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2227 white-space: pre;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2228 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
2229 }
409
9b6c1de4ce9e some small template fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 402
diff changeset
2230
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2231 h3.files_location {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2232 font-size: 1.8em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2233 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2234 border-bottom: none !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2235 margin: 10px 0 !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2236 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2237
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2238 #files_data dl dt {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2239 float: left;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
2240 width: 60px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2241 margin: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2242 padding: 5px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2243 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2244
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2245 #files_data dl dd {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2246 margin: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2247 padding: 5px !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2248 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2249
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2250 .tablerow0 {
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2251 background-color: #F8F8F8;
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2252 }
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2253
1853
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2254 .tablerow1 {
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2255 background-color: #FFFFFF;
1853
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2256 }
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2257
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2258 .changeset_id {
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2259 font-family: monospace;
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2260 color: #666666;
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2261 }
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2262
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2263 .changeset_hash {
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2264 color: #000000;
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2265 }
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2266
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2267 #changeset_content {
1858
609ec28bd2d1 changeset: styling a bit
Aras Pranckevicius <aras@unity3d.com>
parents: 1856
diff changeset
2268 border-left: 1px solid #CCC;
609ec28bd2d1 changeset: styling a bit
Aras Pranckevicius <aras@unity3d.com>
parents: 1856
diff changeset
2269 border-right: 1px solid #CCC;
609ec28bd2d1 changeset: styling a bit
Aras Pranckevicius <aras@unity3d.com>
parents: 1856
diff changeset
2270 border-bottom: 1px solid #CCC;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2271 padding: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2272 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2273
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2274 #changeset_compare_view_content {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2275 border: 1px solid #CCC;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2276 padding: 5px;
1010
643e4a540ddd added nicer compare view
Marcin Kuzminski <marcin@python-works.com>
parents: 1009
diff changeset
2277 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2278
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2279 #changeset_content .container {
1858
609ec28bd2d1 changeset: styling a bit
Aras Pranckevicius <aras@unity3d.com>
parents: 1856
diff changeset
2280 min-height: 100px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2281 font-size: 1.2em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2282 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2283 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2284
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2285 #changeset_compare_view_content .compare_view_commits {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2286 width: auto !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2287 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2288
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2289 #changeset_compare_view_content .compare_view_commits td {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2290 padding: 0px 0px 0px 12px !important;
1010
643e4a540ddd added nicer compare view
Marcin Kuzminski <marcin@python-works.com>
parents: 1009
diff changeset
2291 }
643e4a540ddd added nicer compare view
Marcin Kuzminski <marcin@python-works.com>
parents: 1009
diff changeset
2292
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2293 #changeset_content .container .right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2294 float: right;
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2295 width: 20%;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2296 text-align: right;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2297 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2298
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2299 #changeset_content .container .left .message {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2300 white-space: pre-wrap;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2301 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2302 #changeset_content .container .left .message a:hover {
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2303 text-decoration: none;
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2304 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2305 .cs_files .cur_cs {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2306 margin: 10px 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2307 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2308 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2309
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2310 .cs_files .node {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2311 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2312 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2313
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2314 .cs_files .changes {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2315 float: right;
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2316 color:#003367;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2317
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2318 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2319
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2320 .cs_files .changes .added {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2321 background-color: #BBFFBB;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2322 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2323 text-align: center;
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2324 font-size: 9px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2325 padding: 2px 0px 2px 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2326 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2327
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2328 .cs_files .changes .deleted {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2329 background-color: #FF8888;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2330 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2331 text-align: center;
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2332 font-size: 9px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2333 padding: 2px 0px 2px 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2334 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2335
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2336 .cs_files .cs_added {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2337 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
2338 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2339 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2340 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2341 margin-top: 7px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2342 text-align: left;
362
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
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2345 .cs_files .cs_changed {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2346 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
2347 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2348 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2349 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2350 margin-top: 7px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2351 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2352 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2353
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2354 .cs_files .cs_removed {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2355 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
2356 scroll 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2357 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2358 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2359 margin-top: 7px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2360 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2361 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2363 #graph {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2364 overflow: hidden;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2365 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2366
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2367 #graph_nodes {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2368 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2369 margin-right: -6px;
1655
a0287ee1fd87 fixes for DAG renderer on chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1654
diff changeset
2370 margin-top: 0px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2371 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2372
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2373 #graph_content {
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2374 width: 80%;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2375 float: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2376 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2377
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2378 #graph_content .container_header {
1853
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2379 border-bottom: 1px solid #DDD;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2380 padding: 10px;
1850
c4ff52b0d112 changelog: more commits by default; tweak top header layout
Aras Pranckevicius <aras@unity3d.com>
parents: 1849
diff changeset
2381 height: 25px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2382 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2383
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2384 #graph_content #rev_range_container {
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2385 padding: 7px 20px;
1850
c4ff52b0d112 changelog: more commits by default; tweak top header layout
Aras Pranckevicius <aras@unity3d.com>
parents: 1849
diff changeset
2386 float: left;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2387 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2388
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2389 #graph_content .container {
1853
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2390 border-bottom: 1px solid #DDD;
1885
350d95dece6f ui touch ups
Marcin Kuzminski <marcin@python-works.com>
parents: 1884
diff changeset
2391 height: 56px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2392 overflow: hidden;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2393 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2394
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2395 #graph_content .container .right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2396 float: right;
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2397 width: 23%;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2398 text-align: right;
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2399 }
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2400
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2401 #graph_content .container .left {
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2402 float: left;
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2403 width: 25%;
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2404 padding-left: 5px;
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2405 }
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2406
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2407 #graph_content .container .mid {
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2408 float: left;
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2409 width: 49%;
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2410 }
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2411
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2412
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2413 #graph_content .container .left .date {
1881
0398b830ccac changelog: make date display less heavy
Aras Pranckevicius <aras@unity3d.com>
parents: 1878
diff changeset
2414 color: #666;
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2415 padding-left: 22px;
1881
0398b830ccac changelog: make date display less heavy
Aras Pranckevicius <aras@unity3d.com>
parents: 1878
diff changeset
2416 font-size: 10px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2417 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2418
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2419 #graph_content .container .left .author {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2420 height: 22px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2421 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2422
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2423 #graph_content .container .left .author .user {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2424 color: #444444;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2425 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2426 margin-left: -4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2427 margin-top: 4px;
1463
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
2428 }
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
2429
1871
bd7e95937acd changelog: fixed lost pre-wrap on commit message
Aras Pranckevicius <aras@unity3d.com>
parents: 1861
diff changeset
2430 #graph_content .container .mid .message {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2431 white-space: pre-wrap;
1871
bd7e95937acd changelog: fixed lost pre-wrap on commit message
Aras Pranckevicius <aras@unity3d.com>
parents: 1861
diff changeset
2432 }
bd7e95937acd changelog: fixed lost pre-wrap on commit message
Aras Pranckevicius <aras@unity3d.com>
parents: 1861
diff changeset
2433
bd7e95937acd changelog: fixed lost pre-wrap on commit message
Aras Pranckevicius <aras@unity3d.com>
parents: 1861
diff changeset
2434 #graph_content .container .mid .message a:hover{
1600
84e2e29c0f03 changelog links no decoration
Marcin Kuzminski <marcin@python-works.com>
parents: 1599
diff changeset
2435 text-decoration: none;
84e2e29c0f03 changelog links no decoration
Marcin Kuzminski <marcin@python-works.com>
parents: 1599
diff changeset
2436 }
1913
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2437 #content #graph_content .message .revision-link,
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2438 #changeset_content .container .message .revision-link
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2439 {
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2440 color:#3F6F9F;
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2441 font-weight: bold !important;
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2442 }
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2443
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2444 #content #graph_content .message .issue-tracker-link,
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2445 #changeset_content .container .message .issue-tracker-link{
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2446 color:#3F6F9F;
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2447 font-weight: bold !important;
1878
287eff9614fa changelog: make messages be links again, and somewhat co-exist with issue tracker links (those are bold now)
Aras Pranckevicius <aras@unity3d.com>
parents: 1877
diff changeset
2448 }
287eff9614fa changelog: make messages be links again, and somewhat co-exist with issue tracker links (those are bold now)
Aras Pranckevicius <aras@unity3d.com>
parents: 1877
diff changeset
2449
2217
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2450 .right .changeset-status-container{
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2451 padding-right: 5px;
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2452 margin-top:1px;
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2453 float:right;
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2454 height:14px;
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2455 }
2239
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2456 .code-header .changeset-status-container{
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2457 float:left;
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2458 padding:2px 0px 0px 2px;
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2459 }
2217
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2460 .right .changeset-status-container .changeset-status-lbl{
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2461 color: rgb(136, 136, 136);
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2462 float: left;
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2463 padding: 0px 4px 0px 0px;
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2464 }
2239
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2465 .code-header .changeset-status-container .changeset-status-lbl{
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2466 float: left;
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2467 padding: 0px 4px 0px 0px;
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2468 }
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2469 .right .changeset-status-container .changeset-status-ico{
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2470 float: left;
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2471 }
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2472 .code-header .changeset-status-container .changeset-status-ico{
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2473 float: left;
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2474 }
1884
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2475 .right .comments-container{
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2476 padding-right: 5px;
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2477 margin-top:1px;
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2478 float:right;
1885
350d95dece6f ui touch ups
Marcin Kuzminski <marcin@python-works.com>
parents: 1884
diff changeset
2479 height:14px;
1884
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2480 }
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2481
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2482 .right .comments-cnt{
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2483 float: left;
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2484 color: rgb(136, 136, 136);
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2485 padding-right: 2px;
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2486 }
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2487
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2488 .right .changes{
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2489 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2490 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2491
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2492 .right .changes .changed_total {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2493 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2494 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2495 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2496 min-width: 45px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2497 cursor: pointer;
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2498 color: #444444;
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2499 background: #FEA;
1699
623b228cf325 cleaned up JS files in files templates.
Marcin Kuzminski <marcin@python-works.com>
parents: 1686
diff changeset
2500 -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
2501 -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
2502 border-radius: 0px 0px 0px 6px;
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2503 padding: 1px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2504 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2505
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2506 .right .changes .added,.changed,.removed {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2507 display: block;
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2508 padding: 1px;
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2509 color: #444444;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2510 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2511 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2512 min-width: 15px;
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
2513 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2514
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2515 .right .changes .added {
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2516 background: #CFC;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2517 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2518
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2519 .right .changes .changed {
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2520 background: #FEA;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2521 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2522
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2523 .right .changes .removed {
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2524 background: #FAA;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2525 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2526
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2527 .right .merge {
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2528 padding: 1px 3px 1px 3px;
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2529 background-color: #fca062;
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2530 font-size: 10px;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2531 font-weight: bold;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2532 color: #ffffff;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2533 text-transform: uppercase;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2534 white-space: nowrap;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2535 -webkit-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2536 -moz-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2537 border-radius: 3px;
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2538 margin-right: 2px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2539 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2540
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2541 .right .parent {
1853
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2542 color: #666666;
1884
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2543 clear:both;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2544 }
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2545 .right .logtags{
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2546 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
2547 }
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2548 .right .logtags .branchtag,.logtags .branchtag {
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2549 padding: 1px 3px 1px 3px;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2550 background-color: #bfbfbf;
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2551 font-size: 10px;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2552 font-weight: bold;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2553 color: #ffffff;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2554 text-transform: uppercase;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2555 white-space: nowrap;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2556 -webkit-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2557 -moz-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2558 border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2559 }
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2560 .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
2561 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2562 }
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2563 .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
2564 text-decoration: none;
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2565 color: #ffffff;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2566 }
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2567 .right .logtags .tagtag,.logtags .tagtag {
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2568 padding: 1px 3px 1px 3px;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2569 background-color: #62cffc;
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2570 font-size: 10px;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2571 font-weight: bold;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2572 color: #ffffff;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2573 text-transform: uppercase;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2574 white-space: nowrap;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2575 -webkit-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2576 -moz-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2577 border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2578 }
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2579 .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
2580 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2581 }
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2582 .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
2583 text-decoration: none;
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2584 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2585 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2586 .right .logbooks .bookbook,.logbooks .bookbook {
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2587 padding: 1px 3px 2px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2588 background-color: #46A546;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2589 font-size: 9.75px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2590 font-weight: bold;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2591 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2592 text-transform: uppercase;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2593 white-space: nowrap;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2594 -webkit-border-radius: 3px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2595 -moz-border-radius: 3px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2596 border-radius: 3px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2597 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2598 .right .logbooks .bookbook,.logbooks .bookbook a{
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2599 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2600 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2601 .right .logbooks .bookbook,.logbooks .bookbook a:hover{
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2602 text-decoration: none;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2603 color: #ffffff;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2604 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2605 div.browserblock {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2606 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2607 border: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2608 background: #f8f8f8;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2609 font-size: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2610 line-height: 125%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2611 padding: 0;
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
2612 -webkit-border-radius: 6px 6px 0px 0px;
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
2613 -moz-border-radius: 6px 6px 0px 0px;
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
2614 border-radius: 6px 6px 0px 0px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2615 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2616
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2617 div.browserblock .browser-header {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2618 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2619 padding: 10px 0px 15px 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2620 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2621 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2622
949
3bc10f10f2f6 fixed file browsing ui and css
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
2623 div.browserblock .browser-nav {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2624 float: left
949
3bc10f10f2f6 fixed file browsing ui and css
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
2625 }
884
322b53be49cc Fixed url bug when using numeric revision in file browser,
Marcin Kuzminski <marcin@python-works.com>
parents: 816
diff changeset
2626
322b53be49cc Fixed url bug when using numeric revision in file browser,
Marcin Kuzminski <marcin@python-works.com>
parents: 816
diff changeset
2627 div.browserblock .browser-branch {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2628 float: left;
884
322b53be49cc Fixed url bug when using numeric revision in file browser,
Marcin Kuzminski <marcin@python-works.com>
parents: 816
diff changeset
2629 }
1304
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2630
884
322b53be49cc Fixed url bug when using numeric revision in file browser,
Marcin Kuzminski <marcin@python-works.com>
parents: 816
diff changeset
2631 div.browserblock .browser-branch label {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2632 color: #4A4A4A;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2633 vertical-align: text-top;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2634 }
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 div.browserblock .browser-header span {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2637 margin-left: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2638 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2639 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2640
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2641 div.browserblock .browser-search {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2642 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2643 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
2644 height: 20px;
7b67b0dcad6d Added initial support for creating new nodes in repos
Marcin Kuzminski <marcin@python-works.com>
parents: 1477
diff changeset
2645 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2646
1483
7b67b0dcad6d Added initial support for creating new nodes in repos
Marcin Kuzminski <marcin@python-works.com>
parents: 1477
diff changeset
2647 div.browserblock #node_filter_box {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2648
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2649 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2650
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2651 div.browserblock .search_activate {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2652 float: left
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2653 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2654
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2655 div.browserblock .add_node {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2656 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2657 padding-left: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2658 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2659
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2660 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
2661 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2662 text-decoration: none !important;
1452
8585fbf3ed06 Implemented #111 copy github node finder solution
Marcin Kuzminski <marcin@python-works.com>
parents: 1431
diff changeset
2663 }
8585fbf3ed06 Implemented #111 copy github node finder solution
Marcin Kuzminski <marcin@python-works.com>
parents: 1431
diff changeset
2664
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2665 div.browserblock .browser-body {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2666 background: #EEE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2667 border-top: 1px solid #CCC;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2668 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2669
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2670 table.code-browser {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2671 border-collapse: collapse;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2672 width: 100%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2673 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2674
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2675 table.code-browser tr {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2676 margin: 3px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2677 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2678
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2679 table.code-browser thead th {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2680 background-color: #EEE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2681 height: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2682 font-size: 1.1em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2683 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2684 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2685 padding-left: 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2686 }
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 table.code-browser tbody td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2689 padding-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2690 height: 20px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2691 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2692
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2693 table.code-browser .browser-file {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2694 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
2695 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2696 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2697 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2698 }
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
2699 .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
2700 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
2701 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2702 .diffblock .changeset_file {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2703 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
2704 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
2705 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
2706 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
2707 }
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
2708 .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
2709 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
2710 }
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
2711
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2712 .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
2713 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
2714 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
2715 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
2716 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
2717 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
2718 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
2719 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
2720 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
2721 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
2722
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
2723 }
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2724 .diffblock .diff-actions {
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2725 padding: 2px 0px 0px 2px;
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2726 float: left;
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2727 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2728 .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
2729 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
2730 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2731 .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
2732 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
2733 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
2734 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2735 .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
2736 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
2737 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
2738 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2739 table.code-browser .browser-dir {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2740 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
2741 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2742 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2743 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2744 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2745
2232
49dc09e9f076 Implements subrepos view inside filebrowser
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2746 table.code-browser .submodule-dir {
49dc09e9f076 Implements subrepos view inside filebrowser
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2747 background: url("../images/icons/disconnect.png") no-repeat scroll 3px;
49dc09e9f076 Implements subrepos view inside filebrowser
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2748 height: 16px;
49dc09e9f076 Implements subrepos view inside filebrowser
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2749 padding-left: 20px;
49dc09e9f076 Implements subrepos view inside filebrowser
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2750 text-align: left;
49dc09e9f076 Implements subrepos view inside filebrowser
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2751 }
49dc09e9f076 Implements subrepos view inside filebrowser
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2752
49dc09e9f076 Implements subrepos view inside filebrowser
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2753
556
65b2f150beb7 Added searching for file names within the repository in rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 551
diff changeset
2754 .box .search {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2755 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2756 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2757 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2758 padding: 0 20px 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2759 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2760
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2761 .box .search div.search_path {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2762 background: none repeat scroll 0 0 #EEE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2763 border: 1px solid #CCC;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2764 color: blue;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2765 margin-bottom: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2766 padding: 10px 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2767 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2768
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2769 .box .search div.search_path div.link {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2770 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2771 margin-left: 25px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2772 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2773
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2774 .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
2775 color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2776 cursor: pointer;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2777 text-decoration: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2778 }
556
65b2f150beb7 Added searching for file names within the repository in rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 551
diff changeset
2779
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2780 #path_unlock {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2781 color: red;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2782 font-size: 1.2em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2783 padding-left: 4px;
409
9b6c1de4ce9e some small template fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 402
diff changeset
2784 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2785
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2786 .info_box span {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2787 margin-left: 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2788 margin-right: 3px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2789 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2790
1304
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2791 .info_box .rev {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2792 color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2793 font-size: 1.6em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2794 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2795 vertical-align: sub;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2796 }
1304
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2797
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2798 .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
2799 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2800 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2801 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2802 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2803 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2804 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2805 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2806 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2807 padding: 1px 5px 1px;
1304
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2808 }
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2809
375
3e55d9981c0e templating fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 373
diff changeset
2810 .info_box input#view {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2811 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2812 padding: 4px 3px 2px 2px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2813 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2814
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2815 .yui-overlay,.yui-panel-container {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2816 visibility: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2817 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2818 z-index: 2;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2819 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2820
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2821 .yui-tt {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2822 visibility: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2823 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2824 color: #666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2825 background-color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2826 border: 2px solid #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2827 font: 100% sans-serif;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2828 width: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2829 opacity: 1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2830 padding: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2831 white-space: pre-wrap;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2832 -webkit-border-radius: 8px 8px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2833 -khtml-border-radius: 8px 8px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2834 -moz-border-radius: 8px 8px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2835 border-radius: 8px 8px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2836 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
2837 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2838
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2839 .ac {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2840 vertical-align: top;
362
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
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2843 .ac .yui-ac {
2145
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
2844 position: inherit;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2845 font-size: 100%;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2846 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2847
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2848 .ac .perm_ac {
2103
Marcin Kuzminski <marcin@python-works.com>
parents: 2001
diff changeset
2849 width: 20em;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2850 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2851
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2852 .ac .yui-ac-input {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2853 width: 100%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2854 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2855
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2856 .ac .yui-ac-container {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2857 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2858 top: 1.6em;
2145
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
2859 width: auto;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2860 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2861
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2862 .ac .yui-ac-content {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2863 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2864 border: 1px solid gray;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2865 background: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2866 z-index: 9050;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2867
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2868 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2869
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2870 .ac .yui-ac-shadow {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2871 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2872 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2873 background: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2874 -moz-opacity: 0.1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2875 opacity: .10;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2876 filter: alpha(opacity = 10);
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2877 z-index: 9049;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2878 margin: .3em;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2879 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2880
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2881 .ac .yui-ac-content ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2882 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2883 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2884 padding: 0;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2885 z-index: 9050;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2886 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2887
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2888 .ac .yui-ac-content li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2889 cursor: default;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2890 white-space: nowrap;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2891 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2892 padding: 2px 5px;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2893 height: 18px;
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2894 z-index: 9050;
2145
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
2895 display: block;
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
2896 width: auto !important;
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
2897 }
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
2898
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
2899 .ac .yui-ac-content li .ac-container-wrap{
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
2900 width: auto;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2901 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2902
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2903 .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
2904 background: #B3D4FF;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2905 z-index: 9050;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2906 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2907
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2908 .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
2909 background: #556CB5;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2910 color: #FFF;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2911 z-index: 9050;
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2912 }
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2913 .ac .yui-ac-bd{
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2914 z-index: 9050;
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2915 }
2145
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
2916
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2917 .follow {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2918 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
2919 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2920 width: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2921 cursor: pointer;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2922 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2923 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2924 margin-top: 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2925 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2926
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2927 .following {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2928 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
2929 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2930 width: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2931 cursor: pointer;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2932 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2933 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2934 margin-top: 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2935 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2936
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2937 .currently_following {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2938 padding-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2939 padding-bottom: 5px;
737
d5bad4a2432f css + templates update for user dashboards
Marcin Kuzminski <marcin@python-works.com>
parents: 734
diff changeset
2940 }
d5bad4a2432f css + templates update for user dashboards
Marcin Kuzminski <marcin@python-works.com>
parents: 734
diff changeset
2941
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2942 .add_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2943 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
2944 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2945 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2946 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2947 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2948
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2949 .edit_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2950 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
2951 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2952 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2953 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2954 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2955
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2956 .delete_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2957 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
2958 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2959 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2960 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2961 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2962
708
b9bbc0d6e9f3 added cache reset, stats reset, and delete into repository settings in admin.
Marcin Kuzminski <marcin@python-works.com>
parents: 703
diff changeset
2963 .refresh_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2964 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
2965 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2966 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2967 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2968 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
2969 }
b9bbc0d6e9f3 added cache reset, stats reset, and delete into repository settings in admin.
Marcin Kuzminski <marcin@python-works.com>
parents: 703
diff changeset
2970
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
2971 .pull_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2972 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
2973 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2974 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2975 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
2976 }
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
2977
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2978 .rss_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2979 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
2980 padding-left: 20px;
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
2981 padding-top: 4px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2982 text-align: left;
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
2983 font-size: 8px
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2984 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2985
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2986 .atom_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2987 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
2988 padding-left: 20px;
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
2989 padding-top: 4px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2990 text-align: left;
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
2991 font-size: 8px
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2992 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2993
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2994 .archive_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2995 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
2996 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2997 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2998 padding-top: 1px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2999 }
1248
5da25ade33df fixed some buttons text issues. Reported by Thomas Waldmann
Marcin Kuzminski <marcin@python-works.com>
parents: 1247
diff changeset
3000
1085
3fe3285868d1 implemented public journal for anonymous users, admin can control which repositories
Marcin Kuzminski <marcin@python-works.com>
parents: 1052
diff changeset
3001 .start_following_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3002 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
3003 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3004 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3005 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
3006 }
1248
5da25ade33df fixed some buttons text issues. Reported by Thomas Waldmann
Marcin Kuzminski <marcin@python-works.com>
parents: 1247
diff changeset
3007
1085
3fe3285868d1 implemented public journal for anonymous users, admin can control which repositories
Marcin Kuzminski <marcin@python-works.com>
parents: 1052
diff changeset
3008 .stop_following_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3009 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
3010 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3011 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3012 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
3013 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3014
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3015 .action_button {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3016 border: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3017 display: inline;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3018 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3019
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3020 .action_button:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3021 border: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3022 text-decoration: underline;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3023 cursor: pointer;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3024 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3025
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3026 #switch_repos {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3027 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3028 height: 25px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3029 z-index: 1;
373
3171614c0067 Added permissions check on repo switcher,
Marcin Kuzminski <marcin@python-works.com>
parents: 366
diff changeset
3030 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3031
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3032 #switch_repos select {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3033 min-width: 150px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3034 max-height: 250px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3035 z-index: 1;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3036 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3037
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3038 .breadcrumbs {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3039 border: medium none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3040 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3041 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3042 text-transform: uppercase;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3043 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3044 font-size: 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3045 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3046 padding: 11px 0 11px 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3047 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3048
1956
fe64fecda0fd changeset: do not uppercase the hash in breadcrumbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1955
diff changeset
3049 .breadcrumbs .hash {
fe64fecda0fd changeset: do not uppercase the hash in breadcrumbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1955
diff changeset
3050 text-transform: none;
fe64fecda0fd changeset: do not uppercase the hash in breadcrumbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1955
diff changeset
3051 color: #fff;
fe64fecda0fd changeset: do not uppercase the hash in breadcrumbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1955
diff changeset
3052 }
fe64fecda0fd changeset: do not uppercase the hash in breadcrumbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1955
diff changeset
3053
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3054 .breadcrumbs a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3055 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3056 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3057
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3058 .flash_msg {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3059
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3060 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3061
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3062 .flash_msg ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3063
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3064 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3065
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3066 .error_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3067 background-color: #c43c35;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3068 background-repeat: repeat-x;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3069 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35) );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3070 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3071 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3072 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35) );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3073 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3074 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3075 background-image: linear-gradient(top, #ee5f5b, #c43c35);
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3076 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3077 border-color: #c43c35 #c43c35 #882a25;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3078 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3079
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3080 .warning_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3081 color: #404040 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3082 background-color: #eedc94;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3083 background-repeat: repeat-x;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3084 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3085 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3086 background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3087 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94) );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3088 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3089 background-image: -o-linear-gradient(top, #fceec1, #eedc94);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3090 background-image: linear-gradient(top, #fceec1, #eedc94);
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3091 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3092 border-color: #eedc94 #eedc94 #e4c652;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3093 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3094
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3095 .success_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3096 background-color: #57a957;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3097 background-repeat: repeat-x !important;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3098 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957) );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3099 background-image: -moz-linear-gradient(top, #62c462, #57a957);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3100 background-image: -ms-linear-gradient(top, #62c462, #57a957);
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3101 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957) );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3102 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3103 background-image: -o-linear-gradient(top, #62c462, #57a957);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3104 background-image: linear-gradient(top, #62c462, #57a957);
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3105 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3106 border-color: #57a957 #57a957 #3d773d;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3107 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3108
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3109 .notice_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3110 background-color: #339bb9;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3111 background-repeat: repeat-x;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3112 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9) );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3113 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3114 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3115 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9) );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3116 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3117 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3118 background-image: linear-gradient(top, #5bc0de, #339bb9);
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3119 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3120 border-color: #339bb9 #339bb9 #22697d;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3121 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3122
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3123 .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
3124 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3125 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3126 min-height: 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3127 line-height: 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3128 margin-bottom: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3129 margin-top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3130 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3131 overflow: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3132 padding: 6px 10px 6px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3133 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
3134 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3135 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3136 border-width: 1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3137 border-style: solid;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3138 -webkit-border-radius: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3139 -moz-border-radius: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3140 border-radius: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3141 -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
3142 -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
3143 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
3144 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3145
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3146 #msg_close {
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3147 background: transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3148 cursor: pointer;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3149 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3150 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3151 right: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3152 top: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3153 width: 16px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3154 }
2109
8ecfed1d8f8b utils/conf
Marcin Kuzminski <marcin@python-works.com>
parents: 2103
diff changeset
3155 div#legend_data{
8ecfed1d8f8b utils/conf
Marcin Kuzminski <marcin@python-works.com>
parents: 2103
diff changeset
3156 padding-left:10px;
8ecfed1d8f8b utils/conf
Marcin Kuzminski <marcin@python-works.com>
parents: 2103
diff changeset
3157 }
8ecfed1d8f8b utils/conf
Marcin Kuzminski <marcin@python-works.com>
parents: 2103
diff changeset
3158 div#legend_container table{
8ecfed1d8f8b utils/conf
Marcin Kuzminski <marcin@python-works.com>
parents: 2103
diff changeset
3159 border: none !important;
8ecfed1d8f8b utils/conf
Marcin Kuzminski <marcin@python-works.com>
parents: 2103
diff changeset
3160 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3161 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
3162 width: auto !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3163 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3164
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3165 table#permissions_manage {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3166 width: 0 !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3167 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3168
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3169 table#permissions_manage span.private_repo_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3170 font-size: 0.8em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3171 opacity: 0.6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3172 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3173
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3174 table#permissions_manage td.private_repo_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3175 font-size: 0.8em;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3176 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3177
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3178 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
3179 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
3180 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3181
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3182 div.gravatar {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3183 background-color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3184 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3185 margin-right: 0.7em;
1854
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3186 padding: 1px 1px 1px 1px;
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3187 line-height:0;
1854
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3188 -webkit-border-radius: 3px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3189 -khtml-border-radius: 3px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3190 -moz-border-radius: 3px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3191 border-radius: 3px;
1463
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
3192 }
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
3193
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
3194 div.gravatar img {
1854
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3195 -webkit-border-radius: 2px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3196 -khtml-border-radius: 2px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3197 -moz-border-radius: 2px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3198 border-radius: 2px;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3199 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3200
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3201 #header,#content,#footer {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3202 min-width: 978px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3203 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3204
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3205 #content {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3206 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3207 overflow: hidden;
2001
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
3208 padding: 54px 10px 14px 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3209 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3210
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3211 #content div.box div.title div.search {
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
3212
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3213 border-left: 1px solid #316293;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3214 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3215
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3216 #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
3217 border: 1px solid #316293;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3218 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3219
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3220 .ui-btn{
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3221 color: #515151;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3222 background-color: #DADADA;
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3223 background-repeat: repeat-x;
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3224 background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) );
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3225 background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3226 background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3227 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
3228 background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) );
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3229 background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) );
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3230 background-image: linear-gradient(top, #F4F4F4, #DADADA);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3231 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3232
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3233 border-top: 1px solid #DDD;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3234 border-left: 1px solid #c6c6c6;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3235 border-right: 1px solid #DDD;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3236 border-bottom: 1px solid #c6c6c6;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3237 color: #515151;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3238 outline: none;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3239 margin: 0px 3px 3px 0px;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3240 -webkit-border-radius: 4px 4px 4px 4px !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3241 -khtml-border-radius: 4px 4px 4px 4px !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3242 -moz-border-radius: 4px 4px 4px 4px !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3243 border-radius: 4px 4px 4px 4px !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3244 cursor: pointer !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3245 padding: 3px 3px 3px 3px;
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
3246 background-position: 0 -15px;
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3247
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3248 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3249 .ui-btn.xsmall{
1706
07c8838ebfd3 ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1705
diff changeset
3250 padding: 1px 2px 1px 1px;
07c8838ebfd3 ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1705
diff changeset
3251 }
1813
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
3252 .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
3253 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
3254 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
3255 -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
3256 -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
3257 -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
3258 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
3259 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
3260 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
3261 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
3262 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
3263 }
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3264 .ui-btn:focus {
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3265 outline: none;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3266 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3267 .ui-btn:hover{
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
3268 background-position: 0 0px;
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3269 text-decoration: none;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3270 color: #515151;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3271 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
3272 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3273
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3274 .ui-btn.red{
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3275 color:#fff;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3276 background-color: #c43c35;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3277 background-repeat: repeat-x;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3278 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3279 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3280 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3281 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
3282 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3283 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3284 background-image: linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3285 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3286 border-color: #c43c35 #c43c35 #882a25;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3287 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
3288 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3289
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3290
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3291 .ui-btn.blue{
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3292 background-color: #339bb9;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3293 background-repeat: repeat-x;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3294 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3295 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3296 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3297 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
3298 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3299 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3300 background-image: linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3301 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3302 border-color: #339bb9 #339bb9 #22697d;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3303 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
3304 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3305
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3306 .ui-btn.green{
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3307 background-color: #57a957;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3308 background-repeat: repeat-x;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3309 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3310 background-image: -moz-linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3311 background-image: -ms-linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3312 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
3313 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3314 background-image: -o-linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3315 background-image: linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3316 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3317 border-color: #57a957 #57a957 #3d773d;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3318 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
3319 }
166317d464f3 Added server side file editing with commit
Marcin Kuzminski <marcin@python-works.com>
parents: 1304
diff changeset
3320
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3321 ins,div.options a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3322 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3323 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3324
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3325 img,
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3326 #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
3327 #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
3328 #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
3329 #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
3330 #clone_url_id
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3331 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3332 border: none;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3333 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3334
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3335 img.icon,.right .merge img {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3336 vertical-align: bottom;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3337 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3338
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3339 #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
3340 #content div.box div.message div.dismiss,
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3341 #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
3342 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3343 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3344 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3345 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3346 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3347
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3348 #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
3349 #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
3350 #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
3351 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
3352 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3353 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3354 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3355
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3356 #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
3357 #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
3358 #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
3359 #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
3360 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3361 display: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3362 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3363
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3364 #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
3365 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3366 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3367 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3368
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3369 #content div.graph {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3370 padding: 0 10px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3371 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3372
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3373 #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
3374 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3375 color: #bfe3ff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3376 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3377
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3378 #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
3379 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3380 margin: 10px 24px 10px 44px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3381 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3382
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3383 #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
3384 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3385 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3386 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3387 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3388 padding: 0 20px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3389 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3390
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3391 #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
3392 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3393 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3394 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3395 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3396 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3397 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3398
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3399 #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
3400 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3401 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3402 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3403 color: #363636;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3404 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3405 padding: 2px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3406 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3407
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3408 #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
3409 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3410 background: #FBE3E4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3411 border-top: 1px solid #e1b2b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3412 border-left: 1px solid #e1b2b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3413 border-right: 1px solid #FBC2C4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3414 border-bottom: 1px solid #FBC2C4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3415 }
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 #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
3418 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3419 background: #E6EFC2;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3420 border-top: 1px solid #cebb98;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3421 border-left: 1px solid #cebb98;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3422 border-right: 1px solid #c6d880;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3423 border-bottom: 1px solid #c6d880;
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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3426 #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
3427 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3428 margin: 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 #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
3432 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3433 margin: 0 0 0 0px !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3434 padding: 0;
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 #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
3438 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3439 margin: 0 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3440 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3441 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3442
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3443 #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
3444 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3445 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3446 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3447 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3448
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3449 #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
3450 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3451 border: 1px solid #666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3452 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3453
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3454 #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
3455 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3456 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3457 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3458 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3459 padding: 8px 0 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3460 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3461
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3462 #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
3463 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3464 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3465 margin: 0;
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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3468 #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
3469 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3470 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3471 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3472 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3473 margin: 2px 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3474 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3475
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3476 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
3477 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3478 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3479 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3480 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3481 margin: 0;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3482 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3483
1471
f4725d9faf84 simplify !
Marcin Kuzminski <marcin@python-works.com>
parents: 1470
diff changeset
3484 input.ui-button {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3485 background: #e5e3e3 url("../images/button.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3486 border-top: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3487 border-left: 1px solid #c6c6c6;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3488 border-right: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3489 border-bottom: 1px solid #c6c6c6;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3490 color: #515151 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3491 outline: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3492 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3493 padding: 6px 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3494 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3495 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3496 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3497 border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3498 box-shadow: 0 1px 0 #ececec;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3499 cursor: pointer;
1470
ea41c494cc3f beatify !
Marcin Kuzminski <marcin@python-works.com>
parents: 1468
diff changeset
3500 }
ea41c494cc3f beatify !
Marcin Kuzminski <marcin@python-works.com>
parents: 1468
diff changeset
3501
1471
f4725d9faf84 simplify !
Marcin Kuzminski <marcin@python-works.com>
parents: 1470
diff changeset
3502 input.ui-button:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3503 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
3504 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3505 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3506 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3507 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3508 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3509
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3510 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
3511 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3512 display: inline;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3513 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3514
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3515 #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
3516 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3517 margin: 10px 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3518 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3519 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3520
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3521 #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
3522 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3523 margin: 10px 0 0;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3524 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3525
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3526 #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
3527 width: 10%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3528 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3529 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3530
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3531 #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
3532 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3533 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3534 margin: 6px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3535 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3536 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3537
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3538 #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
3539 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3540 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
3541 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3542 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3543 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3544 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3545 color: #515151;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3546 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3547 padding: 6px 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3548 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3549
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3550 #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
3551 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3552 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3553 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3554 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3555 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3556 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3557
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3558 #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
3559 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3560 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3561 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3562 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3563 background: #ebebeb url("../images/pager.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3564 border-top: 1px solid #dedede;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3565 border-left: 1px solid #cfcfcf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3566 border-right: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3567 border-bottom: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3568 color: #4A4A4A;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3569 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3570 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3571 padding: 6px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3572 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3573
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3574 #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
3575 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3576 color: #B4B4B4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3577 padding: 6px;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3578 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3579
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3580 #login,#register {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3581 width: 520px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3582 margin: 10% auto 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3583 padding: 0;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3584 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3585
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3586 #login div.color,#register div.color {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3587 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3588 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3589 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3590 margin: 10px auto 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3591 padding: 3px 3px 3px 0;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3592 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3593
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3594 #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
3595 width: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3596 height: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3597 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3598 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3599 margin: 0 0 0 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3600 padding: 0;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3601 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3602
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3603 #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
3604 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3605 margin: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3606 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3607 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3608
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3609 #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
3610 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3611 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3612 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3613 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3614 padding: 0 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3615 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3616
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3617 #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
3618 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3619 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3620 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3621 color: red;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3622 margin: 8px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3623 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3624 max-width: 320px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3625 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3626
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3627 #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
3628 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3629 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3630 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3631 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3632
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3633 #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
3634 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3635 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3636 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3637 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3638 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3639
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3640 #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
3641 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3642 margin: 0 0 0 184px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3643 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3644 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3645
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3646 #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
3647 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3648 color: #565656;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3649 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3650 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3651
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3652 #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
3653 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3654 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3655 font-size: 1em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3656 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3657 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3658 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3659
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3660 #changeset_content .container .wrapper,#graph_content .container .wrapper
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3661 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3662 width: 600px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3663 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3664
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
3665 #changeset_content .container .left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3666 float: left;
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
3667 width: 75%;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3668 padding-left: 5px;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3669 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3670
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3671 #changeset_content .container .left .date,.ac .match {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3672 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3673 padding-top: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3674 padding-bottom: 5px;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3675 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3676
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3677 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
3678 border: none !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3679 height: 20px !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3680 padding: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3681 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3682
1624
64f44c2cf47c fixes small css issues with chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1610
diff changeset
3683 .q_filter_box {
64f44c2cf47c fixes small css issues with chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1610
diff changeset
3684 -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
3685 -webkit-border-radius: 4px;
64f44c2cf47c fixes small css issues with chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1610
diff changeset
3686 -moz-border-radius: 4px;
1654
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3687 border-radius: 4px;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3688 border: 0 none;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3689 color: #AAAAAA;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3690 margin-bottom: -4px;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3691 margin-top: -4px;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3692 padding-left: 3px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3693 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3694
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3695 #node_filter {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3696 border: 0px solid #545454;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3697 color: #AAAAAA;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3698 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
3699 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3700
1952
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3701
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3702 .group_members_wrap{
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3703
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3704 }
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3705
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3706 .group_members .group_member{
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3707 height: 30px;
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3708 padding:0px 0px 0px 10px;
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3709 }
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3710
1605
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3711 /*README STYLE*/
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3712
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3713 div.readme {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3714 padding:0px;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3715 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3716
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3717 div.readme h2 {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3718 font-weight: normal;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3719 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3720
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3721 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
3722 background-color: #fafafa;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3723 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3724
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3725 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
3726 clear:both;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3727 overflow:hidden;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3728 margin:0;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3729 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
3730 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3731
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3732 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
3733 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
3734 margin: 0 !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3735 padding: 0 !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3736 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
3737 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3738
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3739
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3740 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
3741 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
3742 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3743
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3744 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
3745 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
3746 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3747
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3748 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
3749 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
3750 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
3751 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
3752 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3753
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3754 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
3755 color: black !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3756 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
3757 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
3758 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3759
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3760 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
3761 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
3762 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
3763 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3764
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3765 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
3766 list-style: decimal;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3767 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
3768 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3769
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3770 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
3771 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
3772 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3773
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3774 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
3775 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
3776 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
3777 color: #444 !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3778 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
3779 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
3780 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3781
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3782 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
3783 padding: 0 !important;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3784 font-size: 12px !important;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3785 background-color: #eee !important;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3786 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
3787 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3788
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3789 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
3790 margin: 1em 0;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3791 font-size: 12px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3792 background-color: #eee;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3793 border: 1px solid #ddd;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3794 padding: 5px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3795 color: #444;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3796 overflow: auto;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3797 -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
3798 -webkit-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3799 -moz-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3800 border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3801 }
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3802
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3803
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3804 /** RST STYLE **/
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3805
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3806
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3807 div.rst-block {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3808 padding:0px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3809 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3810
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3811 div.rst-block h2 {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3812 font-weight: normal;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3813 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3814
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3815 div.rst-block {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3816 background-color: #fafafa;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3817 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3818
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3819 div.rst-block {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3820 clear:both;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3821 overflow:hidden;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3822 margin:0;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3823 padding:0 20px 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3824 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3825
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3826 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
3827 border-bottom: 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3828 margin: 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3829 padding: 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3830 line-height: 1.5em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3831 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3832
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3833
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3834 div.rst-block h1:first-child {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3835 padding-top: .25em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3836 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3837
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3838 div.rst-block h2, div.rst-block h3 {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3839 margin: 1em 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3840 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3841
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3842 div.rst-block h2 {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3843 margin-top: 1.5em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3844 border-top: 4px solid #e0e0e0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3845 padding-top: .5em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3846 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3847
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3848 div.rst-block p {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3849 color: black !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3850 margin: 1em 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3851 line-height: 1.5em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3852 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3853
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3854 div.rst-block ul {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3855 list-style: disc !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3856 margin: 1em 0 1em 2em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3857 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3858
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3859 div.rst-block ol {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3860 list-style: decimal;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3861 margin: 1em 0 1em 2em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3862 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3863
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3864 div.rst-block pre, code {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3865 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3866 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3867
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3868 div.rst-block code {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3869 font-size: 12px !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3870 background-color: ghostWhite !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3871 color: #444 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3872 padding: 0 .2em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3873 border: 1px solid #dedede !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3874 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3875
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3876 div.rst-block pre code {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3877 padding: 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3878 font-size: 12px !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3879 background-color: #eee !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3880 border: none !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3881 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3882
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3883 div.rst-block pre {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3884 margin: 1em 0;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3885 font-size: 12px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3886 background-color: #eee;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3887 border: 1px solid #ddd;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3888 padding: 5px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3889 color: #444;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3890 overflow: auto;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3891 -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
3892 -webkit-border-radius: 3px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3893 -moz-border-radius: 3px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3894 border-radius: 3px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3895 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3896
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3897
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3898 /** comment main **/
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3899 .comments {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3900 padding:10px 20px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3901 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3902
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3903 .comments .comment {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3904 border: 1px solid #ddd;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3905 margin-top: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3906 -webkit-border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3907 -moz-border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3908 border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3909 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3910
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3911 .comments .comment .meta {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3912 background: #f8f8f8;
1860
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
3913 padding: 4px;
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3914 border-bottom: 1px solid #ddd;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3915 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3916
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3917 .comments .comment .meta img {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3918 vertical-align: middle;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3919 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3920
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3921 .comments .comment .meta .user {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3922 font-weight: bold;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3923 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3924
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3925 .comments .comment .meta .date {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3926 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3927
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3928 .comments .comment .text {
1674
6f0143e5efe5 #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1670
diff changeset
3929 background-color: #FAFAFA;
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3930 }
1860
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
3931 .comment .text div.rst-block p {
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
3932 margin: 0.5em 0px !important;
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
3933 }
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3934
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3935 .comments .comments-number{
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3936 padding:0px 0px 10px 0px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3937 font-weight: bold;
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3938 color: #666;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3939 font-size: 16px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3940 }
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3941
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3942 /** comment form **/
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3943
2217
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
3944 .status-block{
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
3945 height:80px;
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
3946 clear:both
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
3947 }
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
3948
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3949 .comment-form .clearfix{
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3950 background: #EEE;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3951 -webkit-border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3952 -moz-border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3953 border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3954 padding: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3955 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3956
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3957 div.comment-form {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3958 margin-top: 20px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3959 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3960
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3961 .comment-form strong {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3962 display: block;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3963 margin-bottom: 15px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3964 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3965
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3966 .comment-form textarea {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3967 width: 100%;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3968 height: 100px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3969 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3970 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3971
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3972 form.comment-form {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3973 margin-top: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3974 margin-left: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3975 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3976
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3977 .comment-form-submit {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3978 margin-top: 5px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3979 margin-left: 525px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3980 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3981
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3982 .file-comments {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3983 display: none;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3984 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3985
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3986 .comment-form .comment {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3987 margin-left: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3988 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3989
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3990 .comment-form .comment-help{
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3991 padding: 0px 0px 5px 0px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3992 color: #666;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3993 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3994
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3995 .comment-form .comment-button{
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3996 padding-top:5px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3997 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3998
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3999 .add-another-button {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4000 margin-left: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4001 margin-top: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4002 margin-bottom: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4003 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4004
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4005 .comment .buttons {
1860
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
4006 float: right;
2187
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4007 padding:2px 2px 0px 0px;
1674
6f0143e5efe5 #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1670
diff changeset
4008 }
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4009
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4010
1686
6ff8bcb783e9 show inline comments option
Marcin Kuzminski <marcin@python-works.com>
parents: 1684
diff changeset
4011 .show-inline-comments{
6ff8bcb783e9 show inline comments option
Marcin Kuzminski <marcin@python-works.com>
parents: 1684
diff changeset
4012 position: relative;
6ff8bcb783e9 show inline comments option
Marcin Kuzminski <marcin@python-works.com>
parents: 1684
diff changeset
4013 top:1px
6ff8bcb783e9 show inline comments option
Marcin Kuzminski <marcin@python-works.com>
parents: 1684
diff changeset
4014 }
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4015
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4016 /** comment inline form **/
2187
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4017 .comment-inline-form .overlay{
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4018 display: none;
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4019 }
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4020 .comment-inline-form .overlay.submitting{
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4021 display:block;
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4022 background: none repeat scroll 0 0 white;
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4023 font-size: 16px;
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4024 opacity: 0.5;
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4025 position: absolute;
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4026 text-align: center;
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4027 vertical-align: top;
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4028
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4029 }
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4030 .comment-inline-form .overlay.submitting .overlay-text{
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4031 width:100%;
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4032 margin-top:5%;
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4033 }
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4034
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4035 .comment-inline-form .clearfix{
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4036 background: #EEE;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4037 -webkit-border-radius: 4px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4038 -moz-border-radius: 4px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4039 border-radius: 4px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4040 padding: 5px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4041 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4042
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4043 div.comment-inline-form {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4044 margin-top: 5px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4045 padding:2px 6px 8px 6px;
2187
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4046
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4047 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4048
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4049 .comment-inline-form strong {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4050 display: block;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4051 margin-bottom: 15px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4052 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4053
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4054 .comment-inline-form textarea {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4055 width: 100%;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4056 height: 100px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4057 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4058 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4059
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4060 form.comment-inline-form {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4061 margin-top: 10px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4062 margin-left: 10px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4063 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4064
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4065 .comment-inline-form-submit {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4066 margin-top: 5px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4067 margin-left: 525px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4068 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4069
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4070 .file-comments {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4071 display: none;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4072 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4073
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4074 .comment-inline-form .comment {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4075 margin-left: 10px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4076 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4077
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4078 .comment-inline-form .comment-help{
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4079 padding: 0px 0px 2px 0px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4080 color: #666666;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4081 font-size: 10px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4082 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4083
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4084 .comment-inline-form .comment-button{
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4085 padding-top:5px;
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4086 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4087
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4088 /** comment inline **/
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4089 .inline-comments {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4090 padding:10px 20px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4091 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4092
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4093 .inline-comments div.rst-block {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4094 clear:both;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4095 overflow:hidden;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4096 margin:0;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4097 padding:0 20px 0px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4098 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4099 .inline-comments .comment {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4100 border: 1px solid #ddd;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4101 -webkit-border-radius: 4px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4102 -moz-border-radius: 4px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4103 border-radius: 4px;
1684
99ab32357262 touch up padding on inline comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1682
diff changeset
4104 margin: 3px 3px 5px 5px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4105 background-color: #FAFAFA;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4106 }
2187
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4107 .inline-comments .add-comment {
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4108 padding: 2px 4px 8px 5px;
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4109 }
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4110
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4111 .inline-comments .comment-wrapp{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4112 padding:1px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4113 }
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4114 .inline-comments .comment .meta {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4115 background: #f8f8f8;
1860
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
4116 padding: 4px;
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4117 border-bottom: 1px solid #ddd;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4118 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4119
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4120 .inline-comments .comment .meta img {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4121 vertical-align: middle;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4122 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4123
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4124 .inline-comments .comment .meta .user {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4125 font-weight: bold;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4126 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4127
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4128 .inline-comments .comment .meta .date {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4129 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4130
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4131 .inline-comments .comment .text {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4132 background-color: #FAFAFA;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4133 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4134
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4135 .inline-comments .comments-number{
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4136 padding:0px 0px 10px 0px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4137 font-weight: bold;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4138 color: #666;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4139 font-size: 16px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4140 }
1704
3efc47f59639 inline comment form is displayed now under all comments.
Marcin Kuzminski <marcin@python-works.com>
parents: 1702
diff changeset
4141 .inline-comments-button .add-comment{
2187
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4142 margin:2px 0px 8px 5px !important
1704
3efc47f59639 inline comment form is displayed now under all comments.
Marcin Kuzminski <marcin@python-works.com>
parents: 1702
diff changeset
4143 }
2190
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4144
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4145
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4146 .notification-paginator{
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4147 padding: 0px 0px 4px 16px;
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4148 float: left;
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4149 }
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4150
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4151 .notifications{
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
4152 border-radius: 4px 4px 4px 4px;
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4153 -webkit-border-radius: 4px;
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
4154 -moz-border-radius: 4px;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
4155 float: right;
1931
b6c849e64b37 display unread notifications only if present, make icon bigger on menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1928
diff changeset
4156 margin: 20px 0px 0px 0px;
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
4157 position: absolute;
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4158 text-align: center;
1931
b6c849e64b37 display unread notifications only if present, make icon bigger on menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1928
diff changeset
4159 width: 26px;
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
4160 z-index: 1000;
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4161 }
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4162 .notifications a{
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4163 color:#888 !important;
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4164 display: block;
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
4165 font-size: 10px;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
4166 background-color: #DEDEDE !important;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
4167 border-radius: 2px !important;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
4168 -webkit-border-radius: 2px !important;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
4169 -moz-border-radius: 2px !important;
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4170 }
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4171 .notifications a:hover{
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4172 text-decoration: none !important;
1931
b6c849e64b37 display unread notifications only if present, make icon bigger on menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1928
diff changeset
4173 background-color: #EEEFFF !important;
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4174 }
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4175 .notification-header{
1787
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4176 padding-top:6px;
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4177 }
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4178 .notification-header .desc{
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4179 font-size: 16px;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4180 height: 24px;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4181 float: left
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4182 }
1739
4a5b93b3bcdd forbid notifications view for anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 1737
diff changeset
4183 .notification-list .container.unread{
2190
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4184 background: none repeat scroll 0 0 rgba(255, 255, 180, 0.6);
1739
4a5b93b3bcdd forbid notifications view for anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 1737
diff changeset
4185 }
1787
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4186 .notification-header .gravatar{
2190
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4187 background: none repeat scroll 0 0 transparent;
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4188 padding: 0px 0px 0px 8px;
1787
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4189 }
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4190 .notification-header .desc.unread{
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4191 font-weight: bold;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4192 font-size: 17px;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4193 }
2190
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4194 .notification-table{
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4195 border: 1px solid #ccc;
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4196 -webkit-border-radius: 6px 6px 6px 6px;
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4197 -moz-border-radius: 6px 6px 6px 6px;
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4198 border-radius: 6px 6px 6px 6px;
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4199 clear: both;
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4200 margin: 0px 20px 0px 20px;
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4201 }
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4202 .notification-header .delete-notifications{
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4203 float: right;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4204 padding-top: 8px;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4205 cursor: pointer;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4206 }
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4207 .notification-subject{
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4208 clear:both;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4209 border-bottom: 1px solid #eee;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4210 padding:5px 0px 5px 38px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4211 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4212
2190
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4213 .notification-body{
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4214 clear:both;
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4215 margin: 34px 2px 2px 8px
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4216 }
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4217
2127
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4218 /****
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4219 PERMS
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4220 *****/
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4221 #perms .perms_section_head {
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4222 padding:10px 10px 10px 0px;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4223 font-size:16px;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4224 font-weight: bold;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4225 }
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4226
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4227 #perms .perm_tag{
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4228 padding: 1px 3px 1px 3px;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4229 font-size: 10px;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4230 font-weight: bold;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4231 text-transform: uppercase;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4232 white-space: nowrap;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4233 -webkit-border-radius: 3px;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4234 -moz-border-radius: 3px;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4235 border-radius: 3px;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4236 }
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4237
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4238 #perms .perm_tag.admin{
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4239 background-color: #B94A48;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4240 color: #ffffff;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4241 }
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4242
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4243 #perms .perm_tag.write{
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4244 background-color: #B94A48;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4245 color: #ffffff;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4246 }
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4247
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4248 #perms .perm_tag.read{
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4249 background-color: #468847;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4250 color: #ffffff;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4251 }
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4252
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4253 #perms .perm_tag.none{
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4254 background-color: #bfbfbf;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4255 color: #ffffff;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4256 }
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4257
2142
a21eab6ff42f Added gravatars into permissions view and permissions autocomplete
Marcin Kuzminski <marcin@python-works.com>
parents: 2127
diff changeset
4258 .perm-gravatar{
a21eab6ff42f Added gravatars into permissions view and permissions autocomplete
Marcin Kuzminski <marcin@python-works.com>
parents: 2127
diff changeset
4259 vertical-align:middle;
a21eab6ff42f Added gravatars into permissions view and permissions autocomplete
Marcin Kuzminski <marcin@python-works.com>
parents: 2127
diff changeset
4260 padding:2px;
a21eab6ff42f Added gravatars into permissions view and permissions autocomplete
Marcin Kuzminski <marcin@python-works.com>
parents: 2127
diff changeset
4261 }
a21eab6ff42f Added gravatars into permissions view and permissions autocomplete
Marcin Kuzminski <marcin@python-works.com>
parents: 2127
diff changeset
4262 .perm-gravatar-ac{
a21eab6ff42f Added gravatars into permissions view and permissions autocomplete
Marcin Kuzminski <marcin@python-works.com>
parents: 2127
diff changeset
4263 vertical-align:middle;
2145
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
4264 padding:2px;
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
4265 width: 14px;
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
4266 height: 14px;
2142
a21eab6ff42f Added gravatars into permissions view and permissions autocomplete
Marcin Kuzminski <marcin@python-works.com>
parents: 2127
diff changeset
4267 }
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4268
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4269 /*****************************************************************************
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4270 DIFFS CSS
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4271 ******************************************************************************/
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4272
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4273 div.diffblock {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4274 overflow: auto;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4275 padding: 0px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4276 border: 1px solid #ccc;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4277 background: #f8f8f8;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4278 font-size: 100%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4279 line-height: 100%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4280 /* new */
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4281 line-height: 125%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4282 -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
4283 -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
4284 border-radius: 6px 6px 0px 0px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4285 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4286 div.diffblock.margined{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4287 margin: 0px 20px 0px 20px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4288 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4289 div.diffblock .code-header{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4290 border-bottom: 1px solid #CCCCCC;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4291 background: #EEEEEE;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4292 padding:10px 0 10px 0;
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
4293 height: 14px;
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
4294 }
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4295 div.diffblock .code-header.cv{
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4296 height: 34px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4297 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4298 div.diffblock .code-header-title{
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4299 padding: 0px 0px 10px 5px !important;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4300 margin: 0 !important;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4301 }
1949
0471cbe8b4a7 user lowercase (copy safe) hash in changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1940
diff changeset
4302 div.diffblock .code-header .hash{
0471cbe8b4a7 user lowercase (copy safe) hash in changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1940
diff changeset
4303 float: left;
1957
04dd907b2993 changeset: do not mix font sizes/padding of hash vs. date there, looks very distracting
Aras Pranckevicius <aras@unity3d.com>
parents: 1956
diff changeset
4304 padding: 2px 0 0 2px;
1949
0471cbe8b4a7 user lowercase (copy safe) hash in changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1940
diff changeset
4305 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
4306 div.diffblock .code-header .date{
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
4307 float:left;
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
4308 text-transform: uppercase;
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
4309 padding: 2px 0px 0px 2px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4310 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4311 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
4312 margin-left:4px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4313 font-weight: bold;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4314 font-size: 14px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4315 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4316 div.diffblock .code-body{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4317 background: #FFFFFF;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4318 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4319 div.diffblock pre.raw{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4320 background: #FFFFFF;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4321 color:#000000;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4322 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4323 table.code-difftable{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4324 border-collapse: collapse;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4325 width: 99%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4326 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4327 table.code-difftable td {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4328 padding: 0 !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4329 background: none !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4330 border:0 !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4331 vertical-align: none !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4332 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4333 table.code-difftable .context{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4334 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
4335 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4336 table.code-difftable .add{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4337 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
4338 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4339 table.code-difftable .add ins{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4340 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
4341 text-decoration:none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4342 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4343 table.code-difftable .del{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4344 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
4345 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4346 table.code-difftable .del del{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4347 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
4348 text-decoration:none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4349 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4350
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4351 /** LINE NUMBERS **/
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4352 table.code-difftable .lineno{
1805
e84b3d98c07b nicer diff
Marcin Kuzminski <marcin@python-works.com>
parents: 1787
diff changeset
4353
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4354 padding-left:2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4355 padding-right:2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4356 text-align:right;
1773
e8caed093994 diff line numbers fix
Marcin Kuzminski <marcin@python-works.com>
parents: 1772
diff changeset
4357 width:32px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4358 -moz-user-select:none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4359 -webkit-user-select: none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4360 border-right: 1px solid #CCC !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4361 border-left: 0px solid #CCC !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4362 border-top: 0px solid #CCC !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4363 border-bottom: none !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4364 vertical-align: middle !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4365
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4366 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4367 table.code-difftable .lineno.new {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4368 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4369 table.code-difftable .lineno.old {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4370 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4371 table.code-difftable .lineno a{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4372 color:#747474 !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4373 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
4374 letter-spacing:-1px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4375 text-align:right;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4376 padding-right: 2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4377 cursor: pointer;
1774
46766a3db255 diff line fix no#
Marcin Kuzminski <marcin@python-works.com>
parents: 1773
diff changeset
4378 display: block;
46766a3db255 diff line fix no#
Marcin Kuzminski <marcin@python-works.com>
parents: 1773
diff changeset
4379 width: 32px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4380 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4381
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4382 table.code-difftable .lineno-inline{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4383 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
4384 padding-left:2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4385 padding-right:2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4386 text-align:right;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4387 width:30px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4388 -moz-user-select:none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4389 -webkit-user-select: none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4390 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4391
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4392 /** CODE **/
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4393 table.code-difftable .code {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4394 display: block;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4395 width: 100%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4396 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4397 table.code-difftable .code td{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4398 margin:0;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4399 padding:0;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4400 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4401 table.code-difftable .code pre{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4402 margin:0;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4403 padding:0;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4404 height: 17px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4405 line-height: 17px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4406 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4407
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4408
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4409 .diffblock.margined.comm .line .code:hover{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4410 background-color:#FFFFCC !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4411 cursor: pointer !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4412 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
4413 background-repeat:no-repeat !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4414 background-position: right !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4415 background-position: 0% 50% !important;
1787
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4416 }
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4417 .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
4418 background-image: none !important;
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4419 cursor: auto !important;
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4420 background-color: inherit !important;
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4421
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
4422 }