annotate rhodecode/public/css/style.css @ 2658:80d837028c40 beta

implemented admin panel Users table with YUI datatable - much better handling of big amount of users - filtering by username - sorting by columns
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 25 Jul 2012 21:54:03 +0200
parents 19daa8d761dc
children a221706dab50
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 }
2606
59fab1f641bf added readme permalink
Marcin Kuzminski <marcin@python-works.com>
parents: 2590
diff changeset
222 a.permalink{
59fab1f641bf added readme permalink
Marcin Kuzminski <marcin@python-works.com>
parents: 2590
diff changeset
223 visibility: hidden;
59fab1f641bf added readme permalink
Marcin Kuzminski <marcin@python-works.com>
parents: 2590
diff changeset
224 }
59fab1f641bf added readme permalink
Marcin Kuzminski <marcin@python-works.com>
parents: 2590
diff changeset
225
59fab1f641bf added readme permalink
Marcin Kuzminski <marcin@python-works.com>
parents: 2590
diff changeset
226 a.permalink:hover{
59fab1f641bf added readme permalink
Marcin Kuzminski <marcin@python-works.com>
parents: 2590
diff changeset
227 text-decoration: none;
59fab1f641bf added readme permalink
Marcin Kuzminski <marcin@python-works.com>
parents: 2590
diff changeset
228 }
59fab1f641bf added readme permalink
Marcin Kuzminski <marcin@python-works.com>
parents: 2590
diff changeset
229
59fab1f641bf added readme permalink
Marcin Kuzminski <marcin@python-works.com>
parents: 2590
diff changeset
230 h1:hover > a.permalink,
59fab1f641bf added readme permalink
Marcin Kuzminski <marcin@python-works.com>
parents: 2590
diff changeset
231 h2:hover > a.permalink,
59fab1f641bf added readme permalink
Marcin Kuzminski <marcin@python-works.com>
parents: 2590
diff changeset
232 h3:hover > a.permalink,
59fab1f641bf added readme permalink
Marcin Kuzminski <marcin@python-works.com>
parents: 2590
diff changeset
233 h4:hover > a.permalink,
59fab1f641bf added readme permalink
Marcin Kuzminski <marcin@python-works.com>
parents: 2590
diff changeset
234 h5:hover > a.permalink,
59fab1f641bf added readme permalink
Marcin Kuzminski <marcin@python-works.com>
parents: 2590
diff changeset
235 h6:hover > a.permalink,
59fab1f641bf added readme permalink
Marcin Kuzminski <marcin@python-works.com>
parents: 2590
diff changeset
236 div:hover > a.permalink {
59fab1f641bf added readme permalink
Marcin Kuzminski <marcin@python-works.com>
parents: 2590
diff changeset
237 visibility: visible;
59fab1f641bf added readme permalink
Marcin Kuzminski <marcin@python-works.com>
parents: 2590
diff changeset
238 }
2103
Marcin Kuzminski <marcin@python-works.com>
parents: 2001
diff changeset
239
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
240 #header {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
241 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
242 padding: 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
243 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
244
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
245 #header ul#logged-user {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
246 margin-bottom: 5px !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
247 -webkit-border-radius: 0px 0px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
248 -khtml-border-radius: 0px 0px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
249 -moz-border-radius: 0px 0px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
250 border-radius: 0px 0px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
251 height: 37px;
2590
f8016ab6c163 fix for issues #493 CSS fix for super old browsers
Marcin Kuzminski <marcin@python-works.com>
parents: 2540
diff changeset
252 background-color: #003B76;
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
253 background-repeat: repeat-x;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
254 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
255 background-image: -moz-linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
256 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
257 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
258 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
259 background-image: -o-linear-gradient(top, #003b76, #00376e);
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
260 background-image: linear-gradient(top, #003b76, #00376e);
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
261 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
262 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
263 }
30d3161c6683 Implemented fancier top menu for logged and anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 769
diff changeset
264
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
265 #header ul#logged-user li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
266 list-style: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
267 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
268 margin: 8px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
269 padding: 4px 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
270 border-left: 1px solid #316293;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
271 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
272
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
273 #header ul#logged-user li.first {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
274 border-left: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
275 margin: 4px;
784
30d3161c6683 Implemented fancier top menu for logged and anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 769
diff changeset
276 }
30d3161c6683 Implemented fancier top menu for logged and anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 769
diff changeset
277
30d3161c6683 Implemented fancier top menu for logged and anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 769
diff changeset
278 #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
279 margin-top: -2px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
280 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
281
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
282 #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
283 padding-top: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
284 float: left;
402
757c7eef0dcd implemented gravatars into main bar.
Marcin Kuzminski <marcin@python-works.com>
parents: 401
diff changeset
285 }
757c7eef0dcd implemented gravatars into main bar.
Marcin Kuzminski <marcin@python-works.com>
parents: 401
diff changeset
286
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
287 #header ul#logged-user li.last {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
288 border-right: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
289 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
290
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
291 #header ul#logged-user li a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
292 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
293 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
294 text-decoration: none;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
295 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
296
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
297 #header ul#logged-user li a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
298 text-decoration: underline;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
299 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
300
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
301 #header ul#logged-user li.highlight a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
302 color: #fff;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
303 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
304
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
305 #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
306 color: #FFF;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
307 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
308
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
309 #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
310 min-height: 44px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
311 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
312 position: relative;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
313 background-color: #003B76;
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
314 background-repeat: repeat-x;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
315 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
316 background-image: -moz-linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
317 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
318 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
319 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
320 background-image: -o-linear-gradient(top, #003b76, #00376e);
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
321 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
322 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
323 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
324 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
325 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
326 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
327 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
328 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
329 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
330 border-radius: 4px 4px 4px 4px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
331 }
1610
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
332 #header #header-inner.hover{
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
333 position: fixed !important;
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
334 width: 100% !important;
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
335 margin-left: -10px !important;
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
336 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
337 -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
338 -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
339 -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
340 border-radius: 0px 0px 0px 0px;
1610
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
341 }
2163
e77fbd3b069c IE ui fixes ref #349
Marcin Kuzminski <marcin@python-works.com>
parents: 2145
diff changeset
342
e77fbd3b069c IE ui fixes ref #349
Marcin Kuzminski <marcin@python-works.com>
parents: 2145
diff changeset
343 .ie7 #header #header-inner.hover,
e77fbd3b069c IE ui fixes ref #349
Marcin Kuzminski <marcin@python-works.com>
parents: 2145
diff changeset
344 .ie8 #header #header-inner.hover,
e77fbd3b069c IE ui fixes ref #349
Marcin Kuzminski <marcin@python-works.com>
parents: 2145
diff changeset
345 .ie9 #header #header-inner.hover
e77fbd3b069c IE ui fixes ref #349
Marcin Kuzminski <marcin@python-works.com>
parents: 2145
diff changeset
346 {
e77fbd3b069c IE ui fixes ref #349
Marcin Kuzminski <marcin@python-works.com>
parents: 2145
diff changeset
347 z-index: auto !important;
e77fbd3b069c IE ui fixes ref #349
Marcin Kuzminski <marcin@python-works.com>
parents: 2145
diff changeset
348 }
e77fbd3b069c IE ui fixes ref #349
Marcin Kuzminski <marcin@python-works.com>
parents: 2145
diff changeset
349
2366
1b12e71b636f added #readme anchor link
Marcin Kuzminski <marcin@python-works.com>
parents: 2247
diff changeset
350 .header-pos-fix{
1b12e71b636f added #readme anchor link
Marcin Kuzminski <marcin@python-works.com>
parents: 2247
diff changeset
351 margin-top: -44px;
1b12e71b636f added #readme anchor link
Marcin Kuzminski <marcin@python-works.com>
parents: 2247
diff changeset
352 padding-top: 44px;
1b12e71b636f added #readme anchor link
Marcin Kuzminski <marcin@python-works.com>
parents: 2247
diff changeset
353 }
1b12e71b636f added #readme anchor link
Marcin Kuzminski <marcin@python-works.com>
parents: 2247
diff changeset
354
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
355 #header #header-inner #home a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
356 height: 40px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
357 width: 46px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
358 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
359 background: url("../images/button_home.png");
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
360 background-position: 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
361 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
362 padding: 0;
578
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
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
365 #header #header-inner #home a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
366 background-position: 0 -40px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
367 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
368
1552
2a3f32c38c5c ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1538
diff changeset
369 #header #header-inner #logo {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
370 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
371 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
372 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
373
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
374 #header #header-inner #logo h1 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
375 color: #FFF;
1928
470dd49966f3 new menu css fixes for chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1926
diff changeset
376 font-size: 20px;
470dd49966f3 new menu css fixes for chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1926
diff changeset
377 margin: 12px 0 0 13px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
378 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
379 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
380
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
381 #header #header-inner #logo a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
382 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
383 text-decoration: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
384 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
385
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
386 #header #header-inner #logo a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
387 color: #bfe3ff;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
388 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
389
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
390 #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
391 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
392 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
393 list-style-type: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
394 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
395 margin: 8px 8px 0 0;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
396 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
397 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
398
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
399 #header #header-inner #quick li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
400 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
401 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
402 margin: 0 5px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
403 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
404 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
405
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
406 #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
407 top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
408 left: 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 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
412 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
413 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
414 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
415 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
416 background: #369;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
417 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
418 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
419 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
420 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
421 border-radius: 4px 4px 4px 4px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
422 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
423
747
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
424 #header #header-inner #quick li span.short {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
425 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
426 }
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
427
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
428 #header #header-inner #quick li span {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
429 top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
430 right: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
431 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
432 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
433 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
434 border-left: 1px solid #3f6f9f;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
435 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
436 padding: 10px 12px 8px 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
437 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
438
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
439 #header #header-inner #quick li span.normal {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
440 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
441 padding: 10px 12px 8px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
442 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
443
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
444 #header #header-inner #quick li span.icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
445 top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
446 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
447 border-left: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
448 border-right: 1px solid #2e5c89;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
449 padding: 8px 6px 4px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
450 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
451
747
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
452 #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
453 top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
454 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
455 border-left: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
456 border-right: 1px solid #2e5c89;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
457 padding: 8px 6px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
458 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
459
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
460 #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
461 {
1552
2a3f32c38c5c ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1538
diff changeset
462 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
463 }
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
464
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
465 #header #header-inner #quick li a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
466 background: #4e4e4e no-repeat top left;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
467 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
468
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
469 #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
470 border-left: 1px solid #545454;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
471 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
472
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
473 #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
474 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
475 border-left: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
476 border-right: 1px solid #464646;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
477 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
478
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
479 #header #header-inner #quick ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
480 top: 29px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
481 right: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
482 min-width: 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
483 display: none;
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 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
486 border: 1px solid #666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
487 border-top: 1px solid #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
488 z-index: 100;
1940
ef23fa832ab2 fixed percentage in stats
Marcin Kuzminski <marcin@python-works.com>
parents: 1935
diff changeset
489 margin: 0px 0px 0px 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
490 padding: 0;
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 ul.repo_switcher {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
494 max-height: 275px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
495 overflow-x: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
496 overflow-y: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
497 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
498
1263
83714588272c added quick filter into repo switcher list
Marcin Kuzminski <marcin@python-works.com>
parents: 1257
diff changeset
499 #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
500 float: none;
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 border-bottom: 2px solid #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
503 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
504
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
505 #header #header-inner #quick .repo_switcher_type {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
506 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
507 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
508 top: 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
509 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
510
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
511 #header #header-inner #quick li ul li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
512 border-bottom: 1px solid #ddd;
578
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
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
515 #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
516 width: 182px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
517 height: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
518 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
519 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
520 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
521 color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
522 font-weight: 400;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
523 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
524 padding: 7px 9px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
525 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
526
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
527 #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
528 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
529 background: #FFF;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
530 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
531
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
532 #header #header-inner #quick ul ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
533 top: auto;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
534 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
535
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
536 #header #header-inner #quick li ul ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
537 right: 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
538 max-height: 275px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
539 overflow: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
540 overflow-x: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
541 white-space: normal;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
542 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
543
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
544 #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
545 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
546 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
547 #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
548 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
549 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
550 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
551 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
552
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
553 #header #header-inner #quick li ul li a.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
554 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
555 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
556 #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
557 min-width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
558 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
559 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
560 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
561
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
562 #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
563 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
564 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
565 9px #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
566 min-width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
567 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
568 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
569 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
570
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
571 #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
572 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
573 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
574 #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
575 min-width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
576 margin: 0 0 0 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
577 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
578 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
579
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
580 #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
581 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
582 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
583 #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
584 min-width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
585 margin: 0 0 0 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
586 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
587 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
588
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
589 #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
590 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
591 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
592 4px 9px #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
593 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
594 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
595 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
596 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
597
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
598 #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
599 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
600 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
601 4px 9px #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
602 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
603 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
604 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
605 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
606
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
607 #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
608 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
609 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
610 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
611 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
612 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
613 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
614
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
615 #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
616 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
617 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
618 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
619 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
620 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
621 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
622
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
623 #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
624 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
625 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
626 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
627 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
628 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
629 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
630
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
631 #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
632 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
633 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
634 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
635 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
636 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
637 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
638
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
639 #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
640 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
641 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
642 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
643 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
644 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
645 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
646
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
647 #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
648 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
649 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
650 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
651 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
652 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
653 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
654 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
655
2540
b1975bb589c5 Add open pull-request button into repo options menu
Marcin Kuzminski <marcin@python-works.com>
parents: 2519
diff changeset
656 #header #header-inner #quick li ul li a.pull_request,#header #header-inner #quick li ul li a.pull_request:hover
b1975bb589c5 Add open pull-request button into repo options menu
Marcin Kuzminski <marcin@python-works.com>
parents: 2519
diff changeset
657 {
b1975bb589c5 Add open pull-request button into repo options menu
Marcin Kuzminski <marcin@python-works.com>
parents: 2519
diff changeset
658 background: #FFF url("../images/icons/arrow_join.png") no-repeat 4px
b1975bb589c5 Add open pull-request button into repo options menu
Marcin Kuzminski <marcin@python-works.com>
parents: 2519
diff changeset
659 9px;
b1975bb589c5 Add open pull-request button into repo options menu
Marcin Kuzminski <marcin@python-works.com>
parents: 2519
diff changeset
660 width: 167px;
b1975bb589c5 Add open pull-request button into repo options menu
Marcin Kuzminski <marcin@python-works.com>
parents: 2519
diff changeset
661 margin: 0;
b1975bb589c5 Add open pull-request button into repo options menu
Marcin Kuzminski <marcin@python-works.com>
parents: 2519
diff changeset
662 padding: 12px 9px 7px 24px;
b1975bb589c5 Add open pull-request button into repo options menu
Marcin Kuzminski <marcin@python-works.com>
parents: 2519
diff changeset
663 }
b1975bb589c5 Add open pull-request button into repo options menu
Marcin Kuzminski <marcin@python-works.com>
parents: 2519
diff changeset
664
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
665 #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
666 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
667 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
668 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
669 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
670 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
671 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
672
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
673 #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
674 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
675 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
676 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
677 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
678 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
679 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
680
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
681 #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
682 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
683 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
684 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
685 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
686 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
687 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
688 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
689
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
690 #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
691 #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
692 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
693 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
694 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
695 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
696 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
697
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
698 #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
699 #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
700 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
701 width: 167px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
702 margin: 0;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
703 padding: 12px 9px 7px 24px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
704 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
705
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
706 #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
707 #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
708 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
709 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
710 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
711 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
712 }
1423
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
713
1538
27be8f94c207 implements #226 repo groups available by path
Marcin Kuzminski <marcin@python-works.com>
parents: 1531
diff changeset
714 .groups_breadcrumbs a {
27be8f94c207 implements #226 repo groups available by path
Marcin Kuzminski <marcin@python-works.com>
parents: 1531
diff changeset
715 color: #fff;
27be8f94c207 implements #226 repo groups available by path
Marcin Kuzminski <marcin@python-works.com>
parents: 1531
diff changeset
716 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
717
1538
27be8f94c207 implements #226 repo groups available by path
Marcin Kuzminski <marcin@python-works.com>
parents: 1531
diff changeset
718 .groups_breadcrumbs a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
719 color: #bfe3ff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
720 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
721 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
722
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
723 td.quick_repo_menu {
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
724 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
725 cursor: pointer;
1426
91708b96e991 Fixed show more links.
Marcin Kuzminski <marcin@python-works.com>
parents: 1423
diff changeset
726 width: 8px;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
727 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
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.active {
1785
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1778
diff changeset
731 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
732 border: 1px solid #003367;
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
733 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
734 cursor: pointer;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
735 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
736
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
737 td.quick_repo_menu .menu_items {
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
738 margin-top: 10px;
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
739 margin-left:-6px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
740 width: 150px;
1423
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
741 position: absolute;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
742 background-color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
743 background: none repeat scroll 0 0 #FFFFFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
744 border-color: #003367 #666666 #666666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
745 border-right: 1px solid #666666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
746 border-style: solid;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
747 border-width: 1px;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
748 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
749 border-top-style: none;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
750 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
751
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
752 td.quick_repo_menu .menu_items li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
753 padding: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
754 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
755
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
756 td.quick_repo_menu .menu_items a {
1426
91708b96e991 Fixed show more links.
Marcin Kuzminski <marcin@python-works.com>
parents: 1423
diff changeset
757 display: block;
91708b96e991 Fixed show more links.
Marcin Kuzminski <marcin@python-works.com>
parents: 1423
diff changeset
758 padding: 4px 12px 4px 8px;
91708b96e991 Fixed show more links.
Marcin Kuzminski <marcin@python-works.com>
parents: 1423
diff changeset
759 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
760
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
761 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
762 background-color: #EEE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
763 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
764 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
765
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
766 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
767 margin-bottom: -2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
768 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
769
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
770 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
771 display: none;
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
772 }
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
773
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
774 .yui-dt-first th {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
775 text-align: left;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
776 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
777
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
778 /*
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
779 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
780 Code licensed under the BSD License:
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
781 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
782 version: 2.9.0
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
783 */
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
784 .yui-skin-sam .yui-dt-mask {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
785 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
786 z-index: 9500;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
787 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
788 .yui-dt-tmp {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
789 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
790 left: -9000px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
791 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
792 .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
793 .yui-dt-scrollable .yui-dt-hd {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
794 overflow: hidden;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
795 position: relative;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
796 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
797 .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
798 .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
799 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
800 left: -1500px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
801 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
802 .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
803 .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
804 .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
805 .yui-dt-coltarget {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
806 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
807 z-index: 999;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
808 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
809 .yui-dt-hd { zoom: 1 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
810 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
811 .yui-dt-resizer {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
812 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
813 right: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
814 bottom: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
815 height: 100%;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
816 cursor: e-resize;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
817 cursor: col-resize;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
818 background-color: #CCC;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
819 opacity: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
820 filter: alpha(opacity=0);
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
821 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
822 .yui-dt-resizerproxy {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
823 visibility: hidden;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
824 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
825 z-index: 9000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
826 background-color: #CCC;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
827 opacity: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
828 filter: alpha(opacity=0);
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
829 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
830 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
831 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
832 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
833 .yui-dt-editor,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
834 .yui-dt-editor-shim {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
835 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
836 z-index: 9000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
837 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
838 .yui-skin-sam .yui-dt table {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
839 margin: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
840 padding: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
841 font-family: arial;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
842 font-size: inherit;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
843 border-collapse: separate;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
844 *border-collapse: collapse;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
845 border-spacing: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
846 border: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
847 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
848 .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
849 .yui-skin-sam .yui-dt caption {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
850 color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
851 font-size: 85%;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
852 font-weight: normal;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
853 font-style: italic;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
854 line-height: 1;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
855 padding: 1em 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
856 text-align: center;
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 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
859 .yui-skin-sam .yui-dt th,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
860 .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
861 font-weight: normal;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
862 text-decoration: none;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
863 color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
864 vertical-align: bottom;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
865 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
866 .yui-skin-sam .yui-dt th {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
867 margin: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
868 padding: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
869 border: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
870 border-right: 1px solid #cbcbcb;
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 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
873 .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
874 .yui-skin-sam .yui-dt-liner {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
875 margin: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
876 padding: 0;
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-coltarget {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
879 width: 5px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
880 background-color: red;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
881 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
882 .yui-skin-sam .yui-dt td {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
883 margin: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
884 padding: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
885 border: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
886 border-right: 1px solid #cbcbcb;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
887 text-align: left;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
888 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
889 .yui-skin-sam .yui-dt-list td { border-right: 0 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
890 .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
891 .yui-skin-sam .yui-dt-mask {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
892 background-color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
893 opacity: .25;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
894 filter: alpha(opacity=25);
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
895 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
896 .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
897 .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
898 .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
899 border-left: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
900 border-top: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
901 border-right: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
902 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
903 .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
904 border-left: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
905 border-bottom: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
906 border-right: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
907 background-color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
908 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
909 .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
910 .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
911 .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
912 .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
913 .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
914 .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
915 tbody .yui-dt-editable { cursor: pointer }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
916 .yui-dt-editor {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
917 text-align: left;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
918 background-color: #f2f2f2;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
919 border: 1px solid #808080;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
920 padding: 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
921 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
922 .yui-dt-editor label {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
923 padding-left: 4px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
924 padding-right: 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
925 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
926 .yui-dt-editor .yui-dt-button {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
927 padding-top: 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
928 text-align: right;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
929 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
930 .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
931 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
932 border: 1px solid #999;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
933 width: 4em;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
934 height: 1.8em;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
935 margin-left: 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
936 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
937 .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
938 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
939 background-color: #5584e0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
940 border: 1px solid #304369;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
941 color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
942 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
943 .yui-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
944 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
945 color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
946 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
947 .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
948 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
949 color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
950 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
951 .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
952 .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
953 .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
954 .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
955 .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
956 .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
957 .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
958 .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
959 .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
960 .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
961 .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
962 .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
963 .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
964 .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
965 .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
966 .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
967 .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
968 .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
969 .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
970 cursor: pointer;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
971 background-color: #b2d2ff;
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 th.yui-dt-highlighted,
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 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
975 .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
976 .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
977 .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
978 .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
979 .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
980 cursor: pointer;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
981 background-color: #b2d2ff;
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 th.yui-dt-selected,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
984 .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
985 .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
986 .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
987 .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
988 background-color: #426fd9;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
989 color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
990 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
991 .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
992 .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
993 background-color: #446cd7;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
994 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-list th.yui-dt-selected,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
997 .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
998 .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
999 .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
1000 .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
1001 background-color: #426fd9;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
1002 color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
1003 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
1004 .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
1005 .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
1006 background-color: #446cd7;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
1007 color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
1008 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
1009 .yui-skin-sam .yui-dt-paginator {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
1010 display: block;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
1011 margin: 6px 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
1012 white-space: nowrap;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
1013 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
1014 .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
1015 .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
1016 .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
1017 .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
1018 .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
1019 .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
1020 .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
1021 .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
1022 border: 1px solid #cbcbcb;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
1023 padding: 2px 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
1024 text-decoration: none;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
1025 background-color: #fff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
1026 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
1027 .yui-skin-sam .yui-dt-selected {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
1028 border: 1px solid #fff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
1029 background-color: #fff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
1030 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
1031
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1032 #content #left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1033 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1034 width: 280px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1035 position: absolute;
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
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1038 #content #right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1039 margin: 0 60px 10px 290px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1040 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1041
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1042 #content div.box {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1043 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1044 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1045 background: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1046 margin: 0 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1047 padding: 0 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1048 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1049 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1050 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1051 border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1052 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
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-left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1056 width: 49%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1057 clear: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1058 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1059 margin: 0 0 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1060 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1061
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1062 #content div.box-right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1063 width: 49%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1064 clear: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1065 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1066 margin: 0 0 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1067 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1068
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1069 #content div.box div.title {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1070 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1071 overflow: hidden;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1072 background-color: #003B76;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1073 background-repeat: repeat-x;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1074 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
1075 background-image: -moz-linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1076 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
1077 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
1078 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
1079 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
1080 background-image: linear-gradient(top, #003b76, #00376e);
1999
6b474c01ba98 fixed css broken during replacement
Marcin Kuzminski <marcin@python-works.com>
parents: 1998
diff changeset
1081 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
1082 margin: 0 0 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1083 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1084 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1085
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1086 #content div.box div.title h5 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1087 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1088 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1089 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1090 text-transform: uppercase;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1091 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1092 padding: 11px 0 11px 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1093 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1094
1741
fcbc35ecb024 personal Journal UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1739
diff changeset
1095 #content div.box div.title .link-white{
fcbc35ecb024 personal Journal UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1739
diff changeset
1096 color: #FFFFFF;
fcbc35ecb024 personal Journal UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1739
diff changeset
1097 }
fcbc35ecb024 personal Journal UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1739
diff changeset
1098
2624
19daa8d761dc Improvements to my account page
Marcin Kuzminski <marcin@python-works.com>
parents: 2612
diff changeset
1099 #content div.box div.title .link-white.current{
19daa8d761dc Improvements to my account page
Marcin Kuzminski <marcin@python-works.com>
parents: 2612
diff changeset
1100 color: #BFE3FF;
19daa8d761dc Improvements to my account page
Marcin Kuzminski <marcin@python-works.com>
parents: 2612
diff changeset
1101 }
19daa8d761dc Improvements to my account page
Marcin Kuzminski <marcin@python-works.com>
parents: 2612
diff changeset
1102
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1103 #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
1104 list-style: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1105 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1106 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1107 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1108 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1109
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1110 #content div.box div.title ul.links li a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1111 border-left: 1px solid #316293;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1112 color: #FFFFFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1113 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1114 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1115 font-size: 13px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1116 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1117 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1118 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1119 padding: 11px 22px 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1120 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1121 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1122
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1123 #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
1124 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1125 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1126 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1127 border-bottom: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1128 margin: 10px 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1129 padding: 0 0 15px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1130 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1131
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1132 #content div.box p {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1133 color: #5f5f5f;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1134 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1135 line-height: 150%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1136 margin: 0 24px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1137 padding: 0;
578
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
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1140 #content div.box blockquote {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1141 border-left: 4px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1142 color: #5f5f5f;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1143 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1144 line-height: 150%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1145 margin: 0 34px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1146 padding: 0 0 0 14px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1147 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1148
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1149 #content div.box blockquote p {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1150 margin: 10px 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1151 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1152 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1153
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1154 #content div.box dl {
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
1155 margin: 10px 0px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1156 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1157
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1158 #content div.box dt {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1159 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1160 margin: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1161 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1162
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1163 #content div.box dd {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1164 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1165 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1166 padding: 8px 0 8px 15px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1167 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1168
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1169 #content div.box li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1170 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1171 padding: 4px 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1172 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1173
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1174 #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
1175 margin: 10px 24px 10px 38px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1176 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1177
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1178 #content div.box ul.square {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1179 margin: 10px 24px 10px 40px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1180 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1181
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1182 #content div.box img.left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1183 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1184 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1185 margin: 10px 10px 10px 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1186 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1187
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1188 #content div.box img.right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1189 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1190 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1191 margin: 10px 0 10px 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1192 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1193
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1194 #content div.box div.messages {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1195 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1196 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1197 margin: 0 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1198 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1199 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1200
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1201 #content div.box div.message {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1202 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1203 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1204 margin: 0;
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
1205 padding: 5px 0;
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
1206 white-space: pre-wrap;
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
1207 }
1882
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1208 #content div.box div.expand {
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1209 width: 110%;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1210 height:14px;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1211 font-size:10px;
1934
af1fafcd5927 fixes expand button on changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1931
diff changeset
1212 text-align:center;
1882
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1213 cursor: pointer;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1214 color:#666;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1215
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1216 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
1217 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
1218 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
1219 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
1220 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
1221 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
1222
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1223 display: none;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1224 }
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1225 #content div.box div.expand .expandtext {
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1226 background-color: #ffffff;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1227 padding: 2px;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1228 border-radius: 2px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1229 }
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1230
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1231 #content div.box div.message a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1232 font-weight: 400 !important;
579
6d0474c7e645 more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 578
diff changeset
1233 }
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1234
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1235 #content div.box div.message div.image {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1236 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1237 margin: 9px 0 0 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1238 padding: 6px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1239 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1240
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1241 #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
1242 vertical-align: middle;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1243 margin: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1244 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1245
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1246 #content div.box div.message div.text {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1247 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1248 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1249 padding: 9px 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1250 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1251
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1252 #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
1253 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1254 width: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1255 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1256 background: url("../images/icons/cross.png") no-repeat;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1257 margin: 15px 14px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1258 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1259 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1260
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1261 #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
1262 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1263 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1264 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1265 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1266 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1267
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1268 #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
1269 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1270 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1271 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1272 padding: 5px 0 0;
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-error {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1276 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1277 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1278 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1279 background: #FBE3E4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1280 border: 1px solid #FBC2C4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1281 color: #860006;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1282 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1283
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1284 #content div.box div.message-error h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1285 color: #860006;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1286 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1287
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1288 #content div.box div.message-warning {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1289 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1290 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1291 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1292 background: #FFF6BF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1293 border: 1px solid #FFD324;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1294 color: #5f5200;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1295 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1296
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1297 #content div.box div.message-warning h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1298 color: #5f5200;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1299 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1300
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1301 #content div.box div.message-notice {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1302 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1303 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1304 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1305 background: #8FBDE0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1306 border: 1px solid #6BACDE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1307 color: #003863;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1308 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1309
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1310 #content div.box div.message-notice h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1311 color: #003863;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1312 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1313
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1314 #content div.box div.message-success {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1315 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1316 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1317 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1318 background: #E6EFC2;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1319 border: 1px solid #C6D880;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1320 color: #4e6100;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1321 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1322
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1323 #content div.box div.message-success h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1324 color: #4e6100;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1325 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1326
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1327 #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
1328 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1329 border-bottom: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1330 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1331 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1332 padding: 10px 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1333 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1334
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1335 #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
1336 padding: 0 0 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1337 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1338
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1339 #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
1340 border-bottom: 0 !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1341 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1342
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1343 #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
1344 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1345 display: inline-block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1346 color: red;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1347 margin: 8px 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1348 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1349 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1350
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1351 #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
1352 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1353 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1354 color: #316309;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1355 margin: 8px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1356 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1357 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1358
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1359 #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
1360 left: 70px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1361 width: 155px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1362 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1363 margin: 0;
1721
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1364 padding: 5px 0 0 0px;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1365 }
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1366
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1367 #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
1368 left: 30px;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1369 width: 155px;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1370 position: absolute;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1371 margin: 0;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1372 padding: 0px 0 0 0px;
1598
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
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1375 #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
1376 #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
1377 #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
1378 #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
1379 #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
1380 #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
1381 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1382 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1383 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1384 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1385 width: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1386 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1387 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1388 padding: 0 0 8px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1389 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1390
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1391 #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
1392 padding: 5px 0 0 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1393 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1394
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1395 #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
1396 #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
1397 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1398 padding: 0 0 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1399 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1400
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1401 #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
1402 #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
1403 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1404 padding: 0 0 8px !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1405 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1406
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1407 #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
1408 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1409 color: #393939;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1410 font-weight: 700;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1411 }
1721
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1412 #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
1413 {
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1414 color: #393939;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1415 font-weight: 700;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1416 }
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1417 #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
1418 margin: 0 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1419 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1420
1721
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1421 #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
1422 margin: 0 0 0 110px;
1721
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1423 }
1728
07e56179633e - fixes celery sqlalchemy session issues for async forking
Marcin Kuzminski <marcin@python-works.com>
parents: 1724
diff changeset
1424 #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
1425 margin: 0 0 0 110px;
07e56179633e - fixes celery sqlalchemy session issues for async forking
Marcin Kuzminski <marcin@python-works.com>
parents: 1724
diff changeset
1426 }
1485
269905fac50a added uploading of files from web interface directly into repo
Marcin Kuzminski <marcin@python-works.com>
parents: 1483
diff changeset
1427 #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
1428 margin: 0 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1429 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1430
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1431 #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
1432 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1433 margin: 0 0 0 0px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1434 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1435
2612
9364776d1331 Added autocomplete widget for pull request reviewers, in exchange of 90s style
Marcin Kuzminski <marcin@python-works.com>
parents: 2610
diff changeset
1436 #content div.box div.form div.fields div.field div.input input,
9364776d1331 Added autocomplete widget for pull request reviewers, in exchange of 90s style
Marcin Kuzminski <marcin@python-works.com>
parents: 2610
diff changeset
1437 .reviewer_ac input {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1438 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1439 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1440 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1441 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1442 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1443 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1444 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1445 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1446 padding: 7px 7px 6px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1447 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1448
1813
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
1449 #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
1450 #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
1451 {
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
1452 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
1453 padding: 2px;
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
1454 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
1455
1485
269905fac50a added uploading of files from web interface directly into repo
Marcin Kuzminski <marcin@python-works.com>
parents: 1483
diff changeset
1456 #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
1457 background: none repeat scroll 0 0 #FFFFFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1458 border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1459 border-style: solid;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1460 border-width: 1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1461 color: #000000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1462 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1463 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1464 padding: 7px 7px 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1465 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1466
1906
90a4066d4261 marked ldap_dn in user edit form as readonly ref #292
Marcin Kuzminski <marcin@python-works.com>
parents: 1885
diff changeset
1467 input.disabled {
90a4066d4261 marked ldap_dn in user edit form as readonly ref #292
Marcin Kuzminski <marcin@python-works.com>
parents: 1885
diff changeset
1468 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
1469 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1470 #content div.box div.form div.fields div.field div.input input.small {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1471 width: 30%;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1472 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1473
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1474 #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
1475 width: 55%;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1476 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1477
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1478 #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
1479 width: 85%;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1480 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1481
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1482 #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
1483 width: 177px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1484 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1485
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1486 #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
1487 background: #D4D0C8;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1488 border-top: 1px solid #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1489 border-left: 1px solid #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1490 border-right: 1px solid #404040;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1491 border-bottom: 1px solid #404040;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1492 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1493 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1494 padding: 4px 8px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1495 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1496
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1497 #content div.box 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
1498 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1499 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1500 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1501 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1502 margin: 0 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1503 padding: 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1504 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1505
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1506 #content div.box 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
1507 border: 1px solid #ddd;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1508 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1509 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1510
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1511 #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
1512 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1513 height: 220px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1514 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1515 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1516 color: #000;
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 outline: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1519 border-width: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1520 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1521 padding: 0;
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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1524 #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
1525 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1526 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1527 height: 100px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1528 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1529
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1530 #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
1531 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1532 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1533 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1534 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1535 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1536
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1537 #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
1538 background: #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1539 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1540 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1541 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1542
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1543 #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
1544 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1545 width: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1546 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1547 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1548 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1549 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1550
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1551 #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
1552 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1553 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1554 padding: 5px 5px 5px 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1555 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1556
2612
9364776d1331 Added autocomplete widget for pull request reviewers, in exchange of 90s style
Marcin Kuzminski <marcin@python-works.com>
parents: 2610
diff changeset
1557 #content div.box div.form div.fields div.field input[type=text]:focus,
9364776d1331 Added autocomplete widget for pull request reviewers, in exchange of 90s style
Marcin Kuzminski <marcin@python-works.com>
parents: 2610
diff changeset
1558 #content div.box div.form div.fields div.field input[type=password]:focus,
9364776d1331 Added autocomplete widget for pull request reviewers, in exchange of 90s style
Marcin Kuzminski <marcin@python-works.com>
parents: 2610
diff changeset
1559 #content div.box div.form div.fields div.field input[type=file]:focus,
9364776d1331 Added autocomplete widget for pull request reviewers, in exchange of 90s style
Marcin Kuzminski <marcin@python-works.com>
parents: 2610
diff changeset
1560 #content div.box div.form div.fields div.field textarea:focus,
9364776d1331 Added autocomplete widget for pull request reviewers, in exchange of 90s style
Marcin Kuzminski <marcin@python-works.com>
parents: 2610
diff changeset
1561 #content div.box div.form div.fields div.field select:focus,
9364776d1331 Added autocomplete widget for pull request reviewers, in exchange of 90s style
Marcin Kuzminski <marcin@python-works.com>
parents: 2610
diff changeset
1562 .reviewer_ac input:focus
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1563 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1564 background: #f6f6f6;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1565 border-color: #666;
397
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1566 }
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1567
2612
9364776d1331 Added autocomplete widget for pull request reviewers, in exchange of 90s style
Marcin Kuzminski <marcin@python-works.com>
parents: 2610
diff changeset
1568 .reviewer_ac {
9364776d1331 Added autocomplete widget for pull request reviewers, in exchange of 90s style
Marcin Kuzminski <marcin@python-works.com>
parents: 2610
diff changeset
1569 padding:10px
9364776d1331 Added autocomplete widget for pull request reviewers, in exchange of 90s style
Marcin Kuzminski <marcin@python-works.com>
parents: 2610
diff changeset
1570 }
9364776d1331 Added autocomplete widget for pull request reviewers, in exchange of 90s style
Marcin Kuzminski <marcin@python-works.com>
parents: 2610
diff changeset
1571
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1572 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
1573 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1574 padding: 0 0 0 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1575 }
1602
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1576 #content div.box table.noborder {
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1577 border: 1px solid transparent;
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1578 }
578
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 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1581 width: 100%;
1602
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1582 border-collapse: separate;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1583 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1584 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1585 border: 1px solid #eee;
1602
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1586 -webkit-border-radius: 4px;
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1587 -moz-border-radius: 4px;
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1588 border-radius: 4px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1589 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1590
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1591 #content div.box table th {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1592 background: #eee;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1593 border-bottom: 1px solid #ddd;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1594 padding: 5px 0px 5px 5px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1595 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1596
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1597 #content div.box table th.left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1598 text-align: left;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1599 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1600
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1601 #content div.box table th.right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1602 text-align: right;
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 table th.center {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1606 text-align: center;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1607 }
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 #content div.box table th.selected {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1610 vertical-align: middle;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1611 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1612 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1613
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1614 #content div.box table td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1615 background: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1616 border-bottom: 1px solid #cdcdcd;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1617 vertical-align: middle;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1618 padding: 5px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1619 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1620
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1621 #content div.box table tr.selected td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1622 background: #FFC;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1623 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1624
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1625 #content div.box table td.selected {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1626 width: 3%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1627 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1628 vertical-align: middle;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1629 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1630 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1631
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1632 #content div.box table td.action {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1633 width: 45%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1634 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1635 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1636
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1637 #content div.box table td.date {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1638 width: 33%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1639 text-align: center;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1640 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1641
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1642 #content div.box div.action {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1643 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1644 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1645 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1646 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1647 padding: 0;
578
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
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1650 #content div.box div.action select {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1651 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1652 margin: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1653 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1654
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1655 #content div.box div.action .ui-selectmenu {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1656 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1657 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1658 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1659
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1660 #content div.box div.pagination {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1661 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1662 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1663 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1664 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1665 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1666 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1667
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1668 #content div.box div.pagination ul.pager {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1669 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1670 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1671 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1672 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1673 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1674
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1675 #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
1676 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1677 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1678 list-style: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1679 background: #ebebeb url("../images/pager.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1680 border-top: 1px solid #dedede;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1681 border-left: 1px solid #cfcfcf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1682 border-right: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1683 border-bottom: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1684 color: #4A4A4A;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1685 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1686 margin: 0 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1687 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1688 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1689
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1690 #content div.box div.pagination ul.pager li.separator {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1691 padding: 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1692 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1693
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1694 #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
1695 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
1696 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1697 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1698 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1699 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1700 color: #515151;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1701 padding: 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1702 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1703
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1704 #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
1705 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1706 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1707 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1708 color: #515151;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1709 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1710 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1711 padding: 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1712 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1713
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1714 #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
1715 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1716 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
1717 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1718 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1719 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1720 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1721 margin: -1px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1722 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1723
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1724 #content div.box div.pagination-wh {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1725 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1726 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1727 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1728 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1729 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1730 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1731 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1732
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1733 #content div.box div.pagination-right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1734 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1735 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1736
2658
80d837028c40 implemented admin panel Users table with YUI datatable
Marcin Kuzminski <marcin@python-works.com>
parents: 2624
diff changeset
1737 #content div.box div.pagination-wh a,
80d837028c40 implemented admin panel Users table with YUI datatable
Marcin Kuzminski <marcin@python-works.com>
parents: 2624
diff changeset
1738 #content div.box div.pagination-wh span.pager_dotdot,
80d837028c40 implemented admin panel Users table with YUI datatable
Marcin Kuzminski <marcin@python-works.com>
parents: 2624
diff changeset
1739 #content div.box div.pagination-wh span.yui-pg-previous,
80d837028c40 implemented admin panel Users table with YUI datatable
Marcin Kuzminski <marcin@python-works.com>
parents: 2624
diff changeset
1740 #content div.box div.pagination-wh span.yui-pg-last,
80d837028c40 implemented admin panel Users table with YUI datatable
Marcin Kuzminski <marcin@python-works.com>
parents: 2624
diff changeset
1741 #content div.box div.pagination-wh span.yui-pg-next,
80d837028c40 implemented admin panel Users table with YUI datatable
Marcin Kuzminski <marcin@python-works.com>
parents: 2624
diff changeset
1742 #content div.box div.pagination-wh span.yui-pg-first
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1743 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1744 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1745 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1746 background: #ebebeb url("../images/pager.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1747 border-top: 1px solid #dedede;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1748 border-left: 1px solid #cfcfcf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1749 border-right: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1750 border-bottom: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1751 color: #4A4A4A;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1752 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1753 margin: 0 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1754 padding: 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1755 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1756
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1757 #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
1758 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1759 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1760 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
1761 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1762 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1763 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1764 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1765 color: #515151;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1766 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1767 margin: 0 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1768 padding: 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1769 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1770
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1771 #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
1772 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1773 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
1774 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1775 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1776 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1777 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1778 text-decoration: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1779 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1780
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1781 #content div.box div.traffic div.legend {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1782 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1783 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1784 border-bottom: 1px solid #ddd;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1785 margin: 0 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1786 padding: 0 0 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1787 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1788
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1789 #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
1790 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1791 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1792 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1793 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1794 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1795
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1796 #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
1797 list-style: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1798 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1799 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1800 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1801 padding: 0 8px 0 4px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1802 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1803
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1804 #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
1805 border-left: 12px solid #edc240;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1806 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1807
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1808 #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
1809 border-left: 12px solid #afd8f8;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1810 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1811
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1812 #content div.box div.traffic table {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1813 width: auto;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1814 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1815
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1816 #content div.box div.traffic table td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1817 background: transparent;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1818 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1819 padding: 2px 3px 3px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1820 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1821
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1822 #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
1823 padding: 0 3px 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1824 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1825
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1826 #summary {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1827
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 #summary .desc {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1831 white-space: pre;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1832 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1833 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1834
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1835 #summary .repo_name {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1836 font-size: 1.6em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1837 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1838 vertical-align: baseline;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1839 clear: right
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1840 }
1310
4d37c3f2a410 fixed white-space formatting for description in summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1305
diff changeset
1841
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1842 #footer {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1843 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1844 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1845 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1846 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1847 padding: 0 10px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1848 margin: -10px 0 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1849 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1850
611
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
1851 #footer div#footer-inner {
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1852 background-color: #003B76;
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1853 background-repeat : repeat-x;
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1854 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
1855 background-image : -moz-linear-gradient(top, #003b76, #00376e);
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1856 background-image : -ms-linear-gradient( top, #003b76, #00376e);
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1857 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
1858 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1859 background-image : -o-linear-gradient( top, #003b76, #00376e));
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1860 background-image : linear-gradient( top, #003b76, #00376e);
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1861 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
1862 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
1863 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1864 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1865 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1866 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
1867 }
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
1868
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
1869 #footer div#footer-inner p {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1870 padding: 15px 25px 15px 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1871 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1872 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1873 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1874
626
dfa7e1a95b60 added gpl license and submit a bug footer links
Marcin Kuzminski <marcin@python-works.com>
parents: 618
diff changeset
1875 #footer div#footer-inner .footer-link {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1876 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1877 padding-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1878 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1879
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1880 #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
1881 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1882 color: #FFF;
626
dfa7e1a95b60 added gpl license and submit a bug footer links
Marcin Kuzminski <marcin@python-works.com>
parents: 618
diff changeset
1883 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1884
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1885 #login div.title {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1886 width: 420px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1887 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1888 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1889 position: relative;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1890 background-color: #003B76;
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1891 background-repeat : repeat-x;
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1892 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
1893 background-image : -moz-linear-gradient( top, #003b76, #00376e);
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1894 background-image : -ms-linear-gradient( top, #003b76, #00376e);
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1895 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
1896 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1897 background-image : -o-linear-gradient( top, #003b76, #00376e));
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1898 background-image : linear-gradient( top, #003b76, #00376e);
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1899 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
1900 margin: 0 auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1901 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1902 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1903
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1904 #login div.inner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1905 width: 380px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1906 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
1907 border-top: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1908 border-bottom: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1909 margin: 0 auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1910 padding: 20px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1911 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1912
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1913 #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
1914 width: 173px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1915 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1916 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1917 margin: 2px 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1918 padding: 5px 0 0 5px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1919 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1920
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1921 #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
1922 width: 176px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1923 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1924 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1925 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1926 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1927 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1928 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1929 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1930 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1931 padding: 7px 7px 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1932 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1933
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1934 #login div.form div.fields div.buttons {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1935 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1936 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1937 border-top: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1938 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1939 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1940 padding: 10px 0 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1941 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1942
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1943 #login div.form div.links {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1944 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1945 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1946 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1947 padding: 0 0 2px;
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
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
1950 .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
1951 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
1952 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
1953 }
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
1954
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
1955 .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
1956 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
1957 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
1958 }
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
1959
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
1960 .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
1961 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
1962 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
1963 }
1931
b6c849e64b37 display unread notifications only if present, make icon bigger on menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1928
diff changeset
1964 .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
1965 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
1966 }
b6c849e64b37 display unread notifications only if present, make icon bigger on menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1928
diff changeset
1967 .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
1968 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
1969 }
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
1970 #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
1971 min-height: 80px;
1935
ff167a938ce0 user menu fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1934
diff changeset
1972 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
1973 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
1974 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
1975 width: 278px;
2590
f8016ab6c163 fix for issues #493 CSS fix for super old browsers
Marcin Kuzminski <marcin@python-works.com>
parents: 2540
diff changeset
1976 background-color: #003B76;
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
1977 background-repeat: repeat-x;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1978 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
1979 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
1980 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
1981 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
1982 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
1983 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
1984 background-image: linear-gradient(top, #003b76, #00376e);
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
1985 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
1986
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1987 z-index: 999;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1988 -webkit-border-radius: 0px 0px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1989 -khtml-border-radius: 0px 0px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1990 -moz-border-radius: 0px 0px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1991 border-radius: 0px 0px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1992 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
1993 }
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
1994 #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
1995 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
1996 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
1997 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1998
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1999 #quick_login .password_forgoten {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2000 padding-right: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2001 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
2002 text-align: left;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2003 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2004
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2005 #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
2006 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
2007 color: #fff;
1468
d23dd50b5e29 #243 add register link to login dropdown
Marcin Kuzminski <marcin@python-works.com>
parents: 1463
diff changeset
2008 }
d23dd50b5e29 #243 add register link to login dropdown
Marcin Kuzminski <marcin@python-works.com>
parents: 1463
diff changeset
2009
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2010 #quick_login .register {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2011 padding-right: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2012 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
2013 text-align: left;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2014 }
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 #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
2017 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
2018 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
2019 }
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
2020
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
2021 #quick_login .submit {
1928
470dd49966f3 new menu css fixes for chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1926
diff changeset
2022 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
2023 position: absolute;
1928
470dd49966f3 new menu css fixes for chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1926
diff changeset
2024 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
2025 }
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
2026
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
2027 #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
2028 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
2029 }
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
2030 #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
2031 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
2032 }
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
2033 #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
2034 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
2035 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
2036 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
2037 }
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
2038 #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
2039 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
2040 }
2001
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
2041 #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
2042 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
2043 color: #FFFFFF;
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
2044 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
2045 }
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
2046 #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
2047 color: #FFFFFF;
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
2048 }
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
2049 #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
2050 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
2051 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
2052
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 }
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 #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
2055
1468
d23dd50b5e29 #243 add register link to login dropdown
Marcin Kuzminski <marcin@python-works.com>
parents: 1463
diff changeset
2056 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2057
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2058 #quick_login div.form div.fields {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2059 padding-top: 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2060 padding-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2061 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2062
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2063 #quick_login div.form div.fields div.field {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2064 padding: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2065 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2066
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2067 #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
2068 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2069 padding-bottom: 3px;
1316
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2070 }
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2071
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2072 #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
2073 width: 236px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2074 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2075 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2076 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2077 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2078 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2079 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2080 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2081 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2082 padding: 5px 7px 4px;
1316
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2083 }
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2084
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2085 #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
2086 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2087 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2088 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2089 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
2090 padding: 5px 14px 0px 5px;
1316
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2091 }
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2092
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2093 #quick_login div.form div.links {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2094 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2095 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2096 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2097 padding: 0 0 2px;
1316
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2098 }
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2099
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
2100 #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
2101 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
2102 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
2103 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
2104 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
2105 }
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
2106 #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
2107 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
2108 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
2109 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
2110 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
2111 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
2112 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
2113 }
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
2114
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
2115 #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
2116 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
2117 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
2118 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
2119 }
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
2120 #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
2121 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
2122 }
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
2123
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
2124 #register div.title {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2125 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2126 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2127 position: relative;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2128 background-color: #003B76;
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2129 background-repeat: repeat-x;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2130 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
2131 background-image: -moz-linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2132 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
2133 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
2134 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
2135 background-image: -o-linear-gradient(top, #003b76, #00376e);
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2136 background-image: linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2137 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2138 endColorstr='#00376e', GradientType=0 );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2139 margin: 0 auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2140 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2141 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2142
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2143 #register div.inner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2144 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2145 border-top: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2146 border-bottom: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2147 margin: 0 auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2148 padding: 20px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2149 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2150
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2151 #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
2152 width: 135px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2153 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2154 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2155 margin: 2px 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2156 padding: 5px 0 0 5px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2157 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2158
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2159 #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
2160 width: 300px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2161 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2162 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2163 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2164 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2165 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2166 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2167 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2168 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2169 padding: 7px 7px 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2170 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2171
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2172 #register div.form div.fields div.buttons {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2173 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2174 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2175 border-top: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2176 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2177 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2178 padding: 10px 0 0 150px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2179 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2180
416
25ab66a26975 fix for new bcrypt password.
Marcin Kuzminski <marcin@python-works.com>
parents: 410
diff changeset
2181 #register div.form div.activation_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2182 padding-top: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2183 padding-bottom: 4px;
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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2186 #journal .journal_day {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2187 font-size: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2188 padding: 10px 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2189 border-bottom: 2px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2190 margin-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2191 margin-right: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2192 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2193
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2194 #journal .journal_container {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2195 padding: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2196 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2197 margin: 0px 5px 0px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2198 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2199
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2200 #journal .journal_action_container {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2201 padding-left: 38px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2202 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2203
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2204 #journal .journal_user {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2205 color: #747474;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2206 font-size: 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2207 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2208 height: 30px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2209 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2210
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2211 #journal .journal_icon {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2212 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2213 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2214 padding-right: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2215 padding-top: 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2216 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2217
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2218 #journal .journal_action {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2219 padding-top: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2220 min-height: 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2221 float: left
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2222 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2223
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2224 #journal .journal_action_params {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2225 clear: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2226 padding-left: 22px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2227 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2228
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2229 #journal .journal_repo {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2230 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2231 margin-left: 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2232 padding-top: 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2233 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2234
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2235 #journal .date {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2236 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2237 color: #777777;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2238 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2239 padding-left: 22px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2240 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2241
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2242 #journal .journal_repo .journal_repo_name {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2243 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2244 font-size: 1.1em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2245 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2246
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2247 #journal .compare_view {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2248 padding: 5px 0px 5px 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2249 width: 95px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2250 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2251
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2252 .journal_highlight {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2253 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2254 padding: 0 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2255 vertical-align: bottom;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2256 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2257
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2258 .trending_language_tbl,.trending_language_tbl td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2259 border: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2260 margin: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2261 padding: 0 !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2262 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2263
1722
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2264 .trending_language_tbl,.trending_language_tbl tr {
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2265 border-spacing: 1px;
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2266 }
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2267
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2268 .trending_language {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2269 background-color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2270 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2271 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2272 min-width: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2273 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2274 height: 12px;
1722
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2275 margin-bottom: 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2276 margin-left: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2277 white-space: pre;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2278 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
2279 }
409
9b6c1de4ce9e some small template fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 402
diff changeset
2280
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2281 h3.files_location {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2282 font-size: 1.8em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2283 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2284 border-bottom: none !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2285 margin: 10px 0 !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2286 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2287
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2288 #files_data dl dt {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2289 float: left;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
2290 width: 60px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2291 margin: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2292 padding: 5px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2293 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2294
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2295 #files_data dl dd {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2296 margin: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2297 padding: 5px !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2298 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2299
2456
51b203e44202 Add authors into file view
Marcin Kuzminski <marcin@python-works.com>
parents: 2369
diff changeset
2300 .file_history{
51b203e44202 Add authors into file view
Marcin Kuzminski <marcin@python-works.com>
parents: 2369
diff changeset
2301 padding-top:10px;
51b203e44202 Add authors into file view
Marcin Kuzminski <marcin@python-works.com>
parents: 2369
diff changeset
2302 font-size:16px;
51b203e44202 Add authors into file view
Marcin Kuzminski <marcin@python-works.com>
parents: 2369
diff changeset
2303 }
51b203e44202 Add authors into file view
Marcin Kuzminski <marcin@python-works.com>
parents: 2369
diff changeset
2304 .file_author{
51b203e44202 Add authors into file view
Marcin Kuzminski <marcin@python-works.com>
parents: 2369
diff changeset
2305 float: left;
51b203e44202 Add authors into file view
Marcin Kuzminski <marcin@python-works.com>
parents: 2369
diff changeset
2306 }
51b203e44202 Add authors into file view
Marcin Kuzminski <marcin@python-works.com>
parents: 2369
diff changeset
2307
51b203e44202 Add authors into file view
Marcin Kuzminski <marcin@python-works.com>
parents: 2369
diff changeset
2308 .file_author .item{
51b203e44202 Add authors into file view
Marcin Kuzminski <marcin@python-works.com>
parents: 2369
diff changeset
2309 float:left;
51b203e44202 Add authors into file view
Marcin Kuzminski <marcin@python-works.com>
parents: 2369
diff changeset
2310 padding:5px;
51b203e44202 Add authors into file view
Marcin Kuzminski <marcin@python-works.com>
parents: 2369
diff changeset
2311 color: #888;
51b203e44202 Add authors into file view
Marcin Kuzminski <marcin@python-works.com>
parents: 2369
diff changeset
2312 }
51b203e44202 Add authors into file view
Marcin Kuzminski <marcin@python-works.com>
parents: 2369
diff changeset
2313
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2314 .tablerow0 {
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2315 background-color: #F8F8F8;
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2316 }
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2317
1853
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2318 .tablerow1 {
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2319 background-color: #FFFFFF;
1853
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2320 }
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2321
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2322 .changeset_id {
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2323 font-family: monospace;
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2324 color: #666666;
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2325 }
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2326
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2327 .changeset_hash {
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2328 color: #000000;
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2329 }
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2330
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2331 #changeset_content {
1858
609ec28bd2d1 changeset: styling a bit
Aras Pranckevicius <aras@unity3d.com>
parents: 1856
diff changeset
2332 border-left: 1px solid #CCC;
609ec28bd2d1 changeset: styling a bit
Aras Pranckevicius <aras@unity3d.com>
parents: 1856
diff changeset
2333 border-right: 1px solid #CCC;
609ec28bd2d1 changeset: styling a bit
Aras Pranckevicius <aras@unity3d.com>
parents: 1856
diff changeset
2334 border-bottom: 1px solid #CCC;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2335 padding: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2336 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2337
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2338 #changeset_compare_view_content {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2339 border: 1px solid #CCC;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2340 padding: 5px;
1010
643e4a540ddd added nicer compare view
Marcin Kuzminski <marcin@python-works.com>
parents: 1009
diff changeset
2341 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2342
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2343 #changeset_content .container {
1858
609ec28bd2d1 changeset: styling a bit
Aras Pranckevicius <aras@unity3d.com>
parents: 1856
diff changeset
2344 min-height: 100px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2345 font-size: 1.2em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2346 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2347 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2348
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2349 #changeset_compare_view_content .compare_view_commits {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2350 width: auto !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2351 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2352
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2353 #changeset_compare_view_content .compare_view_commits td {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2354 padding: 0px 0px 0px 12px !important;
1010
643e4a540ddd added nicer compare view
Marcin Kuzminski <marcin@python-works.com>
parents: 1009
diff changeset
2355 }
643e4a540ddd added nicer compare view
Marcin Kuzminski <marcin@python-works.com>
parents: 1009
diff changeset
2356
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2357 #changeset_content .container .right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2358 float: right;
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2359 width: 20%;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2360 text-align: right;
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 #changeset_content .container .left .message {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2364 white-space: pre-wrap;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2365 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2366 #changeset_content .container .left .message a:hover {
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2367 text-decoration: none;
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2368 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2369 .cs_files .cur_cs {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2370 margin: 10px 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2371 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2372 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2373
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2374 .cs_files .node {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2375 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2376 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2377
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2378 .cs_files .changes {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2379 float: right;
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2380 color:#003367;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2381
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 .cs_files .changes .added {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2385 background-color: #BBFFBB;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2386 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2387 text-align: center;
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2388 font-size: 9px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2389 padding: 2px 0px 2px 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2390 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2391
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2392 .cs_files .changes .deleted {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2393 background-color: #FF8888;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2394 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2395 text-align: center;
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2396 font-size: 9px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2397 padding: 2px 0px 2px 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2398 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2399
2348
a07e04ef7bb4 Implemented basic compare view(for pull requests) for mercurial.
Marcin Kuzminski <marcin@python-works.com>
parents: 2330
diff changeset
2400 .cs_files .cs_added,.cs_files .cs_A {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2401 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
2402 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2403 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2404 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2405 margin-top: 7px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2406 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2407 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2408
2348
a07e04ef7bb4 Implemented basic compare view(for pull requests) for mercurial.
Marcin Kuzminski <marcin@python-works.com>
parents: 2330
diff changeset
2409 .cs_files .cs_changed,.cs_files .cs_M {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2410 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
2411 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2412 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2413 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2414 margin-top: 7px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2415 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2416 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2417
2348
a07e04ef7bb4 Implemented basic compare view(for pull requests) for mercurial.
Marcin Kuzminski <marcin@python-works.com>
parents: 2330
diff changeset
2418 .cs_files .cs_removed,.cs_files .cs_D {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2419 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
2420 scroll 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2421 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2422 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2423 margin-top: 7px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2424 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2425 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2426
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2427 #graph {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2428 overflow: hidden;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2429 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2430
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2431 #graph_nodes {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2432 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2433 margin-right: -6px;
1655
a0287ee1fd87 fixes for DAG renderer on chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1654
diff changeset
2434 margin-top: 0px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2435 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2436
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2437 #graph_content {
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2438 width: 80%;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2439 float: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2440 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2441
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2442 #graph_content .container_header {
1853
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2443 border-bottom: 1px solid #DDD;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2444 padding: 10px;
1850
c4ff52b0d112 changelog: more commits by default; tweak top header layout
Aras Pranckevicius <aras@unity3d.com>
parents: 1849
diff changeset
2445 height: 25px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2446 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2447
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2448 #graph_content #rev_range_container {
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2449 padding: 7px 20px;
1850
c4ff52b0d112 changelog: more commits by default; tweak top header layout
Aras Pranckevicius <aras@unity3d.com>
parents: 1849
diff changeset
2450 float: left;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2451 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2452
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2453 #graph_content .container {
1853
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2454 border-bottom: 1px solid #DDD;
1885
350d95dece6f ui touch ups
Marcin Kuzminski <marcin@python-works.com>
parents: 1884
diff changeset
2455 height: 56px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2456 overflow: hidden;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2457 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2458
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2459 #graph_content .container .right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2460 float: right;
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2461 width: 23%;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2462 text-align: right;
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2463 }
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2464
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2465 #graph_content .container .left {
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2466 float: left;
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2467 width: 25%;
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2468 padding-left: 5px;
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2469 }
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2470
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2471 #graph_content .container .mid {
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2472 float: left;
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2473 width: 49%;
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2474 }
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2475
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2476
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2477 #graph_content .container .left .date {
1881
0398b830ccac changelog: make date display less heavy
Aras Pranckevicius <aras@unity3d.com>
parents: 1878
diff changeset
2478 color: #666;
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2479 padding-left: 22px;
1881
0398b830ccac changelog: make date display less heavy
Aras Pranckevicius <aras@unity3d.com>
parents: 1878
diff changeset
2480 font-size: 10px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2481 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2482
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2483 #graph_content .container .left .author {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2484 height: 22px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2485 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2486
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2487 #graph_content .container .left .author .user {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2488 color: #444444;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2489 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2490 margin-left: -4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2491 margin-top: 4px;
1463
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
2492 }
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
2493
1871
bd7e95937acd changelog: fixed lost pre-wrap on commit message
Aras Pranckevicius <aras@unity3d.com>
parents: 1861
diff changeset
2494 #graph_content .container .mid .message {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2495 white-space: pre-wrap;
1871
bd7e95937acd changelog: fixed lost pre-wrap on commit message
Aras Pranckevicius <aras@unity3d.com>
parents: 1861
diff changeset
2496 }
bd7e95937acd changelog: fixed lost pre-wrap on commit message
Aras Pranckevicius <aras@unity3d.com>
parents: 1861
diff changeset
2497
bd7e95937acd changelog: fixed lost pre-wrap on commit message
Aras Pranckevicius <aras@unity3d.com>
parents: 1861
diff changeset
2498 #graph_content .container .mid .message a:hover{
1600
84e2e29c0f03 changelog links no decoration
Marcin Kuzminski <marcin@python-works.com>
parents: 1599
diff changeset
2499 text-decoration: none;
84e2e29c0f03 changelog links no decoration
Marcin Kuzminski <marcin@python-works.com>
parents: 1599
diff changeset
2500 }
1913
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2501 #content #graph_content .message .revision-link,
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2502 #changeset_content .container .message .revision-link
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2503 {
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2504 color:#3F6F9F;
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2505 font-weight: bold !important;
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2506 }
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2507
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2508 #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
2509 #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
2510 color:#3F6F9F;
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2511 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
2512 }
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
2513
2286
9265958e33bb Show changes of status inside comments
Marcin Kuzminski <marcin@python-works.com>
parents: 2280
diff changeset
2514 .changeset-status-container{
2217
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2515 padding-right: 5px;
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2516 margin-top:1px;
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2517 float:right;
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2518 height:14px;
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2519 }
2239
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2520 .code-header .changeset-status-container{
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2521 float:left;
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2522 padding:2px 0px 0px 2px;
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2523 }
2286
9265958e33bb Show changes of status inside comments
Marcin Kuzminski <marcin@python-works.com>
parents: 2280
diff changeset
2524 .changeset-status-container .changeset-status-lbl{
2217
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2525 color: rgb(136, 136, 136);
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2526 float: left;
2286
9265958e33bb Show changes of status inside comments
Marcin Kuzminski <marcin@python-works.com>
parents: 2280
diff changeset
2527 padding: 3px 4px 0px 0px
2217
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2528 }
2239
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2529 .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
2530 float: left;
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2531 padding: 0px 4px 0px 0px;
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2532 }
2286
9265958e33bb Show changes of status inside comments
Marcin Kuzminski <marcin@python-works.com>
parents: 2280
diff changeset
2533 .changeset-status-container .changeset-status-ico{
2239
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2534 float: left;
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2535 }
2240
87664e60bbc0 added changeset status into changeset range
Marcin Kuzminski <marcin@python-works.com>
parents: 2239
diff changeset
2536 .code-header .changeset-status-container .changeset-status-ico, .container .changeset-status-ico{
2239
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2537 float: left;
493e03a4d268 added changeset status into changelog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2238
diff changeset
2538 }
1884
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2539 .right .comments-container{
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2540 padding-right: 5px;
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2541 margin-top:1px;
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2542 float:right;
1885
350d95dece6f ui touch ups
Marcin Kuzminski <marcin@python-works.com>
parents: 1884
diff changeset
2543 height:14px;
1884
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2544 }
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2545
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2546 .right .comments-cnt{
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2547 float: left;
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2548 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
2549 padding-right: 2px;
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2550 }
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2551
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2552 .right .changes{
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2553 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2554 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2555
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2556 .right .changes .changed_total {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2557 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2558 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2559 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2560 min-width: 45px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2561 cursor: pointer;
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2562 color: #444444;
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2563 background: #FEA;
1699
623b228cf325 cleaned up JS files in files templates.
Marcin Kuzminski <marcin@python-works.com>
parents: 1686
diff changeset
2564 -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
2565 -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
2566 border-radius: 0px 0px 0px 6px;
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2567 padding: 1px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2568 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2569
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2570 .right .changes .added,.changed,.removed {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2571 display: block;
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2572 padding: 1px;
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2573 color: #444444;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2574 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2575 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2576 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
2577 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2578
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2579 .right .changes .added {
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2580 background: #CFC;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2581 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2582
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2583 .right .changes .changed {
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2584 background: #FEA;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2585 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2586
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2587 .right .changes .removed {
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2588 background: #FAA;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2589 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2590
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2591 .right .merge {
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2592 padding: 1px 3px 1px 3px;
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2593 background-color: #fca062;
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2594 font-size: 10px;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2595 font-weight: bold;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2596 color: #ffffff;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2597 text-transform: uppercase;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2598 white-space: nowrap;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2599 -webkit-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2600 -moz-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2601 border-radius: 3px;
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2602 margin-right: 2px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2603 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2604
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2605 .right .parent {
1853
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2606 color: #666666;
1884
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2607 clear:both;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2608 }
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2609 .right .logtags{
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2610 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
2611 }
2247
99536f257644 #421 bookmarks in changlog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2232
diff changeset
2612 .right .logtags .branchtag,.right .logtags .tagtag,.right .logtags .booktag{
99536f257644 #421 bookmarks in changlog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2232
diff changeset
2613 margin: 0px 2px;
99536f257644 #421 bookmarks in changlog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2232
diff changeset
2614 }
99536f257644 #421 bookmarks in changlog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2232
diff changeset
2615
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2616 .right .logtags .branchtag,.logtags .branchtag {
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2617 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
2618 background-color: #bfbfbf;
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2619 font-size: 10px;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2620 font-weight: bold;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2621 color: #ffffff;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2622 text-transform: uppercase;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2623 white-space: nowrap;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2624 -webkit-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2625 -moz-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2626 border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2627 }
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2628 .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
2629 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2630 }
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2631 .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
2632 text-decoration: none;
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2633 color: #ffffff;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2634 }
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2635 .right .logtags .tagtag,.logtags .tagtag {
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2636 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
2637 background-color: #62cffc;
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2638 font-size: 10px;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2639 font-weight: bold;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2640 color: #ffffff;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2641 text-transform: uppercase;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2642 white-space: nowrap;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2643 -webkit-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2644 -moz-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2645 border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2646 }
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2647 .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
2648 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2649 }
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2650 .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
2651 text-decoration: none;
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2652 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2653 }
2247
99536f257644 #421 bookmarks in changlog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2232
diff changeset
2654 .right .logbooks .bookbook,.logbooks .bookbook,.right .logtags .bookbook,.logtags .bookbook {
99536f257644 #421 bookmarks in changlog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2232
diff changeset
2655 padding: 1px 3px 1px 3px;
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2656 background-color: #46A546;
2247
99536f257644 #421 bookmarks in changlog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2232
diff changeset
2657 font-size: 10px;
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2658 font-weight: bold;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2659 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2660 text-transform: uppercase;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2661 white-space: nowrap;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2662 -webkit-border-radius: 3px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2663 -moz-border-radius: 3px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2664 border-radius: 3px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2665 }
2247
99536f257644 #421 bookmarks in changlog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2232
diff changeset
2666 .right .logbooks .bookbook,.logbooks .bookbook a,.right .logtags .bookbook,.logtags .bookbook a{
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2667 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2668 }
2247
99536f257644 #421 bookmarks in changlog view
Marcin Kuzminski <marcin@python-works.com>
parents: 2232
diff changeset
2669 .right .logbooks .bookbook,.logbooks .bookbook a:hover,.right .logtags .bookbook,.logtags .bookbook a:hover{
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2670 text-decoration: none;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2671 color: #ffffff;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2672 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2673 div.browserblock {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2674 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2675 border: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2676 background: #f8f8f8;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2677 font-size: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2678 line-height: 125%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2679 padding: 0;
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
2680 -webkit-border-radius: 6px 6px 0px 0px;
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
2681 -moz-border-radius: 6px 6px 0px 0px;
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
2682 border-radius: 6px 6px 0px 0px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2683 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2684
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2685 div.browserblock .browser-header {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2686 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2687 padding: 10px 0px 15px 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2688 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2689 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2690
949
3bc10f10f2f6 fixed file browsing ui and css
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
2691 div.browserblock .browser-nav {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2692 float: left
949
3bc10f10f2f6 fixed file browsing ui and css
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
2693 }
884
322b53be49cc Fixed url bug when using numeric revision in file browser,
Marcin Kuzminski <marcin@python-works.com>
parents: 816
diff changeset
2694
322b53be49cc Fixed url bug when using numeric revision in file browser,
Marcin Kuzminski <marcin@python-works.com>
parents: 816
diff changeset
2695 div.browserblock .browser-branch {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2696 float: left;
884
322b53be49cc Fixed url bug when using numeric revision in file browser,
Marcin Kuzminski <marcin@python-works.com>
parents: 816
diff changeset
2697 }
1304
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2698
884
322b53be49cc Fixed url bug when using numeric revision in file browser,
Marcin Kuzminski <marcin@python-works.com>
parents: 816
diff changeset
2699 div.browserblock .browser-branch label {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2700 color: #4A4A4A;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2701 vertical-align: text-top;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2702 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2703
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2704 div.browserblock .browser-header span {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2705 margin-left: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2706 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2707 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2708
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2709 div.browserblock .browser-search {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2710 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2711 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
2712 height: 20px;
7b67b0dcad6d Added initial support for creating new nodes in repos
Marcin Kuzminski <marcin@python-works.com>
parents: 1477
diff changeset
2713 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2714
1483
7b67b0dcad6d Added initial support for creating new nodes in repos
Marcin Kuzminski <marcin@python-works.com>
parents: 1477
diff changeset
2715 div.browserblock #node_filter_box {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2716
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2717 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2718
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2719 div.browserblock .search_activate {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2720 float: left
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2721 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2722
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2723 div.browserblock .add_node {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2724 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2725 padding-left: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2726 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2727
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2728 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
2729 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2730 text-decoration: none !important;
1452
8585fbf3ed06 Implemented #111 copy github node finder solution
Marcin Kuzminski <marcin@python-works.com>
parents: 1431
diff changeset
2731 }
8585fbf3ed06 Implemented #111 copy github node finder solution
Marcin Kuzminski <marcin@python-works.com>
parents: 1431
diff changeset
2732
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2733 div.browserblock .browser-body {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2734 background: #EEE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2735 border-top: 1px solid #CCC;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2736 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2737
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2738 table.code-browser {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2739 border-collapse: collapse;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2740 width: 100%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2741 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2742
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2743 table.code-browser tr {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2744 margin: 3px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2745 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2746
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2747 table.code-browser thead th {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2748 background-color: #EEE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2749 height: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2750 font-size: 1.1em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2751 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2752 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2753 padding-left: 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2754 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2755
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2756 table.code-browser tbody td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2757 padding-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2758 height: 20px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2759 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2760
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2761 table.code-browser .browser-file {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2762 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
2763 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2764 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2765 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2766 }
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
2767 .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
2768 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
2769 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2770 .diffblock .changeset_file {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2771 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
2772 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
2773 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
2774 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
2775 }
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
2776 .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
2777 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
2778 }
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
2779
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2780 .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
2781 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
2782 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
2783 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
2784 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
2785 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
2786 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
2787 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
2788 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
2789 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
2790
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
2791 }
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2792 .diffblock .diff-actions {
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2793 padding: 2px 0px 0px 2px;
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2794 float: left;
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2795 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2796 .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
2797 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
2798 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2799 .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
2800 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
2801 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
2802 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2803 .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
2804 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
2805 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
2806 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2807 table.code-browser .browser-dir {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2808 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
2809 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2810 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2811 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2812 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2813
2232
49dc09e9f076 Implements subrepos view inside filebrowser
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2814 table.code-browser .submodule-dir {
49dc09e9f076 Implements subrepos view inside filebrowser
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2815 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
2816 height: 16px;
49dc09e9f076 Implements subrepos view inside filebrowser
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2817 padding-left: 20px;
49dc09e9f076 Implements subrepos view inside filebrowser
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2818 text-align: left;
49dc09e9f076 Implements subrepos view inside filebrowser
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2819 }
49dc09e9f076 Implements subrepos view inside filebrowser
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2820
49dc09e9f076 Implements subrepos view inside filebrowser
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
2821
556
65b2f150beb7 Added searching for file names within the repository in rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 551
diff changeset
2822 .box .search {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2823 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2824 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2825 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2826 padding: 0 20px 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2827 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2828
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2829 .box .search div.search_path {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2830 background: none repeat scroll 0 0 #EEE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2831 border: 1px solid #CCC;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2832 color: blue;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2833 margin-bottom: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2834 padding: 10px 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2835 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2836
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2837 .box .search div.search_path div.link {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2838 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2839 margin-left: 25px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2840 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2841
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2842 .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
2843 color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2844 cursor: pointer;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2845 text-decoration: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2846 }
556
65b2f150beb7 Added searching for file names within the repository in rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 551
diff changeset
2847
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2848 #path_unlock {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2849 color: red;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2850 font-size: 1.2em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2851 padding-left: 4px;
409
9b6c1de4ce9e some small template fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 402
diff changeset
2852 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2853
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2854 .info_box span {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2855 margin-left: 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2856 margin-right: 3px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2857 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2858
1304
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2859 .info_box .rev {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2860 color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2861 font-size: 1.6em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2862 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2863 vertical-align: sub;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2864 }
1304
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2865
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2866 .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
2867 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2868 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2869 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2870 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2871 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2872 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2873 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2874 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2875 padding: 1px 5px 1px;
1304
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2876 }
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2877
375
3e55d9981c0e templating fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 373
diff changeset
2878 .info_box input#view {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2879 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2880 padding: 4px 3px 2px 2px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2881 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2882
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2883 .yui-overlay,.yui-panel-container {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2884 visibility: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2885 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2886 z-index: 2;
362
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
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2889 .yui-tt {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2890 visibility: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2891 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2892 color: #666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2893 background-color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2894 border: 2px solid #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2895 font: 100% sans-serif;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2896 width: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2897 opacity: 1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2898 padding: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2899 white-space: pre-wrap;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2900 -webkit-border-radius: 8px 8px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2901 -khtml-border-radius: 8px 8px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2902 -moz-border-radius: 8px 8px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2903 border-radius: 8px 8px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2904 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
2905 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2906
2368
5143b8df576c Added mentions autocomplete into main comments form
Marcin Kuzminski <marcin@python-works.com>
parents: 2366
diff changeset
2907 .mentions-container{
2369
c2f131502037 Autocomplete fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2368
diff changeset
2908 width: 90% !important;
2368
5143b8df576c Added mentions autocomplete into main comments form
Marcin Kuzminski <marcin@python-works.com>
parents: 2366
diff changeset
2909 }
5143b8df576c Added mentions autocomplete into main comments form
Marcin Kuzminski <marcin@python-works.com>
parents: 2366
diff changeset
2910 .mentions-container .yui-ac-content{
2369
c2f131502037 Autocomplete fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2368
diff changeset
2911 width: 100% !important;
2368
5143b8df576c Added mentions autocomplete into main comments form
Marcin Kuzminski <marcin@python-works.com>
parents: 2366
diff changeset
2912 }
5143b8df576c Added mentions autocomplete into main comments form
Marcin Kuzminski <marcin@python-works.com>
parents: 2366
diff changeset
2913
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2914 .ac {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2915 vertical-align: top;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2916 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2917
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2918 .ac .yui-ac {
2145
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
2919 position: inherit;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2920 font-size: 100%;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2921 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2922
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2923 .ac .perm_ac {
2103
Marcin Kuzminski <marcin@python-works.com>
parents: 2001
diff changeset
2924 width: 20em;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2925 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2926
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2927 .ac .yui-ac-input {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2928 width: 100%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2929 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2930
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2931 .ac .yui-ac-container {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2932 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2933 top: 1.6em;
2145
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
2934 width: auto;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2935 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2936
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2937 .ac .yui-ac-content {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2938 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2939 border: 1px solid gray;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2940 background: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2941 z-index: 9050;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2942
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2943 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2944
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2945 .ac .yui-ac-shadow {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2946 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2947 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2948 background: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2949 -moz-opacity: 0.1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2950 opacity: .10;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2951 filter: alpha(opacity = 10);
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2952 z-index: 9049;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2953 margin: .3em;
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 .ac .yui-ac-content ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2957 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2958 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2959 padding: 0;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2960 z-index: 9050;
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
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2963 .ac .yui-ac-content li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2964 cursor: default;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2965 white-space: nowrap;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2966 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2967 padding: 2px 5px;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2968 height: 18px;
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2969 z-index: 9050;
2145
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
2970 display: block;
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
2971 width: auto !important;
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
2972 }
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
2973
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
2974 .ac .yui-ac-content li .ac-container-wrap{
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
2975 width: auto;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2976 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2977
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2978 .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
2979 background: #B3D4FF;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2980 z-index: 9050;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2981 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2982
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2983 .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
2984 background: #556CB5;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2985 color: #FFF;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2986 z-index: 9050;
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2987 }
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2988 .ac .yui-ac-bd{
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2989 z-index: 9050;
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
2990 }
2145
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
2991
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2992 .follow {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2993 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
2994 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2995 width: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2996 cursor: pointer;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2997 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2998 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2999 margin-top: 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3000 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3001
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3002 .following {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3003 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
3004 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3005 width: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3006 cursor: pointer;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3007 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3008 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3009 margin-top: 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3010 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3011
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3012 .currently_following {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3013 padding-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3014 padding-bottom: 5px;
737
d5bad4a2432f css + templates update for user dashboards
Marcin Kuzminski <marcin@python-works.com>
parents: 734
diff changeset
3015 }
d5bad4a2432f css + templates update for user dashboards
Marcin Kuzminski <marcin@python-works.com>
parents: 734
diff changeset
3016
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3017 .add_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3018 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
3019 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3020 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3021 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3022 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3023
2610
3fdf7c3be2c9 added mark as read for single notifications
Marcin Kuzminski <marcin@python-works.com>
parents: 2607
diff changeset
3024 .accept_icon {
3fdf7c3be2c9 added mark as read for single notifications
Marcin Kuzminski <marcin@python-works.com>
parents: 2607
diff changeset
3025 background: url("../images/icons/accept.png") no-repeat scroll 3px;
3fdf7c3be2c9 added mark as read for single notifications
Marcin Kuzminski <marcin@python-works.com>
parents: 2607
diff changeset
3026 padding-left: 20px;
3fdf7c3be2c9 added mark as read for single notifications
Marcin Kuzminski <marcin@python-works.com>
parents: 2607
diff changeset
3027 padding-top: 0px;
3fdf7c3be2c9 added mark as read for single notifications
Marcin Kuzminski <marcin@python-works.com>
parents: 2607
diff changeset
3028 text-align: left;
3fdf7c3be2c9 added mark as read for single notifications
Marcin Kuzminski <marcin@python-works.com>
parents: 2607
diff changeset
3029 }
3fdf7c3be2c9 added mark as read for single notifications
Marcin Kuzminski <marcin@python-works.com>
parents: 2607
diff changeset
3030
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3031 .edit_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3032 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
3033 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3034 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3035 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3036 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3037
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3038 .delete_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3039 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
3040 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3041 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3042 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3043 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3044
708
b9bbc0d6e9f3 added cache reset, stats reset, and delete into repository settings in admin.
Marcin Kuzminski <marcin@python-works.com>
parents: 703
diff changeset
3045 .refresh_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3046 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
3047 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3048 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3049 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3050 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
3051 }
b9bbc0d6e9f3 added cache reset, stats reset, and delete into repository settings in admin.
Marcin Kuzminski <marcin@python-works.com>
parents: 703
diff changeset
3052
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
3053 .pull_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3054 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
3055 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3056 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3057 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
3058 }
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
3059
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3060 .rss_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3061 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
3062 padding-left: 20px;
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
3063 padding-top: 4px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3064 text-align: left;
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
3065 font-size: 8px
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3066 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3067
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3068 .atom_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3069 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
3070 padding-left: 20px;
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
3071 padding-top: 4px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3072 text-align: left;
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
3073 font-size: 8px
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3074 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3075
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3076 .archive_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3077 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
3078 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3079 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3080 padding-top: 1px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3081 }
1248
5da25ade33df fixed some buttons text issues. Reported by Thomas Waldmann
Marcin Kuzminski <marcin@python-works.com>
parents: 1247
diff changeset
3082
1085
3fe3285868d1 implemented public journal for anonymous users, admin can control which repositories
Marcin Kuzminski <marcin@python-works.com>
parents: 1052
diff changeset
3083 .start_following_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3084 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
3085 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3086 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3087 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
3088 }
1248
5da25ade33df fixed some buttons text issues. Reported by Thomas Waldmann
Marcin Kuzminski <marcin@python-works.com>
parents: 1247
diff changeset
3089
1085
3fe3285868d1 implemented public journal for anonymous users, admin can control which repositories
Marcin Kuzminski <marcin@python-works.com>
parents: 1052
diff changeset
3090 .stop_following_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3091 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
3092 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3093 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3094 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
3095 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3096
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3097 .action_button {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3098 border: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3099 display: inline;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3100 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3101
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3102 .action_button:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3103 border: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3104 text-decoration: underline;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3105 cursor: pointer;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3106 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3107
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3108 #switch_repos {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3109 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3110 height: 25px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3111 z-index: 1;
373
3171614c0067 Added permissions check on repo switcher,
Marcin Kuzminski <marcin@python-works.com>
parents: 366
diff changeset
3112 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3113
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3114 #switch_repos select {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3115 min-width: 150px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3116 max-height: 250px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3117 z-index: 1;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3118 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3119
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3120 .breadcrumbs {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3121 border: medium none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3122 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3123 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3124 text-transform: uppercase;
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 font-size: 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3127 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3128 padding: 11px 0 11px 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3129 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3130
1956
fe64fecda0fd changeset: do not uppercase the hash in breadcrumbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1955
diff changeset
3131 .breadcrumbs .hash {
fe64fecda0fd changeset: do not uppercase the hash in breadcrumbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1955
diff changeset
3132 text-transform: none;
fe64fecda0fd changeset: do not uppercase the hash in breadcrumbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1955
diff changeset
3133 color: #fff;
fe64fecda0fd changeset: do not uppercase the hash in breadcrumbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1955
diff changeset
3134 }
fe64fecda0fd changeset: do not uppercase the hash in breadcrumbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1955
diff changeset
3135
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3136 .breadcrumbs a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3137 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3138 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3139
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3140 .flash_msg {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3141
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3142 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3143
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3144 .flash_msg ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3145
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3146 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3147
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3148 .error_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3149 background-color: #c43c35;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3150 background-repeat: repeat-x;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3151 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
3152 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3153 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3154 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
3155 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3156 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3157 background-image: linear-gradient(top, #ee5f5b, #c43c35);
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3158 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
3159 border-color: #c43c35 #c43c35 #882a25;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3160 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3161
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3162 .warning_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3163 color: #404040 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3164 background-color: #eedc94;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3165 background-repeat: repeat-x;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3166 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
3167 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3168 background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3169 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
3170 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3171 background-image: -o-linear-gradient(top, #fceec1, #eedc94);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3172 background-image: linear-gradient(top, #fceec1, #eedc94);
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3173 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
3174 border-color: #eedc94 #eedc94 #e4c652;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3175 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3176
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3177 .success_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3178 background-color: #57a957;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3179 background-repeat: repeat-x !important;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3180 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
3181 background-image: -moz-linear-gradient(top, #62c462, #57a957);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3182 background-image: -ms-linear-gradient(top, #62c462, #57a957);
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3183 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
3184 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3185 background-image: -o-linear-gradient(top, #62c462, #57a957);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3186 background-image: linear-gradient(top, #62c462, #57a957);
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3187 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
3188 border-color: #57a957 #57a957 #3d773d;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3189 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3190
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3191 .notice_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3192 background-color: #339bb9;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3193 background-repeat: repeat-x;
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3194 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
3195 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3196 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3197 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
3198 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3199 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3200 background-image: linear-gradient(top, #5bc0de, #339bb9);
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3201 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
3202 border-color: #339bb9 #339bb9 #22697d;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3203 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3204
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3205 .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
3206 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3207 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3208 min-height: 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3209 line-height: 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3210 margin-bottom: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3211 margin-top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3212 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3213 overflow: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3214 padding: 6px 10px 6px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3215 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
3216 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3217 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3218 border-width: 1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3219 border-style: solid;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3220 -webkit-border-radius: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3221 -moz-border-radius: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3222 border-radius: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3223 -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
3224 -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
3225 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
3226 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3227
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3228 #msg_close {
2144
3600ebc731e6 ac + ie style fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
3229 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
3230 cursor: pointer;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3231 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3232 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3233 right: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3234 top: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3235 width: 16px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3236 }
2109
8ecfed1d8f8b utils/conf
Marcin Kuzminski <marcin@python-works.com>
parents: 2103
diff changeset
3237 div#legend_data{
8ecfed1d8f8b utils/conf
Marcin Kuzminski <marcin@python-works.com>
parents: 2103
diff changeset
3238 padding-left:10px;
8ecfed1d8f8b utils/conf
Marcin Kuzminski <marcin@python-works.com>
parents: 2103
diff changeset
3239 }
8ecfed1d8f8b utils/conf
Marcin Kuzminski <marcin@python-works.com>
parents: 2103
diff changeset
3240 div#legend_container table{
8ecfed1d8f8b utils/conf
Marcin Kuzminski <marcin@python-works.com>
parents: 2103
diff changeset
3241 border: none !important;
8ecfed1d8f8b utils/conf
Marcin Kuzminski <marcin@python-works.com>
parents: 2103
diff changeset
3242 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3243 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
3244 width: auto !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3245 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3246
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3247 table#permissions_manage {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3248 width: 0 !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3249 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3250
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3251 table#permissions_manage span.private_repo_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3252 font-size: 0.8em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3253 opacity: 0.6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3254 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3255
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3256 table#permissions_manage td.private_repo_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3257 font-size: 0.8em;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3258 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3259
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3260 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
3261 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
3262 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3263
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3264 div.gravatar {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3265 background-color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3266 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3267 margin-right: 0.7em;
1854
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3268 padding: 1px 1px 1px 1px;
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3269 line-height:0;
1854
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3270 -webkit-border-radius: 3px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3271 -khtml-border-radius: 3px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3272 -moz-border-radius: 3px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3273 border-radius: 3px;
1463
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
3274 }
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
3275
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
3276 div.gravatar img {
1854
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3277 -webkit-border-radius: 2px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3278 -khtml-border-radius: 2px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3279 -moz-border-radius: 2px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3280 border-radius: 2px;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3281 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3282
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3283 #header,#content,#footer {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3284 min-width: 978px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3285 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3286
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3287 #content {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3288 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3289 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
3290 padding: 54px 10px 14px 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3291 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3292
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3293 #content div.box div.title div.search {
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
3294
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3295 border-left: 1px solid #316293;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3296 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3297
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3298 #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
3299 border: 1px solid #316293;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3300 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3301
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3302 .ui-btn{
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3303 color: #515151;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3304 background-color: #DADADA;
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3305 background-repeat: repeat-x;
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3306 background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) );
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3307 background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3308 background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3309 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
3310 background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) );
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3311 background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) );
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3312 background-image: linear-gradient(top, #F4F4F4, #DADADA);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3313 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3314
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3315 border-top: 1px solid #DDD;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3316 border-left: 1px solid #c6c6c6;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3317 border-right: 1px solid #DDD;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3318 border-bottom: 1px solid #c6c6c6;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3319 color: #515151;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3320 outline: none;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3321 margin: 0px 3px 3px 0px;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3322 -webkit-border-radius: 4px 4px 4px 4px !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3323 -khtml-border-radius: 4px 4px 4px 4px !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3324 -moz-border-radius: 4px 4px 4px 4px !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3325 border-radius: 4px 4px 4px 4px !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3326 cursor: pointer !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3327 padding: 3px 3px 3px 3px;
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
3328 background-position: 0 -15px;
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3329
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3330 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3331 .ui-btn.xsmall{
1706
07c8838ebfd3 ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1705
diff changeset
3332 padding: 1px 2px 1px 1px;
07c8838ebfd3 ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1705
diff changeset
3333 }
2607
7ae36df760ce removed deprecated ui-button
Marcin Kuzminski <marcin@python-works.com>
parents: 2606
diff changeset
3334
7ae36df760ce removed deprecated ui-button
Marcin Kuzminski <marcin@python-works.com>
parents: 2606
diff changeset
3335 .ui-btn.large{
7ae36df760ce removed deprecated ui-button
Marcin Kuzminski <marcin@python-works.com>
parents: 2606
diff changeset
3336 padding: 6px 12px;
7ae36df760ce removed deprecated ui-button
Marcin Kuzminski <marcin@python-works.com>
parents: 2606
diff changeset
3337 }
7ae36df760ce removed deprecated ui-button
Marcin Kuzminski <marcin@python-works.com>
parents: 2606
diff changeset
3338
1813
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
3339 .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
3340 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
3341 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
3342 -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
3343 -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
3344 -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
3345 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
3346 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
3347 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
3348 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
3349 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
3350 }
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3351 .ui-btn:focus {
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3352 outline: none;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3353 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3354 .ui-btn:hover{
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
3355 background-position: 0 0px;
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3356 text-decoration: none;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3357 color: #515151;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3358 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
3359 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3360
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3361 .ui-btn.red{
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3362 color:#fff;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3363 background-color: #c43c35;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3364 background-repeat: repeat-x;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3365 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3366 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3367 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3368 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
3369 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3370 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3371 background-image: linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3372 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3373 border-color: #c43c35 #c43c35 #882a25;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3374 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
3375 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3376
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3377
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3378 .ui-btn.blue{
2607
7ae36df760ce removed deprecated ui-button
Marcin Kuzminski <marcin@python-works.com>
parents: 2606
diff changeset
3379 color:#fff;
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3380 background-color: #339bb9;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3381 background-repeat: repeat-x;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3382 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3383 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3384 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3385 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
3386 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3387 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3388 background-image: linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3389 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3390 border-color: #339bb9 #339bb9 #22697d;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3391 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
3392 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3393
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3394 .ui-btn.green{
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3395 background-color: #57a957;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3396 background-repeat: repeat-x;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3397 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3398 background-image: -moz-linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3399 background-image: -ms-linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3400 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
3401 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3402 background-image: -o-linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3403 background-image: linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3404 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3405 border-color: #57a957 #57a957 #3d773d;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3406 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
3407 }
166317d464f3 Added server side file editing with commit
Marcin Kuzminski <marcin@python-works.com>
parents: 1304
diff changeset
3408
2519
f8742e1acf08 add highlight of current filter in notifications
Marcin Kuzminski <marcin@python-works.com>
parents: 2462
diff changeset
3409 .ui-btn.active{
f8742e1acf08 add highlight of current filter in notifications
Marcin Kuzminski <marcin@python-works.com>
parents: 2462
diff changeset
3410 font-weight: bold;
f8742e1acf08 add highlight of current filter in notifications
Marcin Kuzminski <marcin@python-works.com>
parents: 2462
diff changeset
3411 }
f8742e1acf08 add highlight of current filter in notifications
Marcin Kuzminski <marcin@python-works.com>
parents: 2462
diff changeset
3412
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3413 ins,div.options a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3414 text-decoration: none;
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
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3417 img,
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3418 #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
3419 #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
3420 #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
3421 #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
3422 #clone_url_id
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3423 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3424 border: none;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3425 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3426
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3427 img.icon,.right .merge img {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3428 vertical-align: bottom;
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
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3431 #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
3432 #content div.box div.message div.dismiss,
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3433 #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
3434 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3435 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3436 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3437 padding: 0;
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
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3440 #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
3441 #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
3442 #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
3443 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
3444 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3445 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3446 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3447
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3448 #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
3449 #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
3450 #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
3451 #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
3452 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3453 display: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3454 }
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 #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
3457 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3458 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3459 }
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 #content div.graph {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3462 padding: 0 10px 10px;
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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3465 #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
3466 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3467 color: #bfe3ff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3468 }
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 #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
3471 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3472 margin: 10px 24px 10px 44px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3473 }
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 #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
3476 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3477 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3478 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3479 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3480 padding: 0 20px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3481 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3482
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3483 #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
3484 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3485 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3486 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3487 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3488 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3489 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3490
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3491 #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
3492 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3493 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3494 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3495 color: #363636;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3496 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3497 padding: 2px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3498 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3499
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3500 #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
3501 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3502 background: #FBE3E4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3503 border-top: 1px solid #e1b2b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3504 border-left: 1px solid #e1b2b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3505 border-right: 1px solid #FBC2C4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3506 border-bottom: 1px solid #FBC2C4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3507 }
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 #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
3510 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3511 background: #E6EFC2;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3512 border-top: 1px solid #cebb98;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3513 border-left: 1px solid #cebb98;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3514 border-right: 1px solid #c6d880;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3515 border-bottom: 1px solid #c6d880;
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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3518 #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
3519 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3520 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3521 }
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 #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
3524 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3525 margin: 0 0 0 0px !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3526 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3527 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3528
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3529 #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
3530 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3531 margin: 0 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3532 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3533 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3534
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3535 #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
3536 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3537 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3538 text-decoration: none;
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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3541 #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
3542 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3543 border: 1px solid #666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3544 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3545
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3546 #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
3547 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3548 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3549 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3550 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3551 padding: 8px 0 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3552 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3553
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3554 #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
3555 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3556 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3557 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3558 }
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 #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
3561 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3562 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3563 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3564 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3565 margin: 2px 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3566 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3567
2607
7ae36df760ce removed deprecated ui-button
Marcin Kuzminski <marcin@python-works.com>
parents: 2606
diff changeset
3568 div.form div.fields div.field div.button input,
7ae36df760ce removed deprecated ui-button
Marcin Kuzminski <marcin@python-works.com>
parents: 2606
diff changeset
3569 #content div.box div.form div.fields div.buttons input
7ae36df760ce removed deprecated ui-button
Marcin Kuzminski <marcin@python-works.com>
parents: 2606
diff changeset
3570 div.form div.fields div.buttons input,
7ae36df760ce removed deprecated ui-button
Marcin Kuzminski <marcin@python-works.com>
parents: 2606
diff changeset
3571 #content div.box div.action div.button input {
7ae36df760ce removed deprecated ui-button
Marcin Kuzminski <marcin@python-works.com>
parents: 2606
diff changeset
3572 /*color: #000;*/
7ae36df760ce removed deprecated ui-button
Marcin Kuzminski <marcin@python-works.com>
parents: 2606
diff changeset
3573 font-size: 11px;
7ae36df760ce removed deprecated ui-button
Marcin Kuzminski <marcin@python-works.com>
parents: 2606
diff changeset
3574 font-weight: 700;
7ae36df760ce removed deprecated ui-button
Marcin Kuzminski <marcin@python-works.com>
parents: 2606
diff changeset
3575 margin: 0;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3576 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3577
1471
f4725d9faf84 simplify !
Marcin Kuzminski <marcin@python-works.com>
parents: 1470
diff changeset
3578 input.ui-button {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3579 background: #e5e3e3 url("../images/button.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3580 border-top: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3581 border-left: 1px solid #c6c6c6;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3582 border-right: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3583 border-bottom: 1px solid #c6c6c6;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3584 color: #515151 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3585 outline: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3586 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3587 padding: 6px 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3588 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3589 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3590 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3591 border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3592 box-shadow: 0 1px 0 #ececec;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3593 cursor: pointer;
1470
ea41c494cc3f beatify !
Marcin Kuzminski <marcin@python-works.com>
parents: 1468
diff changeset
3594 }
ea41c494cc3f beatify !
Marcin Kuzminski <marcin@python-works.com>
parents: 1468
diff changeset
3595
1471
f4725d9faf84 simplify !
Marcin Kuzminski <marcin@python-works.com>
parents: 1470
diff changeset
3596 input.ui-button:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3597 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
3598 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3599 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3600 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3601 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3602 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3603
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3604 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
3605 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3606 display: inline;
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 #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
3610 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3611 margin: 10px 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3612 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3613 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3614
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3615 #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
3616 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3617 margin: 10px 0 0;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3618 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3619
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3620 #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
3621 width: 10%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3622 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3623 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3624
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3625 #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
3626 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3627 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3628 margin: 6px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3629 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3630 }
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 #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
3633 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3634 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
3635 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3636 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3637 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3638 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3639 color: #515151;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3640 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3641 padding: 6px 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3642 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3643
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3644 #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
3645 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3646 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3647 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3648 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3649 padding: 0;
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 #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
3653 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3654 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3655 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3656 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3657 background: #ebebeb url("../images/pager.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3658 border-top: 1px solid #dedede;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3659 border-left: 1px solid #cfcfcf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3660 border-right: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3661 border-bottom: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3662 color: #4A4A4A;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3663 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3664 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3665 padding: 6px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3666 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3667
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3668 #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
3669 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3670 color: #B4B4B4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3671 padding: 6px;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3672 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3673
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3674 #login,#register {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3675 width: 520px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3676 margin: 10% auto 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3677 padding: 0;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3678 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3679
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3680 #login div.color,#register div.color {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3681 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3682 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3683 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3684 margin: 10px auto 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3685 padding: 3px 3px 3px 0;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3686 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3687
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3688 #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
3689 width: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3690 height: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3691 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3692 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3693 margin: 0 0 0 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3694 padding: 0;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3695 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3696
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3697 #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
3698 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3699 margin: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3700 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3701 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3702
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3703 #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
3704 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3705 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3706 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3707 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3708 padding: 0 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3709 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3710
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3711 #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
3712 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3713 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3714 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3715 color: red;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3716 margin: 8px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3717 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3718 max-width: 320px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3719 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3720
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3721 #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
3722 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3723 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3724 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3725 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3726
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3727 #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
3728 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3729 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3730 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3731 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3732 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3733
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3734 #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
3735 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3736 margin: 0 0 0 184px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3737 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3738 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3739
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3740 #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
3741 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3742 color: #565656;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3743 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3744 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3745
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3746 #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
3747 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3748 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3749 font-size: 1em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3750 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3751 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3752 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3753
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3754 #changeset_content .container .wrapper,#graph_content .container .wrapper
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3755 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3756 width: 600px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3757 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3758
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
3759 #changeset_content .container .left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3760 float: left;
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
3761 width: 75%;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3762 padding-left: 5px;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3763 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3764
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3765 #changeset_content .container .left .date,.ac .match {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3766 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3767 padding-top: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3768 padding-bottom: 5px;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3769 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3770
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3771 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
3772 border: none !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3773 height: 20px !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3774 padding: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3775 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3776
1624
64f44c2cf47c fixes small css issues with chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1610
diff changeset
3777 .q_filter_box {
64f44c2cf47c fixes small css issues with chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1610
diff changeset
3778 -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
3779 -webkit-border-radius: 4px;
64f44c2cf47c fixes small css issues with chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1610
diff changeset
3780 -moz-border-radius: 4px;
1654
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3781 border-radius: 4px;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3782 border: 0 none;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3783 color: #AAAAAA;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3784 margin-bottom: -4px;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3785 margin-top: -4px;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3786 padding-left: 3px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3787 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3788
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3789 #node_filter {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3790 border: 0px solid #545454;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3791 color: #AAAAAA;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3792 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
3793 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3794
1952
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3795
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3796 .group_members_wrap{
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3797
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3798 }
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3799
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3800 .group_members .group_member{
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3801 height: 30px;
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3802 padding:0px 0px 0px 10px;
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3803 }
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3804
2612
9364776d1331 Added autocomplete widget for pull request reviewers, in exchange of 90s style
Marcin Kuzminski <marcin@python-works.com>
parents: 2610
diff changeset
3805 .reviewers_member{
9364776d1331 Added autocomplete widget for pull request reviewers, in exchange of 90s style
Marcin Kuzminski <marcin@python-works.com>
parents: 2610
diff changeset
3806 height: 15px;
9364776d1331 Added autocomplete widget for pull request reviewers, in exchange of 90s style
Marcin Kuzminski <marcin@python-works.com>
parents: 2610
diff changeset
3807 padding:0px 0px 0px 10px;
9364776d1331 Added autocomplete widget for pull request reviewers, in exchange of 90s style
Marcin Kuzminski <marcin@python-works.com>
parents: 2610
diff changeset
3808 }
9364776d1331 Added autocomplete widget for pull request reviewers, in exchange of 90s style
Marcin Kuzminski <marcin@python-works.com>
parents: 2610
diff changeset
3809
2330
b0fef8a77568 Added simple UI for admin to manage emails map
Marcin Kuzminski <marcin@python-works.com>
parents: 2286
diff changeset
3810 .emails_wrap{
b0fef8a77568 Added simple UI for admin to manage emails map
Marcin Kuzminski <marcin@python-works.com>
parents: 2286
diff changeset
3811 padding: 0px 20px;
b0fef8a77568 Added simple UI for admin to manage emails map
Marcin Kuzminski <marcin@python-works.com>
parents: 2286
diff changeset
3812 }
b0fef8a77568 Added simple UI for admin to manage emails map
Marcin Kuzminski <marcin@python-works.com>
parents: 2286
diff changeset
3813
b0fef8a77568 Added simple UI for admin to manage emails map
Marcin Kuzminski <marcin@python-works.com>
parents: 2286
diff changeset
3814 .emails_wrap .email_entry{
b0fef8a77568 Added simple UI for admin to manage emails map
Marcin Kuzminski <marcin@python-works.com>
parents: 2286
diff changeset
3815 height: 30px;
b0fef8a77568 Added simple UI for admin to manage emails map
Marcin Kuzminski <marcin@python-works.com>
parents: 2286
diff changeset
3816 padding:0px 0px 0px 10px;
b0fef8a77568 Added simple UI for admin to manage emails map
Marcin Kuzminski <marcin@python-works.com>
parents: 2286
diff changeset
3817 }
b0fef8a77568 Added simple UI for admin to manage emails map
Marcin Kuzminski <marcin@python-works.com>
parents: 2286
diff changeset
3818 .emails_wrap .email_entry .email{
b0fef8a77568 Added simple UI for admin to manage emails map
Marcin Kuzminski <marcin@python-works.com>
parents: 2286
diff changeset
3819 float: left
b0fef8a77568 Added simple UI for admin to manage emails map
Marcin Kuzminski <marcin@python-works.com>
parents: 2286
diff changeset
3820 }
b0fef8a77568 Added simple UI for admin to manage emails map
Marcin Kuzminski <marcin@python-works.com>
parents: 2286
diff changeset
3821 .emails_wrap .email_entry .email_action{
b0fef8a77568 Added simple UI for admin to manage emails map
Marcin Kuzminski <marcin@python-works.com>
parents: 2286
diff changeset
3822 float: left
b0fef8a77568 Added simple UI for admin to manage emails map
Marcin Kuzminski <marcin@python-works.com>
parents: 2286
diff changeset
3823 }
b0fef8a77568 Added simple UI for admin to manage emails map
Marcin Kuzminski <marcin@python-works.com>
parents: 2286
diff changeset
3824
1605
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3825 /*README STYLE*/
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3826
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3827 div.readme {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3828 padding:0px;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3829 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3830
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3831 div.readme h2 {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3832 font-weight: normal;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3833 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3834
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3835 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
3836 background-color: #fafafa;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3837 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3838
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3839 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
3840 clear:both;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3841 overflow:hidden;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3842 margin:0;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3843 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
3844 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3845
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3846 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
3847 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
3848 margin: 0 !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3849 padding: 0 !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3850 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
3851 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3852
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3853
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3854 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
3855 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
3856 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3857
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3858 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
3859 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
3860 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3861
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3862 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
3863 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
3864 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
3865 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
3866 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3867
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3868 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
3869 color: black !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3870 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
3871 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
3872 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3873
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3874 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
3875 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
3876 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
3877 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3878
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3879 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
3880 list-style: decimal;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3881 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
3882 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3883
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3884 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
3885 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
3886 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3887
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3888 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
3889 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
3890 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
3891 color: #444 !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3892 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
3893 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
3894 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3895
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3896 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
3897 padding: 0 !important;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3898 font-size: 12px !important;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3899 background-color: #eee !important;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3900 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
3901 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3902
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3903 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
3904 margin: 1em 0;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3905 font-size: 12px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3906 background-color: #eee;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3907 border: 1px solid #ddd;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3908 padding: 5px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3909 color: #444;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3910 overflow: auto;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3911 -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
3912 -webkit-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3913 -moz-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3914 border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3915 }
1670
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
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3918 /** RST STYLE **/
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 div.rst-block {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3922 padding:0px;
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 div.rst-block h2 {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3926 font-weight: normal;
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
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3929 div.rst-block {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3930 background-color: #fafafa;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3931 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3932
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3933 div.rst-block {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3934 clear:both;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3935 overflow:hidden;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3936 margin:0;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3937 padding:0 20px 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3938 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3939
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3940 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
3941 border-bottom: 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3942 margin: 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3943 padding: 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3944 line-height: 1.5em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3945 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3946
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3947
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3948 div.rst-block h1:first-child {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3949 padding-top: .25em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3950 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3951
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3952 div.rst-block h2, div.rst-block h3 {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3953 margin: 1em 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3954 }
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 div.rst-block h2 {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3957 margin-top: 1.5em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3958 border-top: 4px solid #e0e0e0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3959 padding-top: .5em !important;
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
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3962 div.rst-block p {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3963 color: black !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3964 margin: 1em 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3965 line-height: 1.5em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3966 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3967
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3968 div.rst-block ul {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3969 list-style: disc !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3970 margin: 1em 0 1em 2em !important;
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
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3973 div.rst-block ol {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3974 list-style: decimal;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3975 margin: 1em 0 1em 2em !important;
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
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3978 div.rst-block pre, code {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3979 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
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 div.rst-block code {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3983 font-size: 12px !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3984 background-color: ghostWhite !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3985 color: #444 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3986 padding: 0 .2em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3987 border: 1px solid #dedede !important;
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 div.rst-block pre code {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3991 padding: 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3992 font-size: 12px !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3993 background-color: #eee !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3994 border: none !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3995 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3996
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3997 div.rst-block pre {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3998 margin: 1em 0;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3999 font-size: 12px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4000 background-color: #eee;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4001 border: 1px solid #ddd;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4002 padding: 5px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4003 color: #444;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4004 overflow: auto;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4005 -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
4006 -webkit-border-radius: 3px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4007 -moz-border-radius: 3px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4008 border-radius: 3px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4009 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4010
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4011
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4012 /** comment main **/
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4013 .comments {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4014 padding:10px 20px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4015 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4016
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4017 .comments .comment {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4018 border: 1px solid #ddd;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4019 margin-top: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4020 -webkit-border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4021 -moz-border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4022 border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4023 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4024
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4025 .comments .comment .meta {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4026 background: #f8f8f8;
1860
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
4027 padding: 4px;
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4028 border-bottom: 1px solid #ddd;
2286
9265958e33bb Show changes of status inside comments
Marcin Kuzminski <marcin@python-works.com>
parents: 2280
diff changeset
4029 height: 18px;
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4030 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4031
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4032 .comments .comment .meta img {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4033 vertical-align: middle;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4034 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4035
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4036 .comments .comment .meta .user {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4037 font-weight: bold;
2286
9265958e33bb Show changes of status inside comments
Marcin Kuzminski <marcin@python-works.com>
parents: 2280
diff changeset
4038 float: left;
9265958e33bb Show changes of status inside comments
Marcin Kuzminski <marcin@python-works.com>
parents: 2280
diff changeset
4039 padding: 4px 2px 2px 2px;
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4040 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4041
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4042 .comments .comment .meta .date {
2286
9265958e33bb Show changes of status inside comments
Marcin Kuzminski <marcin@python-works.com>
parents: 2280
diff changeset
4043 float: left;
9265958e33bb Show changes of status inside comments
Marcin Kuzminski <marcin@python-works.com>
parents: 2280
diff changeset
4044 padding:4px 4px 0px 4px;
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4045 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4046
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4047 .comments .comment .text {
1674
6f0143e5efe5 #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1670
diff changeset
4048 background-color: #FAFAFA;
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4049 }
1860
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
4050 .comment .text div.rst-block p {
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
4051 margin: 0.5em 0px !important;
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
4052 }
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4053
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4054 .comments .comments-number{
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4055 padding:0px 0px 10px 0px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4056 font-weight: bold;
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4057 color: #666;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4058 font-size: 16px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4059 }
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4060
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4061 /** comment form **/
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4062
2217
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
4063 .status-block{
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
4064 height:80px;
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
4065 clear:both
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
4066 }
76947224bf27 Implemented initial code-review status of changesets
Marcin Kuzminski <marcin@python-works.com>
parents: 2190
diff changeset
4067
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4068 .comment-form .clearfix{
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4069 background: #EEE;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4070 -webkit-border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4071 -moz-border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4072 border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4073 padding: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4074 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4075
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4076 div.comment-form {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4077 margin-top: 20px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4078 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4079
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4080 .comment-form strong {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4081 display: block;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4082 margin-bottom: 15px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4083 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4084
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4085 .comment-form textarea {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4086 width: 100%;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4087 height: 100px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4088 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4089 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4090
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4091 form.comment-form {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4092 margin-top: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4093 margin-left: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4094 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4095
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4096 .comment-form-submit {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4097 margin-top: 5px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4098 margin-left: 525px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4099 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4100
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4101 .file-comments {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4102 display: none;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4103 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4104
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4105 .comment-form .comment {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4106 margin-left: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4107 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4108
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4109 .comment-form .comment-help{
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4110 padding: 0px 0px 5px 0px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4111 color: #666;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4112 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4113
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4114 .comment-form .comment-button{
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4115 padding-top:5px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4116 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4117
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4118 .add-another-button {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4119 margin-left: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4120 margin-top: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4121 margin-bottom: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4122 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4123
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
4124 .comment .buttons {
1860
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
4125 float: right;
2187
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4126 padding:2px 2px 0px 0px;
1674
6f0143e5efe5 #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1670
diff changeset
4127 }
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4128
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4129
1686
6ff8bcb783e9 show inline comments option
Marcin Kuzminski <marcin@python-works.com>
parents: 1684
diff changeset
4130 .show-inline-comments{
6ff8bcb783e9 show inline comments option
Marcin Kuzminski <marcin@python-works.com>
parents: 1684
diff changeset
4131 position: relative;
6ff8bcb783e9 show inline comments option
Marcin Kuzminski <marcin@python-works.com>
parents: 1684
diff changeset
4132 top:1px
6ff8bcb783e9 show inline comments option
Marcin Kuzminski <marcin@python-works.com>
parents: 1684
diff changeset
4133 }
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4134
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4135 /** comment inline form **/
2187
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4136 .comment-inline-form .overlay{
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4137 display: none;
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4138 }
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4139 .comment-inline-form .overlay.submitting{
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4140 display:block;
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4141 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
4142 font-size: 16px;
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4143 opacity: 0.5;
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4144 position: absolute;
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4145 text-align: center;
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4146 vertical-align: top;
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4147
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4148 }
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4149 .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
4150 width:100%;
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4151 margin-top:5%;
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4152 }
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4153
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4154 .comment-inline-form .clearfix{
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4155 background: #EEE;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4156 -webkit-border-radius: 4px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4157 -moz-border-radius: 4px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4158 border-radius: 4px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4159 padding: 5px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4160 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4161
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4162 div.comment-inline-form {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4163 margin-top: 5px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4164 padding:2px 6px 8px 6px;
2187
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4165
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4166 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4167
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4168 .comment-inline-form strong {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4169 display: block;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4170 margin-bottom: 15px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4171 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4172
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4173 .comment-inline-form textarea {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4174 width: 100%;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4175 height: 100px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4176 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4177 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4178
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4179 form.comment-inline-form {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4180 margin-top: 10px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4181 margin-left: 10px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4182 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4183
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4184 .comment-inline-form-submit {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4185 margin-top: 5px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4186 margin-left: 525px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4187 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4188
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4189 .file-comments {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4190 display: none;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4191 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4192
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4193 .comment-inline-form .comment {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4194 margin-left: 10px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4195 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4196
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4197 .comment-inline-form .comment-help{
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4198 padding: 0px 0px 2px 0px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4199 color: #666666;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4200 font-size: 10px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4201 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4202
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4203 .comment-inline-form .comment-button{
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4204 padding-top:5px;
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4205 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4206
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4207 /** comment inline **/
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4208 .inline-comments {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4209 padding:10px 20px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4210 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4211
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4212 .inline-comments div.rst-block {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4213 clear:both;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4214 overflow:hidden;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4215 margin:0;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4216 padding:0 20px 0px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4217 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4218 .inline-comments .comment {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4219 border: 1px solid #ddd;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4220 -webkit-border-radius: 4px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4221 -moz-border-radius: 4px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4222 border-radius: 4px;
1684
99ab32357262 touch up padding on inline comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1682
diff changeset
4223 margin: 3px 3px 5px 5px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4224 background-color: #FAFAFA;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4225 }
2187
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4226 .inline-comments .add-comment {
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4227 padding: 2px 4px 8px 5px;
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4228 }
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4229
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4230 .inline-comments .comment-wrapp{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4231 padding:1px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4232 }
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4233 .inline-comments .comment .meta {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4234 background: #f8f8f8;
1860
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
4235 padding: 4px;
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4236 border-bottom: 1px solid #ddd;
2438
471ac5256400 css fixes for inline forms
Marcin Kuzminski <marcin@python-works.com>
parents: 2391
diff changeset
4237 height: 20px;
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4238 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4239
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4240 .inline-comments .comment .meta img {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4241 vertical-align: middle;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4242 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4243
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4244 .inline-comments .comment .meta .user {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4245 font-weight: bold;
2438
471ac5256400 css fixes for inline forms
Marcin Kuzminski <marcin@python-works.com>
parents: 2391
diff changeset
4246 float:left;
471ac5256400 css fixes for inline forms
Marcin Kuzminski <marcin@python-works.com>
parents: 2391
diff changeset
4247 padding: 3px;
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4248 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4249
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4250 .inline-comments .comment .meta .date {
2438
471ac5256400 css fixes for inline forms
Marcin Kuzminski <marcin@python-works.com>
parents: 2391
diff changeset
4251 float:left;
471ac5256400 css fixes for inline forms
Marcin Kuzminski <marcin@python-works.com>
parents: 2391
diff changeset
4252 padding: 3px;
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4253 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4254
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4255 .inline-comments .comment .text {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4256 background-color: #FAFAFA;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4257 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4258
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4259 .inline-comments .comments-number{
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4260 padding:0px 0px 10px 0px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4261 font-weight: bold;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4262 color: #666;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4263 font-size: 16px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4264 }
1704
3efc47f59639 inline comment form is displayed now under all comments.
Marcin Kuzminski <marcin@python-works.com>
parents: 1702
diff changeset
4265 .inline-comments-button .add-comment{
2187
b61e540122f2 #415: Adding comment to changeset causes reload
Marcin Kuzminski <marcin@python-works.com>
parents: 2163
diff changeset
4266 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
4267 }
2190
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4268
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4269
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4270 .notification-paginator{
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4271 padding: 0px 0px 4px 16px;
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4272 float: left;
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4273 }
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4274
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4275 .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
4276 border-radius: 4px 4px 4px 4px;
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4277 -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
4278 -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
4279 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
4280 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
4281 position: absolute;
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4282 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
4283 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
4284 z-index: 1000;
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4285 }
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4286 .notifications a{
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4287 color:#888 !important;
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4288 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
4289 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
4290 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
4291 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
4292 -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
4293 -moz-border-radius: 2px !important;
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4294 }
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4295 .notifications a:hover{
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4296 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
4297 background-color: #EEEFFF !important;
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4298 }
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4299 .notification-header{
1787
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4300 padding-top:6px;
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4301 }
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4302 .notification-header .desc{
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4303 font-size: 16px;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4304 height: 24px;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4305 float: left
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4306 }
1739
4a5b93b3bcdd forbid notifications view for anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 1737
diff changeset
4307 .notification-list .container.unread{
2190
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4308 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
4309 }
1787
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4310 .notification-header .gravatar{
2190
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4311 background: none repeat scroll 0 0 transparent;
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4312 padding: 0px 0px 0px 8px;
1787
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4313 }
2610
3fdf7c3be2c9 added mark as read for single notifications
Marcin Kuzminski <marcin@python-works.com>
parents: 2607
diff changeset
4314 .notification-list .container .notification-header .desc{
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4315 font-weight: bold;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4316 font-size: 17px;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4317 }
2190
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4318 .notification-table{
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4319 border: 1px solid #ccc;
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4320 -webkit-border-radius: 6px 6px 6px 6px;
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4321 -moz-border-radius: 6px 6px 6px 6px;
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4322 border-radius: 6px 6px 6px 6px;
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4323 clear: both;
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4324 margin: 0px 20px 0px 20px;
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4325 }
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4326 .notification-header .delete-notifications{
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4327 float: right;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4328 padding-top: 8px;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4329 cursor: pointer;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4330 }
2610
3fdf7c3be2c9 added mark as read for single notifications
Marcin Kuzminski <marcin@python-works.com>
parents: 2607
diff changeset
4331 .notification-header .read-notifications{
3fdf7c3be2c9 added mark as read for single notifications
Marcin Kuzminski <marcin@python-works.com>
parents: 2607
diff changeset
4332 float: right;
3fdf7c3be2c9 added mark as read for single notifications
Marcin Kuzminski <marcin@python-works.com>
parents: 2607
diff changeset
4333 padding-top: 8px;
3fdf7c3be2c9 added mark as read for single notifications
Marcin Kuzminski <marcin@python-works.com>
parents: 2607
diff changeset
4334 cursor: pointer;
3fdf7c3be2c9 added mark as read for single notifications
Marcin Kuzminski <marcin@python-works.com>
parents: 2607
diff changeset
4335 }
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4336 .notification-subject{
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4337 clear:both;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4338 border-bottom: 1px solid #eee;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4339 padding:5px 0px 5px 38px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4340 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4341
2190
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4342 .notification-body{
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4343 clear:both;
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4344 margin: 34px 2px 2px 8px
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4345 }
64f7cf8f6a33 notification inbox improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2187
diff changeset
4346
2127
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4347 /****
2624
19daa8d761dc Improvements to my account page
Marcin Kuzminski <marcin@python-works.com>
parents: 2612
diff changeset
4348 PULL REQUESTS
19daa8d761dc Improvements to my account page
Marcin Kuzminski <marcin@python-works.com>
parents: 2612
diff changeset
4349 *****/
19daa8d761dc Improvements to my account page
Marcin Kuzminski <marcin@python-works.com>
parents: 2612
diff changeset
4350 .pullrequests_section_head {
19daa8d761dc Improvements to my account page
Marcin Kuzminski <marcin@python-works.com>
parents: 2612
diff changeset
4351 padding:10px 10px 10px 0px;
19daa8d761dc Improvements to my account page
Marcin Kuzminski <marcin@python-works.com>
parents: 2612
diff changeset
4352 font-size:16px;
19daa8d761dc Improvements to my account page
Marcin Kuzminski <marcin@python-works.com>
parents: 2612
diff changeset
4353 font-weight: bold;
19daa8d761dc Improvements to my account page
Marcin Kuzminski <marcin@python-works.com>
parents: 2612
diff changeset
4354 }
19daa8d761dc Improvements to my account page
Marcin Kuzminski <marcin@python-works.com>
parents: 2612
diff changeset
4355
19daa8d761dc Improvements to my account page
Marcin Kuzminski <marcin@python-works.com>
parents: 2612
diff changeset
4356 /****
2127
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4357 PERMS
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4358 *****/
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4359 #perms .perms_section_head {
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4360 padding:10px 10px 10px 0px;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4361 font-size:16px;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4362 font-weight: bold;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4363 }
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4364
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4365 #perms .perm_tag{
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4366 padding: 1px 3px 1px 3px;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4367 font-size: 10px;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4368 font-weight: bold;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4369 text-transform: uppercase;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4370 white-space: nowrap;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4371 -webkit-border-radius: 3px;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4372 -moz-border-radius: 3px;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4373 border-radius: 3px;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4374 }
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4375
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4376 #perms .perm_tag.admin{
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4377 background-color: #B94A48;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4378 color: #ffffff;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4379 }
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4380
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4381 #perms .perm_tag.write{
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4382 background-color: #B94A48;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4383 color: #ffffff;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4384 }
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4385
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4386 #perms .perm_tag.read{
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4387 background-color: #468847;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4388 color: #ffffff;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4389 }
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4390
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4391 #perms .perm_tag.none{
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4392 background-color: #bfbfbf;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4393 color: #ffffff;
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4394 }
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2118
diff changeset
4395
2142
a21eab6ff42f Added gravatars into permissions view and permissions autocomplete
Marcin Kuzminski <marcin@python-works.com>
parents: 2127
diff changeset
4396 .perm-gravatar{
a21eab6ff42f Added gravatars into permissions view and permissions autocomplete
Marcin Kuzminski <marcin@python-works.com>
parents: 2127
diff changeset
4397 vertical-align:middle;
a21eab6ff42f Added gravatars into permissions view and permissions autocomplete
Marcin Kuzminski <marcin@python-works.com>
parents: 2127
diff changeset
4398 padding:2px;
a21eab6ff42f Added gravatars into permissions view and permissions autocomplete
Marcin Kuzminski <marcin@python-works.com>
parents: 2127
diff changeset
4399 }
a21eab6ff42f Added gravatars into permissions view and permissions autocomplete
Marcin Kuzminski <marcin@python-works.com>
parents: 2127
diff changeset
4400 .perm-gravatar-ac{
a21eab6ff42f Added gravatars into permissions view and permissions autocomplete
Marcin Kuzminski <marcin@python-works.com>
parents: 2127
diff changeset
4401 vertical-align:middle;
2145
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
4402 padding:2px;
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
4403 width: 14px;
f8e66d942dcb autocomplete overflow fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2144
diff changeset
4404 height: 14px;
2142
a21eab6ff42f Added gravatars into permissions view and permissions autocomplete
Marcin Kuzminski <marcin@python-works.com>
parents: 2127
diff changeset
4405 }
1772
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 DIFFS CSS
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4409 ******************************************************************************/
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4410
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4411 div.diffblock {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4412 overflow: auto;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4413 padding: 0px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4414 border: 1px solid #ccc;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4415 background: #f8f8f8;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4416 font-size: 100%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4417 line-height: 100%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4418 /* new */
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4419 line-height: 125%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4420 -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
4421 -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
4422 border-radius: 6px 6px 0px 0px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4423 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4424 div.diffblock.margined{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4425 margin: 0px 20px 0px 20px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4426 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4427 div.diffblock .code-header{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4428 border-bottom: 1px solid #CCCCCC;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4429 background: #EEEEEE;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4430 padding:10px 0 10px 0;
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
4431 height: 14px;
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
4432 }
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4433 div.diffblock .code-header.cv{
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4434 height: 34px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4435 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4436 div.diffblock .code-header-title{
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4437 padding: 0px 0px 10px 5px !important;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4438 margin: 0 !important;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4439 }
1949
0471cbe8b4a7 user lowercase (copy safe) hash in changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1940
diff changeset
4440 div.diffblock .code-header .hash{
0471cbe8b4a7 user lowercase (copy safe) hash in changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1940
diff changeset
4441 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
4442 padding: 2px 0 0 2px;
1949
0471cbe8b4a7 user lowercase (copy safe) hash in changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1940
diff changeset
4443 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
4444 div.diffblock .code-header .date{
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
4445 float:left;
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
4446 text-transform: uppercase;
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
4447 padding: 2px 0px 0px 2px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4448 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4449 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
4450 margin-left:4px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4451 font-weight: bold;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4452 font-size: 14px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4453 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4454 div.diffblock .code-body{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4455 background: #FFFFFF;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4456 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4457 div.diffblock pre.raw{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4458 background: #FFFFFF;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4459 color:#000000;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4460 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4461 table.code-difftable{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4462 border-collapse: collapse;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4463 width: 99%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4464 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4465 table.code-difftable td {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4466 padding: 0 !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4467 background: none !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4468 border:0 !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4469 vertical-align: none !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4470 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4471 table.code-difftable .context{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4472 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
4473 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4474 table.code-difftable .add{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4475 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
4476 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4477 table.code-difftable .add ins{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4478 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
4479 text-decoration:none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4480 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4481 table.code-difftable .del{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4482 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
4483 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4484 table.code-difftable .del del{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4485 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
4486 text-decoration:none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4487 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4488
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4489 /** LINE NUMBERS **/
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4490 table.code-difftable .lineno{
1805
e84b3d98c07b nicer diff
Marcin Kuzminski <marcin@python-works.com>
parents: 1787
diff changeset
4491
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4492 padding-left:2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4493 padding-right:2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4494 text-align:right;
1773
e8caed093994 diff line numbers fix
Marcin Kuzminski <marcin@python-works.com>
parents: 1772
diff changeset
4495 width:32px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4496 -moz-user-select:none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4497 -webkit-user-select: none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4498 border-right: 1px solid #CCC !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4499 border-left: 0px solid #CCC !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4500 border-top: 0px solid #CCC !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4501 border-bottom: none !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4502 vertical-align: middle !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4503
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4504 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4505 table.code-difftable .lineno.new {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4506 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4507 table.code-difftable .lineno.old {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4508 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4509 table.code-difftable .lineno a{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4510 color:#747474 !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4511 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
4512 letter-spacing:-1px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4513 text-align:right;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4514 padding-right: 2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4515 cursor: pointer;
1774
46766a3db255 diff line fix no#
Marcin Kuzminski <marcin@python-works.com>
parents: 1773
diff changeset
4516 display: block;
46766a3db255 diff line fix no#
Marcin Kuzminski <marcin@python-works.com>
parents: 1773
diff changeset
4517 width: 32px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4518 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4519
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4520 table.code-difftable .lineno-inline{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4521 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
4522 padding-left:2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4523 padding-right:2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4524 text-align:right;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4525 width:30px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4526 -moz-user-select:none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4527 -webkit-user-select: none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4528 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4529
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4530 /** CODE **/
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4531 table.code-difftable .code {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4532 display: block;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4533 width: 100%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4534 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4535 table.code-difftable .code td{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4536 margin:0;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4537 padding:0;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4538 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4539 table.code-difftable .code pre{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4540 margin:0;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4541 padding:0;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4542 height: 17px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4543 line-height: 17px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4544 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4545
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4546
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4547 .diffblock.margined.comm .line .code:hover{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4548 background-color:#FFFFCC !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4549 cursor: pointer !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4550 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
4551 background-repeat:no-repeat !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4552 background-position: right !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4553 background-position: 0% 50% !important;
1787
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4554 }
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4555 .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
4556 background-image: none !important;
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4557 cursor: auto !important;
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4558 background-color: inherit !important;
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4559
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
4560 }