annotate rhodecode/public/css/style.css @ 1957:04dd907b2993 beta

changeset: do not mix font sizes/padding of hash vs. date there, looks very distracting
author Aras Pranckevicius <aras@unity3d.com>
date Fri, 27 Jan 2012 08:11:35 +0200
parents fe64fecda0fd
children a21da784856b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3 border: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
4 outline: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
5 font-size: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
6 vertical-align: baseline;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
7 background: transparent;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
8 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
9 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
10 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
11
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
12 body {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
13 line-height: 1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
14 height: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
15 background: url("../images/background.png") repeat scroll 0 0 #B0B0B0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
16 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
17 Lucida Sans Unicode, Arial, sans-serif; font-size : 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
18 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
19 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
20 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
21 font-size: 12px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
22 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
23
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
24 ol,ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
25 list-style: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
26 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
27
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
28 blockquote,q {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
29 quotes: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
30 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
31
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
32 blockquote:before,blockquote:after,q:before,q:after {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
33 content: none;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
34 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
35
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
36 :focus {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
37 outline: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
38 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
39
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
40 del {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
41 text-decoration: line-through;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
42 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
43
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
44 table {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
45 border-collapse: collapse;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
46 border-spacing: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
47 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
48
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
49 html {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
50 height: 100%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
51 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
52
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
53 a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
54 color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
55 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
56 cursor: pointer;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
57 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
58
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
59 a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
60 color: #316293;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
61 text-decoration: underline;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
62 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
63
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
64 h1,h2,h3,h4,h5,h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
65 color: #292929;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
66 font-weight: 700;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
67 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
68
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
69 h1 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
70 font-size: 22px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
71 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
72
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
73 h2 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
74 font-size: 20px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
75 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
76
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
77 h3 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
78 font-size: 18px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
79 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
80
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
81 h4 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
82 font-size: 16px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
83 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
84
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
85 h5 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
86 font-size: 14px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
87 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
88
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
89 h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
90 font-size: 11px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
91 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
92
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
93 ul.circle {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
94 list-style-type: circle;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
95 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
96
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
97 ul.disc {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
98 list-style-type: disc;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
99 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
100
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
101 ul.square {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
102 list-style-type: square;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
103 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
104
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
105 ol.lower-roman {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
106 list-style-type: lower-roman;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
107 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
108
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
109 ol.upper-roman {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
110 list-style-type: upper-roman;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
111 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
112
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
113 ol.lower-alpha {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
114 list-style-type: lower-alpha;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
115 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
116
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
117 ol.upper-alpha {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
118 list-style-type: upper-alpha;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
119 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
120
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
121 ol.decimal {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
122 list-style-type: decimal;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
123 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
124
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
125 div.color {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
126 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
127 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
128 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
129 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
130 margin: 7px 0 0 60px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
131 padding: 1px 1px 1px 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
132 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
133
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
134 div.color a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
135 width: 15px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
136 height: 15px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
137 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
138 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
139 margin: 0 0 0 1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
140 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
141 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
142
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
143 div.options {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
144 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
145 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
146 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
147 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
148 margin: 7px 0 0 162px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
149 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
150 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
151
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
152 div.options a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
153 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
154 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
155 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
156 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
157 padding: 3px 8px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
158 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
159
611
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
160 .top-left-rounded-corner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
161 -webkit-border-top-left-radius: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
162 -khtml-border-radius-topleft: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
163 -moz-border-radius-topleft: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
164 border-top-left-radius: 8px;
611
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
165 }
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
166
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
167 .top-right-rounded-corner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
168 -webkit-border-top-right-radius: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
169 -khtml-border-radius-topright: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
170 -moz-border-radius-topright: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
171 border-top-right-radius: 8px;
611
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
172 }
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
173
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
174 .bottom-left-rounded-corner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
175 -webkit-border-bottom-left-radius: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
176 -khtml-border-radius-bottomleft: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
177 -moz-border-radius-bottomleft: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
178 border-bottom-left-radius: 8px;
611
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
179 }
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
180
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
181 .bottom-right-rounded-corner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
182 -webkit-border-bottom-right-radius: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
183 -khtml-border-radius-bottomright: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
184 -moz-border-radius-bottomright: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
185 border-bottom-right-radius: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
186 }
611
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
187
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
188 #header {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
189 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
190 padding: 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
191 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
192
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
193 #header ul#logged-user {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
194 margin-bottom: 5px !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
195 -webkit-border-radius: 0px 0px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
196 -khtml-border-radius: 0px 0px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
197 -moz-border-radius: 0px 0px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
198 border-radius: 0px 0px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
199 height: 37px;
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
200 background-color: #eedc94;
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
201 background-repeat: repeat-x;
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
202 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
203 to(#eedc94) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
204 background-image: -moz-linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
205 background-image: -ms-linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
206 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
207 color-stop(100%, #00376e) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
208 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
209 background-image: -o-linear-gradient(top, #003b76, #00376e) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
210 background-image: linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
211 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
212 endColorstr='#00376e', GradientType=0 );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
213 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
784
30d3161c6683 Implemented fancier top menu for logged and anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 769
diff changeset
214 }
30d3161c6683 Implemented fancier top menu for logged and anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 769
diff changeset
215
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
216 #header ul#logged-user li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
217 list-style: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
218 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
219 margin: 8px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
220 padding: 4px 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
221 border-left: 1px solid #316293;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
222 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
223
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
224 #header ul#logged-user li.first {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
225 border-left: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
226 margin: 4px;
784
30d3161c6683 Implemented fancier top menu for logged and anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 769
diff changeset
227 }
30d3161c6683 Implemented fancier top menu for logged and anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 769
diff changeset
228
30d3161c6683 Implemented fancier top menu for logged and anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 769
diff changeset
229 #header ul#logged-user li.first div.gravatar {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
230 margin-top: -2px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
231 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
232
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
233 #header ul#logged-user li.first div.account {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
234 padding-top: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
235 float: left;
402
757c7eef0dcd implemented gravatars into main bar.
Marcin Kuzminski <marcin@python-works.com>
parents: 401
diff changeset
236 }
757c7eef0dcd implemented gravatars into main bar.
Marcin Kuzminski <marcin@python-works.com>
parents: 401
diff changeset
237
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
238 #header ul#logged-user li.last {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
239 border-right: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
240 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
241
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
242 #header ul#logged-user li a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
243 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
244 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
245 text-decoration: none;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
246 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
247
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
248 #header ul#logged-user li a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
249 text-decoration: underline;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
250 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
251
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
252 #header ul#logged-user li.highlight a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
253 color: #fff;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
254 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
255
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
256 #header ul#logged-user li.highlight a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
257 color: #FFF;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
258 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
259
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
260 #header #header-inner {
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
261 min-height: 44px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
262 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
263 position: relative;
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
264 background-color: #eedc94;
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
265 background-repeat: repeat-x;
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
266 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),to(#eedc94) );
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
267 background-image: -moz-linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
268 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
269 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) );
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
270 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
271 background-image: -o-linear-gradient(top, #003b76, #00376e) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
272 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
273 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
274 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
275 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
276 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
277 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
278 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
279 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
280 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
281 border-radius: 4px 4px 4px 4px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
282 }
1610
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
283 #header #header-inner.hover{
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
284 position: fixed !important;
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
285 width: 100% !important;
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
286 margin-left: -10px !important;
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
287 z-index: 10000;
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
288 border-radius: 0px 0px 4px 4px;
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
289 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
290 #header #header-inner #home a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
291 height: 40px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
292 width: 46px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
293 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
294 background: url("../images/button_home.png");
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
295 background-position: 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
296 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
297 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
298 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
299
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
300 #header #header-inner #home a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
301 background-position: 0 -40px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
302 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
303
1552
2a3f32c38c5c ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1538
diff changeset
304 #header #header-inner #logo {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
305 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
306 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
307 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
308
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
309 #header #header-inner #logo h1 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
310 color: #FFF;
1928
470dd49966f3 new menu css fixes for chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1926
diff changeset
311 font-size: 20px;
470dd49966f3 new menu css fixes for chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1926
diff changeset
312 margin: 12px 0 0 13px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
313 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
314 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
315
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
316 #header #header-inner #logo a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
317 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
318 text-decoration: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
319 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
320
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
321 #header #header-inner #logo a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
322 color: #bfe3ff;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
323 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
324
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
325 #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
326 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
327 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
328 list-style-type: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
329 list-style-position: outside;
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
330 margin: 8px 5px 0 0;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
331 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
332 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
333
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
334 #header #header-inner #quick li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
335 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
336 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
337 margin: 0 5px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
338 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
339 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
340
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
341 #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
342 top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
343 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
344 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
345 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
346 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
347 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
348 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
349 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
350 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
351 background: #369;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
352 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
353 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
354 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
355 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
356 border-radius: 4px 4px 4px 4px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
357 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
358
747
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
359 #header #header-inner #quick li span.short {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
360 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
361 }
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
362
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
363 #header #header-inner #quick li span {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
364 top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
365 right: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
366 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
367 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
368 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
369 border-left: 1px solid #3f6f9f;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
370 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
371 padding: 10px 12px 8px 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
372 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
373
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
374 #header #header-inner #quick li span.normal {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
375 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
376 padding: 10px 12px 8px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
377 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
378
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
379 #header #header-inner #quick li span.icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
380 top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
381 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
382 border-left: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
383 border-right: 1px solid #2e5c89;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
384 padding: 8px 6px 4px;
578
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
747
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
387 #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
388 top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
389 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
390 border-left: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
391 border-right: 1px solid #2e5c89;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
392 padding: 8px 6px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
393 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
394
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
395 #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
396 {
1552
2a3f32c38c5c ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1538
diff changeset
397 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
398 }
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
399
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
400 #header #header-inner #quick li a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
401 background: #4e4e4e no-repeat top left;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
402 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
403
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
404 #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
405 border-left: 1px solid #545454;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
406 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
407
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
408 #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
409 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
410 border-left: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
411 border-right: 1px solid #464646;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
412 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
413
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
414 #header #header-inner #quick ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
415 top: 29px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
416 right: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
417 min-width: 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
418 display: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
419 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
420 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
421 border: 1px solid #666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
422 border-top: 1px solid #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
423 z-index: 100;
1940
ef23fa832ab2 fixed percentage in stats
Marcin Kuzminski <marcin@python-works.com>
parents: 1935
diff changeset
424 margin: 0px 0px 0px 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
425 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
426 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
427
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
428 #header #header-inner #quick ul.repo_switcher {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
429 max-height: 275px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
430 overflow-x: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
431 overflow-y: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
432 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
433
1263
83714588272c added quick filter into repo switcher list
Marcin Kuzminski <marcin@python-works.com>
parents: 1257
diff changeset
434 #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
435 float: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
436 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
437 border-bottom: 2px solid #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
438 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
439
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
440 #header #header-inner #quick .repo_switcher_type {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
441 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
442 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
443 top: 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
444 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
445
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
446 #header #header-inner #quick li ul li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
447 border-bottom: 1px solid #ddd;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
448 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
449
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
450 #header #header-inner #quick li ul li a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
451 width: 182px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
452 height: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
453 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
454 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
455 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
456 color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
457 font-weight: 400;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
458 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
459 padding: 7px 9px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
460 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
461
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
462 #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
463 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
464 background: #FFF;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
465 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
466
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
467 #header #header-inner #quick ul ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
468 top: auto;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
469 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
470
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
471 #header #header-inner #quick li ul ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
472 right: 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
473 max-height: 275px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
474 overflow: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
475 overflow-x: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
476 white-space: normal;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
477 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
478
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
479 #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
480 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
481 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
482 #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
483 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
484 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
485 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
486 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
487
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
488 #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
489 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
490 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
491 #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
492 min-width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
493 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
494 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
495 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
496
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
497 #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
498 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
499 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
500 9px #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
501 min-width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
502 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
503 padding: 12px 9px 7px 24px;
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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
506 #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
507 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
508 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
509 #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
510 min-width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
511 margin: 0 0 0 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
512 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
513 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
514
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
515 #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
516 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
517 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
518 #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
519 min-width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
520 margin: 0 0 0 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
521 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
522 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
523
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
524 #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
525 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
526 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
527 4px 9px #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
528 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
529 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
530 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
531 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
532
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
533 #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
534 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
535 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
536 4px 9px #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
537 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
538 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
539 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
540 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
541
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
542 #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
543 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
544 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
545 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
546 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
547 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
548 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
549
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
550 #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
551 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
552 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
553 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
554 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
555 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
556 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
557
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
558 #header #header-inner #quick li ul li a.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
559 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
560 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
561 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
562 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
563 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
564 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
565
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
566 #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
567 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
568 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
569 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
570 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
571 padding: 12px 9px 7px 24px;
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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
574 #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
575 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
576 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
577 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
578 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
579 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
580 }
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 #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
583 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
584 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
585 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
586 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
587 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
588 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
589 }
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 #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
592 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
593 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
594 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
595 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
596 padding: 12px 9px 7px 24px;
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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
599 #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
600 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
601 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
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.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
608 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
609 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
610 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
611 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
612 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
613 padding: 12px 9px 7px 24px;
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
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
616 #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
617 #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
618 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
619 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
620 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
621 padding: 12px 9px 7px 24px;
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
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
624 #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
625 #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
626 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
627 width: 167px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
628 margin: 0;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
629 padding: 12px 9px 7px 24px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
630 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
631
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
632 #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
633 #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
634 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
635 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
636 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
637 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
638 }
1423
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
639
1538
27be8f94c207 implements #226 repo groups available by path
Marcin Kuzminski <marcin@python-works.com>
parents: 1531
diff changeset
640 .groups_breadcrumbs a {
27be8f94c207 implements #226 repo groups available by path
Marcin Kuzminski <marcin@python-works.com>
parents: 1531
diff changeset
641 color: #fff;
27be8f94c207 implements #226 repo groups available by path
Marcin Kuzminski <marcin@python-works.com>
parents: 1531
diff changeset
642 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
643
1538
27be8f94c207 implements #226 repo groups available by path
Marcin Kuzminski <marcin@python-works.com>
parents: 1531
diff changeset
644 .groups_breadcrumbs a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
645 color: #bfe3ff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
646 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
647 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
648
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
649 td.quick_repo_menu {
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
650 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
651 cursor: pointer;
1426
91708b96e991 Fixed show more links.
Marcin Kuzminski <marcin@python-works.com>
parents: 1423
diff changeset
652 width: 8px;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
653 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
654 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
655
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
656 td.quick_repo_menu.active {
1785
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1778
diff changeset
657 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
658 border: 1px solid #003367;
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
659 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
660 cursor: pointer;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
661 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
662
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
663 td.quick_repo_menu .menu_items {
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
664 margin-top: 10px;
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
665 margin-left:-6px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
666 width: 150px;
1423
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
667 position: absolute;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
668 background-color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
669 background: none repeat scroll 0 0 #FFFFFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
670 border-color: #003367 #666666 #666666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
671 border-right: 1px solid #666666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
672 border-style: solid;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
673 border-width: 1px;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
674 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
675 border-top-style: none;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
676 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
677
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
678 td.quick_repo_menu .menu_items li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
679 padding: 0 !important;
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
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
682 td.quick_repo_menu .menu_items a {
1426
91708b96e991 Fixed show more links.
Marcin Kuzminski <marcin@python-works.com>
parents: 1423
diff changeset
683 display: block;
91708b96e991 Fixed show more links.
Marcin Kuzminski <marcin@python-works.com>
parents: 1423
diff changeset
684 padding: 4px 12px 4px 8px;
91708b96e991 Fixed show more links.
Marcin Kuzminski <marcin@python-works.com>
parents: 1423
diff changeset
685 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
686
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
687 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
688 background-color: #EEE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
689 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
690 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
691
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
692 td.quick_repo_menu .menu_items .icon img {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
693 margin-bottom: -2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
694 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
695
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
696 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
697 display: none;
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
698 }
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
699
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
700 .yui-dt-first th {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
701 text-align: left;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
702 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
703
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
704 /*
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
705 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
706 Code licensed under the BSD License:
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
707 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
708 version: 2.9.0
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
709 */
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
710 .yui-skin-sam .yui-dt-mask {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
711 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
712 z-index: 9500;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
713 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
714 .yui-dt-tmp {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
715 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
716 left: -9000px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
717 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
718 .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
719 .yui-dt-scrollable .yui-dt-hd {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
720 overflow: hidden;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
721 position: relative;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
722 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
723 .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
724 .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
725 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
726 left: -1500px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
727 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
728 .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
729 .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
730 .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
731 .yui-dt-coltarget {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
732 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
733 z-index: 999;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
734 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
735 .yui-dt-hd { zoom: 1 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
736 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
737 .yui-dt-resizer {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
738 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
739 right: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
740 bottom: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
741 height: 100%;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
742 cursor: e-resize;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
743 cursor: col-resize;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
744 background-color: #CCC;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
745 opacity: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
746 filter: alpha(opacity=0);
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
747 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
748 .yui-dt-resizerproxy {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
749 visibility: hidden;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
750 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
751 z-index: 9000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
752 background-color: #CCC;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
753 opacity: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
754 filter: alpha(opacity=0);
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
755 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
756 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
757 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
758 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
759 .yui-dt-editor,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
760 .yui-dt-editor-shim {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
761 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
762 z-index: 9000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
763 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
764 .yui-skin-sam .yui-dt table {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
765 margin: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
766 padding: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
767 font-family: arial;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
768 font-size: inherit;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
769 border-collapse: separate;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
770 *border-collapse: collapse;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
771 border-spacing: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
772 border: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
773 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
774 .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
775 .yui-skin-sam .yui-dt caption {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
776 color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
777 font-size: 85%;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
778 font-weight: normal;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
779 font-style: italic;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
780 line-height: 1;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
781 padding: 1em 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
782 text-align: center;
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 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
785 .yui-skin-sam .yui-dt th,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
786 .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
787 font-weight: normal;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
788 text-decoration: none;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
789 color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
790 vertical-align: bottom;
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-skin-sam .yui-dt th {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
793 margin: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
794 padding: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
795 border: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
796 border-right: 1px solid #cbcbcb;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
797 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
798 .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
799 .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
800 .yui-skin-sam .yui-dt-liner {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
801 margin: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
802 padding: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
803 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
804 .yui-skin-sam .yui-dt-coltarget {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
805 width: 5px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
806 background-color: red;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
807 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
808 .yui-skin-sam .yui-dt td {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
809 margin: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
810 padding: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
811 border: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
812 border-right: 1px solid #cbcbcb;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
813 text-align: left;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
814 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
815 .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
816 .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
817 .yui-skin-sam .yui-dt-mask {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
818 background-color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
819 opacity: .25;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
820 filter: alpha(opacity=25);
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-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
823 .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
824 .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
825 border-left: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
826 border-top: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
827 border-right: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
828 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
829 .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
830 border-left: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
831 border-bottom: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
832 border-right: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
833 background-color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
834 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
835 .yui-skin-sam .yui-dt-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
836 .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
837 .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
838 .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
839 .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
840 .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
841 tbody .yui-dt-editable { cursor: pointer }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
842 .yui-dt-editor {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
843 text-align: left;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
844 background-color: #f2f2f2;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
845 border: 1px solid #808080;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
846 padding: 6px;
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-dt-editor label {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
849 padding-left: 4px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
850 padding-right: 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
851 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
852 .yui-dt-editor .yui-dt-button {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
853 padding-top: 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
854 text-align: right;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
855 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
856 .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
857 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
858 border: 1px solid #999;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
859 width: 4em;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
860 height: 1.8em;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
861 margin-left: 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
862 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
863 .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
864 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
865 background-color: #5584e0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
866 border: 1px solid #304369;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
867 color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
868 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
869 .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
870 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
871 color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
872 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
873 .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
874 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
875 color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
876 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
877 .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
878 .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
879 .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
880 .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
881 .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
882 .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
883 .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
884 .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
885 .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
886 .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
887 .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
888 .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
889 .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
890 .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
891 .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
892 .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
893 .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
894 .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
895 .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
896 cursor: pointer;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
897 background-color: #b2d2ff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
898 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
899 .yui-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
900 .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
901 .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
902 .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
903 .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
904 .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
905 .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
906 cursor: pointer;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
907 background-color: #b2d2ff;
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 th.yui-dt-selected,
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-selected a { background-color: #446cd7 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
911 .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
912 .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
913 .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
914 background-color: #426fd9;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
915 color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
916 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
917 .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
918 .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
919 background-color: #446cd7;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
920 color: #FFF;
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-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
923 .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
924 .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
925 .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
926 .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
927 background-color: #426fd9;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
928 color: #FFF;
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-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
931 .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
932 background-color: #446cd7;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
933 color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
934 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
935 .yui-skin-sam .yui-dt-paginator {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
936 display: block;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
937 margin: 6px 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
938 white-space: nowrap;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
939 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
940 .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
941 .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
942 .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
943 .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
944 .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
945 .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
946 .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
947 .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
948 border: 1px solid #cbcbcb;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
949 padding: 2px 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
950 text-decoration: none;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
951 background-color: #fff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
952 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
953 .yui-skin-sam .yui-dt-selected {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
954 border: 1px solid #fff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
955 background-color: #fff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
956 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
957
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
958 #content #left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
959 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
960 width: 280px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
961 position: absolute;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
962 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
963
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
964 #content #right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
965 margin: 0 60px 10px 290px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
966 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
967
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
968 #content div.box {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
969 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
970 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
971 background: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
972 margin: 0 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
973 padding: 0 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
974 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
975 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
976 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
977 border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
978 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
979 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
980
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
981 #content div.box-left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
982 width: 49%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
983 clear: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
984 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
985 margin: 0 0 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
986 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
987
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
988 #content div.box-right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
989 width: 49%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
990 clear: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
991 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
992 margin: 0 0 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
993 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
994
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
995 #content div.box div.title {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
996 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
997 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
998 background-color: #eedc94;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
999 background-repeat: repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1000 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1001 to(#eedc94) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1002 background-image: -moz-linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1003 background-image: -ms-linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1004 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1005 color-stop(100%, #00376e) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1006 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1007 background-image: -o-linear-gradient(top, #003b76, #00376e) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1008 background-image: linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1009 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1010 endColorstr='#00376e', GradientType=0 );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1011 margin: 0 0 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1012 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1013 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1014
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1015 #content div.box div.title h5 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1016 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1017 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1018 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1019 text-transform: uppercase;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1020 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1021 padding: 11px 0 11px 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1022 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1023
1741
fcbc35ecb024 personal Journal UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1739
diff changeset
1024 #content div.box div.title .link-white{
fcbc35ecb024 personal Journal UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1739
diff changeset
1025 color: #FFFFFF;
fcbc35ecb024 personal Journal UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1739
diff changeset
1026 }
fcbc35ecb024 personal Journal UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1739
diff changeset
1027
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1028 #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
1029 list-style: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1030 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1031 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1032 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1033 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1034
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1035 #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
1036 border-left: 1px solid #316293;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1037 color: #FFFFFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1038 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1039 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1040 font-size: 13px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1041 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1042 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1043 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1044 padding: 11px 22px 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1045 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1046 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1047
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1048 #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
1049 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1050 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1051 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1052 border-bottom: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1053 margin: 10px 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1054 padding: 0 0 15px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1055 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1056
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1057 #content div.box p {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1058 color: #5f5f5f;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1059 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1060 line-height: 150%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1061 margin: 0 24px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1062 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1063 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1064
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1065 #content div.box blockquote {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1066 border-left: 4px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1067 color: #5f5f5f;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1068 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1069 line-height: 150%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1070 margin: 0 34px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1071 padding: 0 0 0 14px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1072 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1073
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1074 #content div.box blockquote p {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1075 margin: 10px 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1076 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1077 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1078
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1079 #content div.box dl {
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
1080 margin: 10px 0px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1081 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1082
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1083 #content div.box dt {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1084 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1085 margin: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1086 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1087
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1088 #content div.box dd {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1089 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1090 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1091 padding: 8px 0 8px 15px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1092 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1093
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1094 #content div.box li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1095 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1096 padding: 4px 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1097 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1098
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1099 #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
1100 margin: 10px 24px 10px 38px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1101 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1102
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1103 #content div.box ul.square {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1104 margin: 10px 24px 10px 40px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1105 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1106
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1107 #content div.box img.left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1108 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1109 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1110 margin: 10px 10px 10px 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1111 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1112
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1113 #content div.box img.right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1114 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1115 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1116 margin: 10px 0 10px 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1117 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1118
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1119 #content div.box div.messages {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1120 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1121 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1122 margin: 0 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1123 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1124 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1125
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1126 #content div.box div.message {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1127 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1128 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1129 margin: 0;
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
1130 padding: 5px 0;
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
1131 white-space: pre-wrap;
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
1132 }
1882
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1133 #content div.box div.expand {
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1134 width: 110%;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1135 height:14px;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1136 font-size:10px;
1934
af1fafcd5927 fixes expand button on changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1931
diff changeset
1137 text-align:center;
1882
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1138 cursor: pointer;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1139 color:#666;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1140
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1141 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
1142 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
1143 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
1144 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
1145 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
1146 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
1147
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1148 display: none;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1149 }
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1150 #content div.box div.expand .expandtext {
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1151 background-color: #ffffff;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1152 padding: 2px;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1153 border-radius: 2px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1154 }
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1155
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1156 #content div.box div.message a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1157 font-weight: 400 !important;
579
6d0474c7e645 more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 578
diff changeset
1158 }
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1159
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1160 #content div.box div.message div.image {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1161 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1162 margin: 9px 0 0 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1163 padding: 6px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1164 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1165
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1166 #content div.box div.message div.image img {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1167 vertical-align: middle;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1168 margin: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1169 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1170
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1171 #content div.box div.message div.text {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1172 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1173 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1174 padding: 9px 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1175 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1176
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1177 #content div.box div.message div.dismiss a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1178 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1179 width: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1180 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1181 background: url("../images/icons/cross.png") no-repeat;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1182 margin: 15px 14px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1183 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1184 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1185
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1186 #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
1187 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1188 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1189 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1190 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1191 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1192
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1193 #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
1194 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1195 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1196 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1197 padding: 5px 0 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1198 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1199
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1200 #content div.box div.message-error {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1201 height: 1%;
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 background: #FBE3E4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1205 border: 1px solid #FBC2C4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1206 color: #860006;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1207 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1208
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1209 #content div.box div.message-error h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1210 color: #860006;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1211 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1212
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1213 #content div.box div.message-warning {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1214 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1215 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1216 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1217 background: #FFF6BF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1218 border: 1px solid #FFD324;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1219 color: #5f5200;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1220 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1221
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1222 #content div.box div.message-warning h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1223 color: #5f5200;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1224 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1225
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1226 #content div.box div.message-notice {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1227 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1228 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1229 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1230 background: #8FBDE0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1231 border: 1px solid #6BACDE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1232 color: #003863;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1233 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1234
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1235 #content div.box div.message-notice h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1236 color: #003863;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1237 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1238
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1239 #content div.box div.message-success {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1240 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1241 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1242 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1243 background: #E6EFC2;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1244 border: 1px solid #C6D880;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1245 color: #4e6100;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1246 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1247
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1248 #content div.box div.message-success h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1249 color: #4e6100;
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.form div.fields div.field {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1253 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1254 border-bottom: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1255 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1256 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1257 padding: 10px 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1258 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1259
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1260 #content div.box div.form div.fields div.field-first {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1261 padding: 0 0 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1262 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1263
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1264 #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
1265 border-bottom: 0 !important;
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.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
1269 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1270 display: inline-block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1271 color: red;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1272 margin: 8px 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1273 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1274 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1275
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1276 #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
1277 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1278 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1279 color: #316309;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1280 margin: 8px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1281 padding: 0;
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
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1284 #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
1285 left: 70px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1286 width: 155px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1287 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1288 margin: 0;
1721
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1289 padding: 5px 0 0 0px;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1290 }
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1291
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1292 #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
1293 left: 30px;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1294 width: 155px;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1295 position: absolute;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1296 margin: 0;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1297 padding: 0px 0 0 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1298 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1299
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1300 #content div.box-left div.form div.fields div.field div.label,
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1301 #content div.box-right div.form div.fields div.field div.label,
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1302 #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
1303 #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
1304 #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
1305 #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
1306 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1307 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1308 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1309 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1310 width: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1311 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1312 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1313 padding: 0 0 8px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1314 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1315
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1316 #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
1317 padding: 5px 0 0 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1318 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1319
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1320 #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
1321 #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
1322 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1323 padding: 0 0 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1324 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1325
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1326 #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
1327 #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
1328 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1329 padding: 0 0 8px !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1330 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1331
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1332 #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
1333 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1334 color: #393939;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1335 font-weight: 700;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1336 }
1721
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1337 #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
1338 {
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1339 color: #393939;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1340 font-weight: 700;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1341 }
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1342 #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
1343 margin: 0 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1344 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1345
1721
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1346 #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
1347 margin: 0 0 0 110px;
1721
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1348 }
1728
07e56179633e - fixes celery sqlalchemy session issues for async forking
Marcin Kuzminski <marcin@python-works.com>
parents: 1724
diff changeset
1349 #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
1350 margin: 0 0 0 110px;
07e56179633e - fixes celery sqlalchemy session issues for async forking
Marcin Kuzminski <marcin@python-works.com>
parents: 1724
diff changeset
1351 }
1485
269905fac50a added uploading of files from web interface directly into repo
Marcin Kuzminski <marcin@python-works.com>
parents: 1483
diff changeset
1352 #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
1353 margin: 0 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1354 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1355
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1356 #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
1357 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1358 margin: 0 0 0 0px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1359 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1360
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1361 #content div.box div.form div.fields div.field div.input input {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1362 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1363 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1364 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1365 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1366 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1367 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1368 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1369 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1370 padding: 7px 7px 6px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1371 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1372
1813
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
1373 #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
1374 #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
1375 {
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
1376 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
1377 padding: 2px;
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
1378 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
1379
1485
269905fac50a added uploading of files from web interface directly into repo
Marcin Kuzminski <marcin@python-works.com>
parents: 1483
diff changeset
1380 #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
1381 background: none repeat scroll 0 0 #FFFFFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1382 border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1383 border-style: solid;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1384 border-width: 1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1385 color: #000000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1386 font-size: 11px;
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: 7px 7px 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1389 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1390
1906
90a4066d4261 marked ldap_dn in user edit form as readonly ref #292
Marcin Kuzminski <marcin@python-works.com>
parents: 1885
diff changeset
1391 input.disabled {
90a4066d4261 marked ldap_dn in user edit form as readonly ref #292
Marcin Kuzminski <marcin@python-works.com>
parents: 1885
diff changeset
1392 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
1393 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1394 #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
1395 width: 30%;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1396 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1397
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1398 #content div.box div.form div.fields div.field div.input input.medium {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1399 width: 55%;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1400 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1401
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1402 #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
1403 width: 85%;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1404 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1405
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1406 #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
1407 width: 177px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1408 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1409
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1410 #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
1411 background: #D4D0C8;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1412 border-top: 1px solid #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1413 border-left: 1px solid #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1414 border-right: 1px solid #404040;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1415 border-bottom: 1px solid #404040;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1416 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1417 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1418 padding: 4px 8px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1419 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1420
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1421 #content div.box 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
1422 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1423 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1424 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1425 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1426 margin: 0 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1427 padding: 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1428 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1429
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1430 #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
1431 border: 1px solid #ddd;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1432 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1433 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1434
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1435 #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
1436 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1437 height: 220px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1438 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1439 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1440 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1441 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1442 outline: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1443 border-width: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1444 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1445 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1446 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1447
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1448 #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
1449 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1450 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1451 height: 100px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1452 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1453
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1454 #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
1455 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1456 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1457 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1458 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1459 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1460
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1461 #content div.box div.form div.fields div.field div.textarea table td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1462 background: #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1463 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1464 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1465 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1466
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1467 #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
1468 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1469 width: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1470 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1471 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1472 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1473 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1474
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1475 #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
1476 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1477 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1478 padding: 5px 5px 5px 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1479 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1480
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1481 #content div.box div.form div.fields div.field input[type=text]:focus,#content div.box div.form div.fields div.field input[type=password]:focus,#content div.box div.form div.fields div.field input[type=file]:focus,#content div.box div.form div.fields div.field textarea:focus,#content div.box div.form div.fields div.field select:focus
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1482 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1483 background: #f6f6f6;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1484 border-color: #666;
397
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1485 }
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1486
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1487 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
1488 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1489 padding: 0 0 0 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1490 }
1602
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1491 #content div.box table.noborder {
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1492 border: 1px solid transparent;
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1493 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1494
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1495 #content div.box table {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1496 width: 100%;
1602
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1497 border-collapse: separate;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1498 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1499 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1500 border: 1px solid #eee;
1602
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1501 -webkit-border-radius: 4px;
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1502 -moz-border-radius: 4px;
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1503 border-radius: 4px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1504 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1505
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1506 #content div.box table th {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1507 background: #eee;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1508 border-bottom: 1px solid #ddd;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1509 padding: 5px 0px 5px 5px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1510 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1511
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1512 #content div.box table th.left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1513 text-align: left;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1514 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1515
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1516 #content div.box table th.right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1517 text-align: right;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1518 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1519
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1520 #content div.box table th.center {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1521 text-align: center;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1522 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1523
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1524 #content div.box table th.selected {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1525 vertical-align: middle;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1526 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1527 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1528
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1529 #content div.box table td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1530 background: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1531 border-bottom: 1px solid #cdcdcd;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1532 vertical-align: middle;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1533 padding: 5px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1534 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1535
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1536 #content div.box table tr.selected td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1537 background: #FFC;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1538 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1539
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1540 #content div.box table td.selected {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1541 width: 3%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1542 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1543 vertical-align: middle;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1544 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1545 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1546
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1547 #content div.box table td.action {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1548 width: 45%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1549 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1550 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1551
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1552 #content div.box table td.date {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1553 width: 33%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1554 text-align: center;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1555 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1556
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1557 #content div.box div.action {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1558 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1559 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1560 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1561 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1562 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1563 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1564
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1565 #content div.box div.action select {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1566 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1567 margin: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1568 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1569
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1570 #content div.box div.action .ui-selectmenu {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1571 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1572 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1573 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1574
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1575 #content div.box div.pagination {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1576 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1577 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1578 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1579 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1580 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1581 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1582
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1583 #content div.box div.pagination ul.pager {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1584 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1585 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1586 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1587 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1588 }
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 #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
1591 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1592 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1593 list-style: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1594 background: #ebebeb url("../images/pager.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1595 border-top: 1px solid #dedede;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1596 border-left: 1px solid #cfcfcf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1597 border-right: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1598 border-bottom: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1599 color: #4A4A4A;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1600 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1601 margin: 0 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1602 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1603 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1604
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1605 #content div.box div.pagination ul.pager li.separator {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1606 padding: 6px;
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 div.pagination ul.pager li.current {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1610 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
1611 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1612 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1613 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1614 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1615 color: #515151;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1616 padding: 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1617 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1618
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1619 #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
1620 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1621 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1622 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1623 color: #515151;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1624 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1625 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1626 padding: 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1627 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1628
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1629 #content div.box div.pagination 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
1630 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1631 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
1632 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1633 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1634 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1635 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1636 margin: -1px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1637 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1638
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1639 #content div.box div.pagination-wh {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1640 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1641 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1642 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1643 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1644 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1645 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1646 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1647
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1648 #content div.box div.pagination-right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1649 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1650 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1651
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1652 #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1653 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1654 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1655 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1656 background: #ebebeb url("../images/pager.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1657 border-top: 1px solid #dedede;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1658 border-left: 1px solid #cfcfcf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1659 border-right: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1660 border-bottom: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1661 color: #4A4A4A;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1662 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1663 margin: 0 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1664 padding: 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1665 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1666
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1667 #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
1668 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1669 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1670 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
1671 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1672 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1673 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1674 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1675 color: #515151;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1676 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1677 margin: 0 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1678 padding: 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1679 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1680
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1681 #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
1682 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1683 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
1684 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1685 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1686 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1687 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1688 text-decoration: none;
578
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
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1691 #content div.box div.traffic div.legend {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1692 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1693 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1694 border-bottom: 1px solid #ddd;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1695 margin: 0 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1696 padding: 0 0 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1697 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1698
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1699 #content div.box div.traffic div.legend h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1700 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1701 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1702 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1703 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1704 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1705
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1706 #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
1707 list-style: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1708 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1709 font-size: 11px;
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: 0 8px 0 4px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1712 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1713
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1714 #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
1715 border-left: 12px solid #edc240;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1716 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1717
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1718 #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
1719 border-left: 12px solid #afd8f8;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1720 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1721
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1722 #content div.box div.traffic table {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1723 width: auto;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1724 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1725
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1726 #content div.box div.traffic table td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1727 background: transparent;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1728 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1729 padding: 2px 3px 3px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1730 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1731
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1732 #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
1733 padding: 0 3px 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1734 }
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 #summary {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1737
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1738 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1739
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1740 #summary .desc {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1741 white-space: pre;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1742 width: 100%;
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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1745 #summary .repo_name {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1746 font-size: 1.6em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1747 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1748 vertical-align: baseline;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1749 clear: right
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1750 }
1310
4d37c3f2a410 fixed white-space formatting for description in summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1305
diff changeset
1751
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1752 #footer {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1753 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1754 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1755 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1756 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1757 padding: 0 10px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1758 margin: -10px 0 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1759 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1760
611
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
1761 #footer div#footer-inner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1762 background-color: #eedc94; background-repeat : repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1763 background-image : -khtml-gradient( linear, left top, left bottom,
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1764 from( #fceec1), to( #eedc94)); background-image : -moz-linear-gradient(
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1765 top, #003b76, #00376e); background-image : -ms-linear-gradient( top,
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1766 #003b76, #00376e); background-image : -webkit-gradient( linear, left
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1767 top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1768 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1769 background-image : -o-linear-gradient( top, #003b76, #00376e));
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1770 background-image : linear-gradient( top, #003b76, #00376e); filter :
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1771 progid : DXImageTransform.Microsoft.gradient ( startColorstr =
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1772 '#003b76', endColorstr = '#00376e', GradientType = 0);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1773 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
1774 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1775 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1776 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1777 border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1778 background-repeat: repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1779 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1780 to(#eedc94) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1781 background-image: -moz-linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1782 background-image: -ms-linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1783 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1784 color-stop(100%, #00376e) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1785 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1786 background-image: -o-linear-gradient(top, #003b76, #00376e) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1787 background-image: linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1788 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1789 endColorstr='#00376e', GradientType=0 );
611
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
1790 }
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
1791
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
1792 #footer div#footer-inner p {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1793 padding: 15px 25px 15px 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1794 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1795 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1796 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1797
626
dfa7e1a95b60 added gpl license and submit a bug footer links
Marcin Kuzminski <marcin@python-works.com>
parents: 618
diff changeset
1798 #footer div#footer-inner .footer-link {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1799 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1800 padding-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1801 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1802
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1803 #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
1804 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1805 color: #FFF;
626
dfa7e1a95b60 added gpl license and submit a bug footer links
Marcin Kuzminski <marcin@python-works.com>
parents: 618
diff changeset
1806 }
362
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 #login div.title {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1809 width: 420px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1810 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1811 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1812 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1813 background-color: #eedc94; background-repeat : repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1814 background-image : -khtml-gradient( linear, left top, left bottom,
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1815 from( #fceec1), to( #eedc94)); background-image : -moz-linear-gradient(
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1816 top, #003b76, #00376e); background-image : -ms-linear-gradient( top,
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1817 #003b76, #00376e); background-image : -webkit-gradient( linear, left
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1818 top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1819 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1820 background-image : -o-linear-gradient( top, #003b76, #00376e));
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1821 background-image : linear-gradient( top, #003b76, #00376e); filter :
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1822 progid : DXImageTransform.Microsoft.gradient ( startColorstr =
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1823 '#003b76', endColorstr = '#00376e', GradientType = 0);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1824 margin: 0 auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1825 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1826 background-repeat: repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1827 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1828 to(#eedc94) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1829 background-image: -moz-linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1830 background-image: -ms-linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1831 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1832 color-stop(100%, #00376e) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1833 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1834 background-image: -o-linear-gradient(top, #003b76, #00376e) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1835 background-image: linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1836 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1837 endColorstr='#00376e', GradientType=0 );
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1838 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1839
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1840 #login div.inner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1841 width: 380px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1842 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
1843 border-top: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1844 border-bottom: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1845 margin: 0 auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1846 padding: 20px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1847 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1848
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1849 #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
1850 width: 173px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1851 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1852 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1853 margin: 2px 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1854 padding: 5px 0 0 5px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1855 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1856
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1857 #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
1858 width: 176px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1859 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1860 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1861 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1862 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1863 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1864 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1865 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1866 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1867 padding: 7px 7px 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1868 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1869
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1870 #login div.form div.fields div.buttons {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1871 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1872 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1873 border-top: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1874 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1875 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1876 padding: 10px 0 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1877 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1878
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1879 #login div.form div.links {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1880 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1881 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1882 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1883 padding: 0 0 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1884 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1885
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
1886 .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
1887 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
1888 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
1889 }
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
1890
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
1891 .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
1892 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
1893 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
1894 }
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
1895
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
1896 .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
1897 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
1898 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
1899 }
1931
b6c849e64b37 display unread notifications only if present, make icon bigger on menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1928
diff changeset
1900 .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
1901 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
1902 }
b6c849e64b37 display unread notifications only if present, make icon bigger on menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1928
diff changeset
1903 .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
1904 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
1905 }
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
1906 #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
1907 min-height: 80px;
1935
ff167a938ce0 user menu fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1934
diff changeset
1908 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
1909 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
1910 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
1911 width: 278px;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1912
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1913 background-repeat: repeat-x;
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
1914 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
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
1915 to(#eedc94) );
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
1916 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
1917 background-image: -ms-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
1918 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
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
1919 color-stop(100%, #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
1920 background-image: -webkit-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
1921 background-image: -o-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
1922 background-image: 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
1923 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1924 endColorstr='#00376e', GradientType=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
1925
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1926 z-index: 999;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1927 -webkit-border-radius: 0px 0px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1928 -khtml-border-radius: 0px 0px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1929 -moz-border-radius: 0px 0px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1930 border-radius: 0px 0px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1931 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
1932 }
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
1933 #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
1934 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
1935 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
1936 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1937
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1938 #quick_login .password_forgoten {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1939 padding-right: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1940 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
1941 text-align: left;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1942 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1943
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1944 #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
1945 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
1946 color: #fff;
1468
d23dd50b5e29 #243 add register link to login dropdown
Marcin Kuzminski <marcin@python-works.com>
parents: 1463
diff changeset
1947 }
d23dd50b5e29 #243 add register link to login dropdown
Marcin Kuzminski <marcin@python-works.com>
parents: 1463
diff changeset
1948
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1949 #quick_login .register {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1950 padding-right: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1951 padding-top: 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
1952 text-align: left;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1953 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1954
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1955 #quick_login .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
1956 font-size: 10px;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1957 color: #fff;
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 #quick_login .submit {
1928
470dd49966f3 new menu css fixes for chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1926
diff changeset
1961 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
1962 position: absolute;
1928
470dd49966f3 new menu css fixes for chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1926
diff changeset
1963 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
1964 }
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
1965
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
1966 #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
1967 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
1968 }
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1969 #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
1970 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
1971 }
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
1972 #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
1973 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
1974 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
1975 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
1976 }
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1977 #quick_login .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
1978 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
1979 }
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1980
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1981 #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
1982 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
1983 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
1984
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1985 }
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 #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
1987
1468
d23dd50b5e29 #243 add register link to login dropdown
Marcin Kuzminski <marcin@python-works.com>
parents: 1463
diff changeset
1988 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1989
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1990 #quick_login div.form div.fields {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1991 padding-top: 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1992 padding-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1993 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1994
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1995 #quick_login div.form div.fields div.field {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1996 padding: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1997 }
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 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
2000 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2001 padding-bottom: 3px;
1316
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2002 }
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2003
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2004 #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
2005 width: 236px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2006 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2007 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2008 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2009 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2010 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2011 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2012 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2013 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2014 padding: 5px 7px 4px;
1316
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2015 }
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2016
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2017 #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
2018 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2019 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2020 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2021 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
2022 padding: 5px 14px 0px 5px;
1316
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2023 }
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2024
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2025 #quick_login div.form div.links {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2026 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2027 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2028 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2029 padding: 0 0 2px;
1316
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2030 }
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2031
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
2032 #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
2033 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
2034 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
2035 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
2036 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
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 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
2039 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
2040 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
2041 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
2042 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
2043 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
2044 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
2045 }
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
2046
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
2047 #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
2048 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
2049 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
2050 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
2051 }
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 #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
2053 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
2054 }
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
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
2056 #register div.title {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2057 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2058 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2059 position: relative;
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2060 background-color: #eedc94;
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2061 background-repeat: repeat-x;
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2062 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2063 to(#eedc94) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2064 background-image: -moz-linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2065 background-image: -ms-linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2066 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2067 color-stop(100%, #00376e) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2068 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2069 background-image: -o-linear-gradient(top, #003b76, #00376e) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2070 background-image: linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2071 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2072 endColorstr='#00376e', GradientType=0 );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2073 margin: 0 auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2074 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2075 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2076
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2077 #register div.inner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2078 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2079 border-top: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2080 border-bottom: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2081 margin: 0 auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2082 padding: 20px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2083 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2084
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2085 #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
2086 width: 135px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2087 float: left;
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: 2px 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2090 padding: 5px 0 0 5px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2091 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2092
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2093 #register div.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
2094 width: 300px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2095 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2096 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2097 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2098 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2099 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2100 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2101 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2102 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2103 padding: 7px 7px 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2104 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2105
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2106 #register div.form div.fields div.buttons {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2107 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2108 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2109 border-top: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2110 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2111 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2112 padding: 10px 0 0 150px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2113 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2114
416
25ab66a26975 fix for new bcrypt password.
Marcin Kuzminski <marcin@python-works.com>
parents: 410
diff changeset
2115 #register div.form div.activation_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2116 padding-top: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2117 padding-bottom: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2118 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2119
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2120 #journal .journal_day {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2121 font-size: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2122 padding: 10px 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2123 border-bottom: 2px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2124 margin-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2125 margin-right: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2126 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2127
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2128 #journal .journal_container {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2129 padding: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2130 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2131 margin: 0px 5px 0px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2132 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2133
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2134 #journal .journal_action_container {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2135 padding-left: 38px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2136 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2137
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2138 #journal .journal_user {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2139 color: #747474;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2140 font-size: 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2141 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2142 height: 30px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2143 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2144
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2145 #journal .journal_icon {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2146 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2147 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2148 padding-right: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2149 padding-top: 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2150 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2151
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2152 #journal .journal_action {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2153 padding-top: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2154 min-height: 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2155 float: left
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2156 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2157
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2158 #journal .journal_action_params {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2159 clear: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2160 padding-left: 22px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2161 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2162
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2163 #journal .journal_repo {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2164 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2165 margin-left: 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2166 padding-top: 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2167 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2168
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2169 #journal .date {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2170 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2171 color: #777777;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2172 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2173 padding-left: 22px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2174 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2175
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2176 #journal .journal_repo .journal_repo_name {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2177 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2178 font-size: 1.1em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2179 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2180
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2181 #journal .compare_view {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2182 padding: 5px 0px 5px 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2183 width: 95px;
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_highlight {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2187 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2188 padding: 0 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2189 vertical-align: bottom;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2190 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2191
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2192 .trending_language_tbl,.trending_language_tbl td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2193 border: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2194 margin: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2195 padding: 0 !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2196 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2197
1722
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2198 .trending_language_tbl,.trending_language_tbl tr {
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2199 border-spacing: 1px;
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2200 }
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2201
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2202 .trending_language {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2203 background-color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2204 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2205 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2206 min-width: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2207 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2208 height: 12px;
1722
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2209 margin-bottom: 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2210 margin-left: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2211 white-space: pre;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2212 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
2213 }
409
9b6c1de4ce9e some small template fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 402
diff changeset
2214
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2215 h3.files_location {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2216 font-size: 1.8em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2217 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2218 border-bottom: none !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2219 margin: 10px 0 !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2220 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2221
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2222 #files_data dl dt {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2223 float: left;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
2224 width: 60px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2225 margin: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2226 padding: 5px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2227 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2228
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2229 #files_data dl dd {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2230 margin: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2231 padding: 5px !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2232 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2233
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2234 .tablerow0 {
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2235 background-color: #F8F8F8;
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2236 }
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2237
1853
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2238 .tablerow1 {
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2239 background-color: #FFFFFF;
1853
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2240 }
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2241
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2242 .changeset_id {
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2243 font-family: monospace;
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2244 color: #666666;
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2245 }
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2246
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2247 .changeset_hash {
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2248 color: #000000;
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2249 }
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2250
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2251 #changeset_content {
1858
609ec28bd2d1 changeset: styling a bit
Aras Pranckevicius <aras@unity3d.com>
parents: 1856
diff changeset
2252 border-left: 1px solid #CCC;
609ec28bd2d1 changeset: styling a bit
Aras Pranckevicius <aras@unity3d.com>
parents: 1856
diff changeset
2253 border-right: 1px solid #CCC;
609ec28bd2d1 changeset: styling a bit
Aras Pranckevicius <aras@unity3d.com>
parents: 1856
diff changeset
2254 border-bottom: 1px solid #CCC;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2255 padding: 5px;
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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2258 #changeset_compare_view_content {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2259 border: 1px solid #CCC;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2260 padding: 5px;
1010
643e4a540ddd added nicer compare view
Marcin Kuzminski <marcin@python-works.com>
parents: 1009
diff changeset
2261 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2262
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2263 #changeset_content .container {
1858
609ec28bd2d1 changeset: styling a bit
Aras Pranckevicius <aras@unity3d.com>
parents: 1856
diff changeset
2264 min-height: 100px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2265 font-size: 1.2em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2266 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2267 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2268
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2269 #changeset_compare_view_content .compare_view_commits {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2270 width: auto !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2271 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2272
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2273 #changeset_compare_view_content .compare_view_commits td {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2274 padding: 0px 0px 0px 12px !important;
1010
643e4a540ddd added nicer compare view
Marcin Kuzminski <marcin@python-works.com>
parents: 1009
diff changeset
2275 }
643e4a540ddd added nicer compare view
Marcin Kuzminski <marcin@python-works.com>
parents: 1009
diff changeset
2276
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2277 #changeset_content .container .right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2278 float: right;
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2279 width: 20%;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2280 text-align: right;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2281 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2282
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2283 #changeset_content .container .left .message {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2284 white-space: pre-wrap;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2285 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2286 #changeset_content .container .left .message a:hover {
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2287 text-decoration: none;
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2288 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2289 .cs_files .cur_cs {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2290 margin: 10px 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2291 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2292 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2293
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2294 .cs_files .node {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2295 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2296 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2297
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2298 .cs_files .changes {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2299 float: right;
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2300 color:#003367;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2301
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2302 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2303
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2304 .cs_files .changes .added {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2305 background-color: #BBFFBB;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2306 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2307 text-align: center;
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2308 font-size: 9px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2309 padding: 2px 0px 2px 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2310 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2311
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2312 .cs_files .changes .deleted {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2313 background-color: #FF8888;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2314 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2315 text-align: center;
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2316 font-size: 9px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2317 padding: 2px 0px 2px 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2318 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2319
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2320 .cs_files .cs_added {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2321 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
2322 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2323 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2324 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2325 margin-top: 7px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2326 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2327 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2328
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2329 .cs_files .cs_changed {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2330 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
2331 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2332 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2333 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2334 margin-top: 7px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2335 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2336 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2337
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2338 .cs_files .cs_removed {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2339 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
2340 scroll 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2341 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2342 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2343 margin-top: 7px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2344 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2345 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2346
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2347 #graph {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2348 overflow: hidden;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2349 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2350
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2351 #graph_nodes {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2352 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2353 margin-right: -6px;
1655
a0287ee1fd87 fixes for DAG renderer on chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1654
diff changeset
2354 margin-top: 0px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2355 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2356
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2357 #graph_content {
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2358 width: 80%;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2359 float: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2360 }
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 #graph_content .container_header {
1853
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2363 border-bottom: 1px solid #DDD;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2364 padding: 10px;
1850
c4ff52b0d112 changelog: more commits by default; tweak top header layout
Aras Pranckevicius <aras@unity3d.com>
parents: 1849
diff changeset
2365 height: 25px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2366 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2367
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2368 #graph_content #rev_range_container {
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2369 padding: 7px 20px;
1850
c4ff52b0d112 changelog: more commits by default; tweak top header layout
Aras Pranckevicius <aras@unity3d.com>
parents: 1849
diff changeset
2370 float: left;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2371 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2372
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2373 #graph_content .container {
1853
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2374 border-bottom: 1px solid #DDD;
1885
350d95dece6f ui touch ups
Marcin Kuzminski <marcin@python-works.com>
parents: 1884
diff changeset
2375 height: 56px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2376 overflow: hidden;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2377 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2378
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2379 #graph_content .container .right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2380 float: right;
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2381 width: 23%;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2382 text-align: right;
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2383 }
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2384
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2385 #graph_content .container .left {
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2386 float: left;
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2387 width: 25%;
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2388 padding-left: 5px;
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2389 }
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2390
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2391 #graph_content .container .mid {
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2392 float: left;
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2393 width: 49%;
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2394 }
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2395
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2396
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2397 #graph_content .container .left .date {
1881
0398b830ccac changelog: make date display less heavy
Aras Pranckevicius <aras@unity3d.com>
parents: 1878
diff changeset
2398 color: #666;
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2399 padding-left: 22px;
1881
0398b830ccac changelog: make date display less heavy
Aras Pranckevicius <aras@unity3d.com>
parents: 1878
diff changeset
2400 font-size: 10px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2401 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2402
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2403 #graph_content .container .left .author {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2404 height: 22px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2405 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2406
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2407 #graph_content .container .left .author .user {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2408 color: #444444;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2409 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2410 margin-left: -4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2411 margin-top: 4px;
1463
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
2412 }
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
2413
1871
bd7e95937acd changelog: fixed lost pre-wrap on commit message
Aras Pranckevicius <aras@unity3d.com>
parents: 1861
diff changeset
2414 #graph_content .container .mid .message {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2415 white-space: pre-wrap;
1871
bd7e95937acd changelog: fixed lost pre-wrap on commit message
Aras Pranckevicius <aras@unity3d.com>
parents: 1861
diff changeset
2416 }
bd7e95937acd changelog: fixed lost pre-wrap on commit message
Aras Pranckevicius <aras@unity3d.com>
parents: 1861
diff changeset
2417
bd7e95937acd changelog: fixed lost pre-wrap on commit message
Aras Pranckevicius <aras@unity3d.com>
parents: 1861
diff changeset
2418 #graph_content .container .mid .message a:hover{
1600
84e2e29c0f03 changelog links no decoration
Marcin Kuzminski <marcin@python-works.com>
parents: 1599
diff changeset
2419 text-decoration: none;
84e2e29c0f03 changelog links no decoration
Marcin Kuzminski <marcin@python-works.com>
parents: 1599
diff changeset
2420 }
1913
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2421 #content #graph_content .message .revision-link,
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2422 #changeset_content .container .message .revision-link
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2423 {
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2424 color:#3F6F9F;
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2425 font-weight: bold !important;
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2426 }
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2427
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2428 #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
2429 #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
2430 color:#3F6F9F;
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2431 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
2432 }
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
2433
1884
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2434 .right .comments-container{
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2435 padding-right: 5px;
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2436 margin-top:1px;
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2437 float:right;
1885
350d95dece6f ui touch ups
Marcin Kuzminski <marcin@python-works.com>
parents: 1884
diff changeset
2438 height:14px;
1884
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2439 }
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2440
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2441 .right .comments-cnt{
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2442 float: left;
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2443 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
2444 padding-right: 2px;
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2445 }
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2446
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2447 .right .changes{
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2448 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2449 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2450
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2451 .right .changes .changed_total {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2452 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2453 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2454 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2455 min-width: 45px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2456 cursor: pointer;
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2457 color: #444444;
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2458 background: #FEA;
1699
623b228cf325 cleaned up JS files in files templates.
Marcin Kuzminski <marcin@python-works.com>
parents: 1686
diff changeset
2459 -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
2460 -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
2461 border-radius: 0px 0px 0px 6px;
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2462 padding: 1px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2463 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2464
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2465 .right .changes .added,.changed,.removed {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2466 display: block;
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2467 padding: 1px;
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2468 color: #444444;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2469 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2470 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2471 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
2472 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2473
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2474 .right .changes .added {
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2475 background: #CFC;
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
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2478 .right .changes .changed {
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2479 background: #FEA;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2480 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2481
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2482 .right .changes .removed {
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2483 background: #FAA;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2484 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2485
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2486 .right .merge {
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2487 padding: 1px 3px 1px 3px;
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2488 background-color: #fca062;
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2489 font-size: 10px;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2490 font-weight: bold;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2491 color: #ffffff;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2492 text-transform: uppercase;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2493 white-space: nowrap;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2494 -webkit-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2495 -moz-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2496 border-radius: 3px;
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2497 margin-right: 2px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2498 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2499
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2500 .right .parent {
1853
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2501 color: #666666;
1884
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2502 clear:both;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2503 }
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2504 .right .logtags{
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2505 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
2506 }
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2507 .right .logtags .branchtag,.logtags .branchtag {
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2508 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
2509 background-color: #bfbfbf;
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2510 font-size: 10px;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2511 font-weight: bold;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2512 color: #ffffff;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2513 text-transform: uppercase;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2514 white-space: nowrap;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2515 -webkit-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2516 -moz-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2517 border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2518 }
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2519 .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
2520 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2521 }
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2522 .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
2523 text-decoration: none;
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2524 color: #ffffff;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2525 }
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2526 .right .logtags .tagtag,.logtags .tagtag {
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2527 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
2528 background-color: #62cffc;
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2529 font-size: 10px;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2530 font-weight: bold;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2531 color: #ffffff;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2532 text-transform: uppercase;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2533 white-space: nowrap;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2534 -webkit-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2535 -moz-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2536 border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2537 }
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2538 .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
2539 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2540 }
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2541 .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
2542 text-decoration: none;
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2543 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2544 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2545 .right .logbooks .bookbook,.logbooks .bookbook {
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2546 padding: 1px 3px 2px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2547 background-color: #46A546;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2548 font-size: 9.75px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2549 font-weight: bold;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2550 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2551 text-transform: uppercase;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2552 white-space: nowrap;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2553 -webkit-border-radius: 3px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2554 -moz-border-radius: 3px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2555 border-radius: 3px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2556 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2557 .right .logbooks .bookbook,.logbooks .bookbook a{
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2558 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2559 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2560 .right .logbooks .bookbook,.logbooks .bookbook a:hover{
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2561 text-decoration: none;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2562 color: #ffffff;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2563 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2564 div.browserblock {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2565 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2566 border: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2567 background: #f8f8f8;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2568 font-size: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2569 line-height: 125%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2570 padding: 0;
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
2571 -webkit-border-radius: 6px 6px 0px 0px;
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
2572 -moz-border-radius: 6px 6px 0px 0px;
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
2573 border-radius: 6px 6px 0px 0px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2574 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2575
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2576 div.browserblock .browser-header {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2577 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2578 padding: 10px 0px 15px 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2579 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2580 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2581
949
3bc10f10f2f6 fixed file browsing ui and css
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
2582 div.browserblock .browser-nav {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2583 float: left
949
3bc10f10f2f6 fixed file browsing ui and css
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
2584 }
884
322b53be49cc Fixed url bug when using numeric revision in file browser,
Marcin Kuzminski <marcin@python-works.com>
parents: 816
diff changeset
2585
322b53be49cc Fixed url bug when using numeric revision in file browser,
Marcin Kuzminski <marcin@python-works.com>
parents: 816
diff changeset
2586 div.browserblock .browser-branch {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2587 float: left;
884
322b53be49cc Fixed url bug when using numeric revision in file browser,
Marcin Kuzminski <marcin@python-works.com>
parents: 816
diff changeset
2588 }
1304
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2589
884
322b53be49cc Fixed url bug when using numeric revision in file browser,
Marcin Kuzminski <marcin@python-works.com>
parents: 816
diff changeset
2590 div.browserblock .browser-branch label {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2591 color: #4A4A4A;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2592 vertical-align: text-top;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2593 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2594
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2595 div.browserblock .browser-header span {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2596 margin-left: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2597 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2598 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2599
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2600 div.browserblock .browser-search {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2601 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2602 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
2603 height: 20px;
7b67b0dcad6d Added initial support for creating new nodes in repos
Marcin Kuzminski <marcin@python-works.com>
parents: 1477
diff changeset
2604 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2605
1483
7b67b0dcad6d Added initial support for creating new nodes in repos
Marcin Kuzminski <marcin@python-works.com>
parents: 1477
diff changeset
2606 div.browserblock #node_filter_box {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2607
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2608 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2609
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2610 div.browserblock .search_activate {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2611 float: left
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2612 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2613
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2614 div.browserblock .add_node {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2615 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2616 padding-left: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2617 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2618
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2619 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
2620 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2621 text-decoration: none !important;
1452
8585fbf3ed06 Implemented #111 copy github node finder solution
Marcin Kuzminski <marcin@python-works.com>
parents: 1431
diff changeset
2622 }
8585fbf3ed06 Implemented #111 copy github node finder solution
Marcin Kuzminski <marcin@python-works.com>
parents: 1431
diff changeset
2623
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2624 div.browserblock .browser-body {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2625 background: #EEE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2626 border-top: 1px solid #CCC;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2627 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2628
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2629 table.code-browser {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2630 border-collapse: collapse;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2631 width: 100%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2632 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2633
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2634 table.code-browser tr {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2635 margin: 3px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2636 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2637
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2638 table.code-browser thead th {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2639 background-color: #EEE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2640 height: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2641 font-size: 1.1em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2642 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2643 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2644 padding-left: 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2645 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2646
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2647 table.code-browser tbody td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2648 padding-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2649 height: 20px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2650 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2651
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2652 table.code-browser .browser-file {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2653 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
2654 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2655 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2656 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2657 }
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
2658 .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
2659 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
2660 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2661 .diffblock .changeset_file {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2662 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
2663 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
2664 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
2665 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
2666 }
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
2667 .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
2668 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
2669 }
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
2670
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2671 .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
2672 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
2673 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
2674 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
2675 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
2676 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
2677 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
2678 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
2679 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
2680 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
2681
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
2682 }
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2683 .diffblock .diff-actions {
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2684 padding: 2px 0px 0px 2px;
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2685 float: left;
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2686 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2687 .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
2688 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
2689 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2690 .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
2691 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
2692 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
2693 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2694 .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
2695 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
2696 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
2697 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2698 table.code-browser .browser-dir {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2699 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
2700 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2701 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2702 text-align: left;
362
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
556
65b2f150beb7 Added searching for file names within the repository in rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 551
diff changeset
2705 .box .search {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2706 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2707 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2708 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2709 padding: 0 20px 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2710 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2711
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2712 .box .search div.search_path {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2713 background: none repeat scroll 0 0 #EEE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2714 border: 1px solid #CCC;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2715 color: blue;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2716 margin-bottom: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2717 padding: 10px 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2718 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2719
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2720 .box .search div.search_path div.link {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2721 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2722 margin-left: 25px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2723 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2724
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2725 .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
2726 color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2727 cursor: pointer;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2728 text-decoration: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2729 }
556
65b2f150beb7 Added searching for file names within the repository in rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 551
diff changeset
2730
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2731 #path_unlock {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2732 color: red;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2733 font-size: 1.2em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2734 padding-left: 4px;
409
9b6c1de4ce9e some small template fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 402
diff changeset
2735 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2736
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2737 .info_box span {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2738 margin-left: 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2739 margin-right: 3px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2740 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2741
1304
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2742 .info_box .rev {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2743 color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2744 font-size: 1.6em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2745 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2746 vertical-align: sub;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2747 }
1304
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2748
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2749 .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
2750 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2751 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2752 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2753 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2754 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2755 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2756 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2757 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2758 padding: 1px 5px 1px;
1304
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2759 }
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2760
375
3e55d9981c0e templating fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 373
diff changeset
2761 .info_box input#view {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2762 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2763 padding: 4px 3px 2px 2px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2764 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2765
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2766 .yui-overlay,.yui-panel-container {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2767 visibility: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2768 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2769 z-index: 2;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2770 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2771
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2772 .yui-tt {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2773 visibility: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2774 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2775 color: #666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2776 background-color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2777 border: 2px solid #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2778 font: 100% sans-serif;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2779 width: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2780 opacity: 1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2781 padding: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2782 white-space: pre-wrap;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2783 -webkit-border-radius: 8px 8px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2784 -khtml-border-radius: 8px 8px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2785 -moz-border-radius: 8px 8px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2786 border-radius: 8px 8px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2787 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
2788 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2789
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2790 .ac {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2791 vertical-align: top;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2792 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2793
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2794 .ac .yui-ac {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2795 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2796 font-size: 100%;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2797 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2798
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2799 .ac .perm_ac {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2800 width: 15em;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2801 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2802
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2803 .ac .yui-ac-input {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2804 width: 100%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2805 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2806
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2807 .ac .yui-ac-container {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2808 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2809 top: 1.6em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2810 width: 100%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2811 }
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 .ac .yui-ac-content {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2814 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2815 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2816 border: 1px solid gray;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2817 background: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2818 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2819 z-index: 9050;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2820 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2821
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2822 .ac .yui-ac-shadow {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2823 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2824 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2825 background: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2826 -moz-opacity: 0.1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2827 opacity: .10;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2828 filter: alpha(opacity = 10);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2829 z-index: 9049;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2830 margin: .3em;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2831 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2832
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2833 .ac .yui-ac-content ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2834 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2835 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2836 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2837 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2838
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2839 .ac .yui-ac-content li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2840 cursor: default;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2841 white-space: nowrap;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2842 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2843 padding: 2px 5px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2844 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2845
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2846 .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
2847 background: #B3D4FF;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2848 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2849
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2850 .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
2851 background: #556CB5;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2852 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2853 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2854
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2855 .follow {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2856 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
2857 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2858 width: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2859 cursor: pointer;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2860 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2861 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2862 margin-top: 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2863 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2864
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2865 .following {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2866 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
2867 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2868 width: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2869 cursor: pointer;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2870 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2871 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2872 margin-top: 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2873 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2874
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2875 .currently_following {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2876 padding-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2877 padding-bottom: 5px;
737
d5bad4a2432f css + templates update for user dashboards
Marcin Kuzminski <marcin@python-works.com>
parents: 734
diff changeset
2878 }
d5bad4a2432f css + templates update for user dashboards
Marcin Kuzminski <marcin@python-works.com>
parents: 734
diff changeset
2879
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2880 .add_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2881 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
2882 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2883 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2884 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2885 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2886
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2887 .edit_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2888 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
2889 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2890 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2891 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2892 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2893
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2894 .delete_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2895 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
2896 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2897 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2898 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2899 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2900
708
b9bbc0d6e9f3 added cache reset, stats reset, and delete into repository settings in admin.
Marcin Kuzminski <marcin@python-works.com>
parents: 703
diff changeset
2901 .refresh_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2902 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
2903 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2904 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2905 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2906 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
2907 }
b9bbc0d6e9f3 added cache reset, stats reset, and delete into repository settings in admin.
Marcin Kuzminski <marcin@python-works.com>
parents: 703
diff changeset
2908
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
2909 .pull_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2910 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
2911 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2912 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2913 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
2914 }
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
2915
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2916 .rss_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2917 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
2918 padding-left: 20px;
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
2919 padding-top: 4px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2920 text-align: left;
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
2921 font-size: 8px
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2922 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2923
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2924 .atom_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2925 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
2926 padding-left: 20px;
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
2927 padding-top: 4px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2928 text-align: left;
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
2929 font-size: 8px
362
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
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2932 .archive_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2933 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
2934 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2935 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2936 padding-top: 1px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2937 }
1248
5da25ade33df fixed some buttons text issues. Reported by Thomas Waldmann
Marcin Kuzminski <marcin@python-works.com>
parents: 1247
diff changeset
2938
1085
3fe3285868d1 implemented public journal for anonymous users, admin can control which repositories
Marcin Kuzminski <marcin@python-works.com>
parents: 1052
diff changeset
2939 .start_following_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2940 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
2941 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2942 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2943 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
2944 }
1248
5da25ade33df fixed some buttons text issues. Reported by Thomas Waldmann
Marcin Kuzminski <marcin@python-works.com>
parents: 1247
diff changeset
2945
1085
3fe3285868d1 implemented public journal for anonymous users, admin can control which repositories
Marcin Kuzminski <marcin@python-works.com>
parents: 1052
diff changeset
2946 .stop_following_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2947 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
2948 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2949 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2950 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
2951 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2952
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2953 .action_button {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2954 border: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2955 display: inline;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2956 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2957
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2958 .action_button:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2959 border: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2960 text-decoration: underline;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2961 cursor: pointer;
362
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
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2964 #switch_repos {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2965 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2966 height: 25px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2967 z-index: 1;
373
3171614c0067 Added permissions check on repo switcher,
Marcin Kuzminski <marcin@python-works.com>
parents: 366
diff changeset
2968 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2969
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2970 #switch_repos select {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2971 min-width: 150px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2972 max-height: 250px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2973 z-index: 1;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2974 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2975
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2976 .breadcrumbs {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2977 border: medium none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2978 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2979 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2980 text-transform: uppercase;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2981 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2982 font-size: 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2983 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2984 padding: 11px 0 11px 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2985 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2986
1956
fe64fecda0fd changeset: do not uppercase the hash in breadcrumbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1955
diff changeset
2987 .breadcrumbs .hash {
fe64fecda0fd changeset: do not uppercase the hash in breadcrumbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1955
diff changeset
2988 text-transform: none;
fe64fecda0fd changeset: do not uppercase the hash in breadcrumbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1955
diff changeset
2989 color: #fff;
fe64fecda0fd changeset: do not uppercase the hash in breadcrumbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1955
diff changeset
2990 }
fe64fecda0fd changeset: do not uppercase the hash in breadcrumbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1955
diff changeset
2991
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2992 .breadcrumbs a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2993 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2994 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2995
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2996 .flash_msg {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2997
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2998 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2999
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3000 .flash_msg ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3001
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3002 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3003
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3004 .error_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3005 background-color: #c43c35;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3006 background-repeat: repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3007 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3008 to(#c43c35) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3009 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3010 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3011 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3012 color-stop(100%, #c43c35) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3013 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3014 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3015 background-image: linear-gradient(top, #ee5f5b, #c43c35);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3016 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3017 endColorstr='#c43c35', GradientType=0 );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3018 border-color: #c43c35 #c43c35 #882a25;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3019 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3020
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3021 .warning_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3022 color: #404040 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3023 background-color: #eedc94;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3024 background-repeat: repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3025 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3026 to(#eedc94) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3027 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3028 background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3029 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3030 color-stop(100%, #eedc94) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3031 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3032 background-image: -o-linear-gradient(top, #fceec1, #eedc94);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3033 background-image: linear-gradient(top, #fceec1, #eedc94);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3034 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1',
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3035 endColorstr='#eedc94', GradientType=0 );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3036 border-color: #eedc94 #eedc94 #e4c652;
362
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
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3039 .success_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3040 background-color: #57a957;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3041 background-repeat: repeat-x !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3042 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3043 to(#57a957) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3044 background-image: -moz-linear-gradient(top, #62c462, #57a957);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3045 background-image: -ms-linear-gradient(top, #62c462, #57a957);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3046 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3047 color-stop(100%, #57a957) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3048 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3049 background-image: -o-linear-gradient(top, #62c462, #57a957);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3050 background-image: linear-gradient(top, #62c462, #57a957);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3051 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462',
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3052 endColorstr='#57a957', GradientType=0 );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3053 border-color: #57a957 #57a957 #3d773d;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3054 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3055
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3056 .notice_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3057 background-color: #339bb9;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3058 background-repeat: repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3059 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3060 to(#339bb9) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3061 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3062 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3063 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de),
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3064 color-stop(100%, #339bb9) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3065 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3066 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3067 background-image: linear-gradient(top, #5bc0de, #339bb9);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3068 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de',
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3069 endColorstr='#339bb9', GradientType=0 );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3070 border-color: #339bb9 #339bb9 #22697d;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3071 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3072
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3073 .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
3074 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3075 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3076 min-height: 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3077 line-height: 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3078 margin-bottom: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3079 margin-top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3080 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3081 overflow: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3082 padding: 6px 10px 6px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3083 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
3084 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3085 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3086 border-width: 1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3087 border-style: solid;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3088 -webkit-border-radius: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3089 -moz-border-radius: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3090 border-radius: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3091 -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
3092 -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
3093 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
3094 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3095
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3096 #msg_close {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3097 background: transparent url("../icons/cross_grey_small.png") no-repeat
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3098 scroll 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3099 cursor: pointer;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3100 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3101 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3102 right: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3103 top: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3104 width: 16px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3105 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3106
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3107 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
3108 width: auto !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3109 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3110
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3111 table#permissions_manage {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3112 width: 0 !important;
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
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3115 table#permissions_manage span.private_repo_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3116 font-size: 0.8em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3117 opacity: 0.6px;
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 table#permissions_manage td.private_repo_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3121 font-size: 0.8em;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3122 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3123
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3124 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
3125 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
3126 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3127
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3128 div.gravatar {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3129 background-color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3130 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3131 margin-right: 0.7em;
1854
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3132 padding: 1px 1px 1px 1px;
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3133 line-height:0;
1854
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3134 -webkit-border-radius: 3px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3135 -khtml-border-radius: 3px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3136 -moz-border-radius: 3px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3137 border-radius: 3px;
1463
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
3138 }
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
3139
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
3140 div.gravatar img {
1854
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3141 -webkit-border-radius: 2px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3142 -khtml-border-radius: 2px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3143 -moz-border-radius: 2px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3144 border-radius: 2px;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3145 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3146
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3147 #header,#content,#footer {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3148 min-width: 978px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3149 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3150
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3151 #content {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3152 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3153 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3154 padding: 14px 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3155 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3156
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3157 #content div.box div.title div.search {
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
3158
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3159 border-left: 1px solid #316293;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3160 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3161
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3162 #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
3163 border: 1px solid #316293;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3164 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3165
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3166 .ui-btn{
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3167 color: #515151;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3168 background-color: #DADADA;
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3169 background-repeat: repeat-x;
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3170 background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) );
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3171 background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3172 background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3173 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
3174 background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) );
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3175 background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) );
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3176 background-image: linear-gradient(top, #F4F4F4, #DADADA);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3177 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3178
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3179 border-top: 1px solid #DDD;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3180 border-left: 1px solid #c6c6c6;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3181 border-right: 1px solid #DDD;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3182 border-bottom: 1px solid #c6c6c6;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3183 color: #515151;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3184 outline: none;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3185 margin: 0px 3px 3px 0px;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3186 -webkit-border-radius: 4px 4px 4px 4px !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3187 -khtml-border-radius: 4px 4px 4px 4px !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3188 -moz-border-radius: 4px 4px 4px 4px !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3189 border-radius: 4px 4px 4px 4px !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3190 cursor: pointer !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3191 padding: 3px 3px 3px 3px;
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
3192 background-position: 0 -15px;
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3193
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3194 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3195 .ui-btn.xsmall{
1706
07c8838ebfd3 ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1705
diff changeset
3196 padding: 1px 2px 1px 1px;
07c8838ebfd3 ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1705
diff changeset
3197 }
1813
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
3198 .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
3199 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
3200 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
3201 -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
3202 -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
3203 -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
3204 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
3205 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
3206 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
3207 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
3208 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
3209 }
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3210 .ui-btn:focus {
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3211 outline: none;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3212 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3213 .ui-btn:hover{
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
3214 background-position: 0 0px;
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3215 text-decoration: none;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3216 color: #515151;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3217 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
3218 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3219
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3220 .ui-btn.red{
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3221 color:#fff;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3222 background-color: #c43c35;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3223 background-repeat: repeat-x;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3224 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3225 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3226 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3227 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
3228 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3229 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3230 background-image: linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3231 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3232 border-color: #c43c35 #c43c35 #882a25;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3233 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
3234 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3235
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3236
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3237 .ui-btn.blue{
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3238 background-color: #339bb9;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3239 background-repeat: repeat-x;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3240 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3241 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3242 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3243 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
3244 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3245 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3246 background-image: linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3247 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3248 border-color: #339bb9 #339bb9 #22697d;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3249 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
3250 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3251
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3252 .ui-btn.green{
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3253 background-color: #57a957;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3254 background-repeat: repeat-x;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3255 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3256 background-image: -moz-linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3257 background-image: -ms-linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3258 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
3259 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3260 background-image: -o-linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3261 background-image: linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3262 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3263 border-color: #57a957 #57a957 #3d773d;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3264 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
3265 }
166317d464f3 Added server side file editing with commit
Marcin Kuzminski <marcin@python-works.com>
parents: 1304
diff changeset
3266
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3267 ins,div.options a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3268 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3269 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3270
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3271 img,
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3272 #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
3273 #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
3274 #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
3275 #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
3276 #clone_url_id
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3277 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3278 border: none;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3279 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3280
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3281 img.icon,.right .merge img {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3282 vertical-align: bottom;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3283 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3284
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3285 #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
3286 #content div.box div.message div.dismiss,
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3287 #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
3288 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3289 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3290 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3291 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3292 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3293
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3294 #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
3295 #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
3296 #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
3297 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
3298 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3299 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3300 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3301
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3302 #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
3303 #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
3304 #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
3305 #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
3306 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3307 display: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3308 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3309
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3310 #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
3311 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3312 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3313 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3314
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3315 #content div.graph {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3316 padding: 0 10px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3317 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3318
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3319 #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
3320 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3321 color: #bfe3ff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3322 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3323
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3324 #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
3325 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3326 margin: 10px 24px 10px 44px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3327 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3328
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3329 #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
3330 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3331 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3332 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3333 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3334 padding: 0 20px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3335 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3336
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3337 #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
3338 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3339 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3340 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3341 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3342 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3343 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3344
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3345 #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
3346 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3347 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3348 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3349 color: #363636;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3350 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3351 padding: 2px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3352 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3353
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3354 #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
3355 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3356 background: #FBE3E4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3357 border-top: 1px solid #e1b2b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3358 border-left: 1px solid #e1b2b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3359 border-right: 1px solid #FBC2C4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3360 border-bottom: 1px solid #FBC2C4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3361 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3362
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3363 #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
3364 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3365 background: #E6EFC2;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3366 border-top: 1px solid #cebb98;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3367 border-left: 1px solid #cebb98;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3368 border-right: 1px solid #c6d880;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3369 border-bottom: 1px solid #c6d880;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3370 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3371
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3372 #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
3373 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3374 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3375 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3376
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3377 #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
3378 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3379 margin: 0 0 0 0px !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3380 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3381 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3382
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3383 #content div.box div.form 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
3384 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3385 margin: 0 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3386 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3387 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3388
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3389 #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
3390 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3391 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3392 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3393 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3394
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3395 #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
3396 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3397 border: 1px solid #666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3398 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3399
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3400 #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
3401 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3402 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3403 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3404 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3405 padding: 8px 0 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3406 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3407
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3408 #content div.box div.form div.fields div.field div.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
3409 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3410 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3411 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3412 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3413
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3414 #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
3415 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3416 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3417 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3418 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3419 margin: 2px 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3420 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3421
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3422 div.form div.fields div.field div.button input,#content div.box div.form div.fields div.buttons input,div.form div.fields div.buttons input,#content div.box div.action div.button input
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3423 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3424 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3425 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3426 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3427 margin: 0;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3428 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3429
1471
f4725d9faf84 simplify !
Marcin Kuzminski <marcin@python-works.com>
parents: 1470
diff changeset
3430 input.ui-button {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3431 background: #e5e3e3 url("../images/button.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3432 border-top: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3433 border-left: 1px solid #c6c6c6;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3434 border-right: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3435 border-bottom: 1px solid #c6c6c6;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3436 color: #515151 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3437 outline: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3438 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3439 padding: 6px 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3440 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3441 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3442 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3443 border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3444 box-shadow: 0 1px 0 #ececec;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3445 cursor: pointer;
1470
ea41c494cc3f beatify !
Marcin Kuzminski <marcin@python-works.com>
parents: 1468
diff changeset
3446 }
ea41c494cc3f beatify !
Marcin Kuzminski <marcin@python-works.com>
parents: 1468
diff changeset
3447
1471
f4725d9faf84 simplify !
Marcin Kuzminski <marcin@python-works.com>
parents: 1470
diff changeset
3448 input.ui-button:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3449 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
3450 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3451 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3452 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3453 border-bottom: 1px solid #afafaf;
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 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
3457 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3458 display: inline;
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.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
3462 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3463 margin: 10px 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3464 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3465 }
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 #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
3468 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3469 margin: 10px 0 0;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3470 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3471
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3472 #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
3473 width: 10%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3474 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3475 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3476
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3477 #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
3478 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3479 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3480 margin: 6px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3481 padding: 0;
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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3484 #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
3485 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3486 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
3487 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3488 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3489 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3490 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3491 color: #515151;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3492 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3493 padding: 6px 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3494 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3495
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3496 #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
3497 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3498 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3499 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3500 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3501 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3502 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3503
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3504 #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
3505 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3506 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3507 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3508 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3509 background: #ebebeb url("../images/pager.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3510 border-top: 1px solid #dedede;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3511 border-left: 1px solid #cfcfcf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3512 border-right: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3513 border-bottom: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3514 color: #4A4A4A;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3515 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3516 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3517 padding: 6px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3518 }
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 #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
3521 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3522 color: #B4B4B4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3523 padding: 6px;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3524 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3525
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3526 #login,#register {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3527 width: 520px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3528 margin: 10% auto 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3529 padding: 0;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3530 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3531
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3532 #login div.color,#register div.color {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3533 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3534 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3535 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3536 margin: 10px auto 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3537 padding: 3px 3px 3px 0;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3538 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3539
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3540 #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
3541 width: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3542 height: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3543 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3544 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3545 margin: 0 0 0 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3546 padding: 0;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3547 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3548
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3549 #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
3550 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3551 margin: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3552 padding: 0;
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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3555 #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
3556 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3557 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3558 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3559 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3560 padding: 0 0 10px;
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
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3563 #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
3564 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3565 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3566 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3567 color: red;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3568 margin: 8px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3569 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3570 max-width: 320px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3571 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3572
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3573 #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
3574 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3575 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3576 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3577 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3578
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3579 #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
3580 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3581 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3582 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3583 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3584 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3585
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3586 #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
3587 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3588 margin: 0 0 0 184px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3589 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3590 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3591
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3592 #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
3593 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3594 color: #565656;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3595 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3596 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3597
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3598 #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
3599 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3600 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3601 font-size: 1em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3602 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3603 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3604 }
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 #changeset_content .container .wrapper,#graph_content .container .wrapper
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 width: 600px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3609 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3610
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
3611 #changeset_content .container .left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3612 float: left;
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
3613 width: 75%;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3614 padding-left: 5px;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3615 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3616
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3617 #changeset_content .container .left .date,.ac .match {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3618 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3619 padding-top: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3620 padding-bottom: 5px;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3621 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3622
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3623 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
3624 border: none !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3625 height: 20px !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3626 padding: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3627 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3628
1624
64f44c2cf47c fixes small css issues with chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1610
diff changeset
3629 .q_filter_box {
64f44c2cf47c fixes small css issues with chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1610
diff changeset
3630 -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
3631 -webkit-border-radius: 4px;
64f44c2cf47c fixes small css issues with chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1610
diff changeset
3632 -moz-border-radius: 4px;
1654
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3633 border-radius: 4px;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3634 border: 0 none;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3635 color: #AAAAAA;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3636 margin-bottom: -4px;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3637 margin-top: -4px;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3638 padding-left: 3px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3639 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3640
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3641 #node_filter {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3642 border: 0px solid #545454;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3643 color: #AAAAAA;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3644 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
3645 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3646
1952
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3647
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3648 .group_members_wrap{
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3649
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3650 }
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3651
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3652 .group_members .group_member{
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3653 height: 30px;
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3654 padding:0px 0px 0px 10px;
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3655 }
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3656
1605
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3657 /*README STYLE*/
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3658
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3659 div.readme {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3660 padding:0px;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3661 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3662
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3663 div.readme h2 {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3664 font-weight: normal;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3665 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3666
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3667 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
3668 background-color: #fafafa;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3669 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3670
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3671 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
3672 clear:both;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3673 overflow:hidden;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3674 margin:0;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3675 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
3676 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3677
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3678 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
3679 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
3680 margin: 0 !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3681 padding: 0 !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3682 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
3683 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3684
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3685
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3686 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
3687 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
3688 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3689
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3690 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
3691 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
3692 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3693
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3694 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
3695 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
3696 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
3697 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
3698 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3699
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3700 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
3701 color: black !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3702 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
3703 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
3704 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3705
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3706 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
3707 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
3708 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
3709 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3710
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3711 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
3712 list-style: decimal;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3713 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
3714 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3715
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3716 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
3717 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
3718 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3719
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3720 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
3721 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
3722 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
3723 color: #444 !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3724 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
3725 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
3726 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3727
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3728 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
3729 padding: 0 !important;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3730 font-size: 12px !important;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3731 background-color: #eee !important;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3732 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
3733 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3734
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3735 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
3736 margin: 1em 0;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3737 font-size: 12px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3738 background-color: #eee;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3739 border: 1px solid #ddd;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3740 padding: 5px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3741 color: #444;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3742 overflow: auto;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3743 -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
3744 -webkit-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3745 -moz-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3746 border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3747 }
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3748
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3749
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3750 /** RST STYLE **/
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3751
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3752
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3753 div.rst-block {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3754 padding:0px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3755 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3756
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3757 div.rst-block h2 {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3758 font-weight: normal;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3759 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3760
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3761 div.rst-block {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3762 background-color: #fafafa;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3763 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3764
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3765 div.rst-block {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3766 clear:both;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3767 overflow:hidden;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3768 margin:0;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3769 padding:0 20px 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3770 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3771
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3772 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
3773 border-bottom: 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3774 margin: 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3775 padding: 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3776 line-height: 1.5em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3777 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3778
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3779
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3780 div.rst-block h1:first-child {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3781 padding-top: .25em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3782 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3783
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3784 div.rst-block h2, div.rst-block h3 {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3785 margin: 1em 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3786 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3787
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3788 div.rst-block h2 {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3789 margin-top: 1.5em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3790 border-top: 4px solid #e0e0e0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3791 padding-top: .5em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3792 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3793
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3794 div.rst-block p {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3795 color: black !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3796 margin: 1em 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3797 line-height: 1.5em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3798 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3799
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3800 div.rst-block ul {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3801 list-style: disc !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3802 margin: 1em 0 1em 2em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3803 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3804
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3805 div.rst-block ol {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3806 list-style: decimal;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3807 margin: 1em 0 1em 2em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3808 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3809
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3810 div.rst-block pre, code {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3811 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3812 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3813
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3814 div.rst-block code {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3815 font-size: 12px !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3816 background-color: ghostWhite !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3817 color: #444 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3818 padding: 0 .2em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3819 border: 1px solid #dedede !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3820 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3821
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3822 div.rst-block pre code {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3823 padding: 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3824 font-size: 12px !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3825 background-color: #eee !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3826 border: none !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3827 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3828
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3829 div.rst-block pre {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3830 margin: 1em 0;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3831 font-size: 12px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3832 background-color: #eee;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3833 border: 1px solid #ddd;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3834 padding: 5px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3835 color: #444;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3836 overflow: auto;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3837 -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
3838 -webkit-border-radius: 3px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3839 -moz-border-radius: 3px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3840 border-radius: 3px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3841 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3842
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3843
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3844 /** comment main **/
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3845 .comments {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3846 padding:10px 20px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3847 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3848
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3849 .comments .comment {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3850 border: 1px solid #ddd;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3851 margin-top: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3852 -webkit-border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3853 -moz-border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3854 border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3855 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3856
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3857 .comments .comment .meta {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3858 background: #f8f8f8;
1860
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
3859 padding: 4px;
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3860 border-bottom: 1px solid #ddd;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3861 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3862
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3863 .comments .comment .meta img {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3864 vertical-align: middle;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3865 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3866
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3867 .comments .comment .meta .user {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3868 font-weight: bold;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3869 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3870
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3871 .comments .comment .meta .date {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3872 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3873
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3874 .comments .comment .text {
1674
6f0143e5efe5 #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1670
diff changeset
3875 background-color: #FAFAFA;
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3876 }
1860
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
3877 .comment .text div.rst-block p {
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
3878 margin: 0.5em 0px !important;
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
3879 }
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3880
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3881 .comments .comments-number{
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3882 padding:0px 0px 10px 0px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3883 font-weight: bold;
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3884 color: #666;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3885 font-size: 16px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3886 }
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3887
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3888 /** comment form **/
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3889
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3890 .comment-form .clearfix{
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3891 background: #EEE;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3892 -webkit-border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3893 -moz-border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3894 border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3895 padding: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3896 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3897
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3898 div.comment-form {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3899 margin-top: 20px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3900 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3901
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3902 .comment-form strong {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3903 display: block;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3904 margin-bottom: 15px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3905 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3906
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3907 .comment-form textarea {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3908 width: 100%;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3909 height: 100px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3910 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3911 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3912
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3913 form.comment-form {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3914 margin-top: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3915 margin-left: 10px;
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 .comment-form-submit {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3919 margin-top: 5px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3920 margin-left: 525px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3921 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3922
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3923 .file-comments {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3924 display: none;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3925 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3926
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3927 .comment-form .comment {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3928 margin-left: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3929 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3930
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3931 .comment-form .comment-help{
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3932 padding: 0px 0px 5px 0px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3933 color: #666;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3934 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3935
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3936 .comment-form .comment-button{
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3937 padding-top:5px;
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 .add-another-button {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3941 margin-left: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3942 margin-top: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3943 margin-bottom: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3944 }
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 .comment .buttons {
1860
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
3947 float: right;
1674
6f0143e5efe5 #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1670
diff changeset
3948 }
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3949
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3950
1686
6ff8bcb783e9 show inline comments option
Marcin Kuzminski <marcin@python-works.com>
parents: 1684
diff changeset
3951 .show-inline-comments{
6ff8bcb783e9 show inline comments option
Marcin Kuzminski <marcin@python-works.com>
parents: 1684
diff changeset
3952 position: relative;
6ff8bcb783e9 show inline comments option
Marcin Kuzminski <marcin@python-works.com>
parents: 1684
diff changeset
3953 top:1px
6ff8bcb783e9 show inline comments option
Marcin Kuzminski <marcin@python-works.com>
parents: 1684
diff changeset
3954 }
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3955
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3956 /** comment inline form **/
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3957
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3958 .comment-inline-form .clearfix{
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3959 background: #EEE;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3960 -webkit-border-radius: 4px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3961 -moz-border-radius: 4px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3962 border-radius: 4px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3963 padding: 5px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3964 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3965
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3966 div.comment-inline-form {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3967 margin-top: 5px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3968 padding:2px 6px 8px 6px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3969 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3970
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3971 .comment-inline-form strong {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3972 display: block;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3973 margin-bottom: 15px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3974 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3975
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3976 .comment-inline-form textarea {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3977 width: 100%;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3978 height: 100px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3979 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3980 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3981
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3982 form.comment-inline-form {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3983 margin-top: 10px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3984 margin-left: 10px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3985 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3986
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3987 .comment-inline-form-submit {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3988 margin-top: 5px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3989 margin-left: 525px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3990 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3991
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3992 .file-comments {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3993 display: none;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3994 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3995
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3996 .comment-inline-form .comment {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3997 margin-left: 10px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3998 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3999
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4000 .comment-inline-form .comment-help{
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4001 padding: 0px 0px 2px 0px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4002 color: #666666;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4003 font-size: 10px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4004 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4005
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4006 .comment-inline-form .comment-button{
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4007 padding-top:5px;
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4008 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4009
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4010 /** comment inline **/
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4011 .inline-comments {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4012 padding:10px 20px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4013 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4014
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4015 .inline-comments div.rst-block {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4016 clear:both;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4017 overflow:hidden;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4018 margin:0;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4019 padding:0 20px 0px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4020 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4021 .inline-comments .comment {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4022 border: 1px solid #ddd;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4023 -webkit-border-radius: 4px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4024 -moz-border-radius: 4px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4025 border-radius: 4px;
1684
99ab32357262 touch up padding on inline comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1682
diff changeset
4026 margin: 3px 3px 5px 5px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4027 background-color: #FAFAFA;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4028 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4029 .inline-comments .comment-wrapp{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4030 padding:1px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4031 }
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4032 .inline-comments .comment .meta {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4033 background: #f8f8f8;
1860
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
4034 padding: 4px;
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4035 border-bottom: 1px solid #ddd;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4036 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4037
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4038 .inline-comments .comment .meta img {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4039 vertical-align: middle;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4040 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4041
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4042 .inline-comments .comment .meta .user {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4043 font-weight: bold;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4044 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4045
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4046 .inline-comments .comment .meta .date {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4047 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4048
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4049 .inline-comments .comment .text {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4050 background-color: #FAFAFA;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4051 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4052
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4053 .inline-comments .comments-number{
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4054 padding:0px 0px 10px 0px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4055 font-weight: bold;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4056 color: #666;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4057 font-size: 16px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4058 }
1704
3efc47f59639 inline comment form is displayed now under all comments.
Marcin Kuzminski <marcin@python-works.com>
parents: 1702
diff changeset
4059 .inline-comments-button .add-comment{
3efc47f59639 inline comment form is displayed now under all comments.
Marcin Kuzminski <marcin@python-works.com>
parents: 1702
diff changeset
4060 margin:10px 5px !important;
3efc47f59639 inline comment form is displayed now under all comments.
Marcin Kuzminski <marcin@python-works.com>
parents: 1702
diff changeset
4061 }
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4062 .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
4063 border-radius: 4px 4px 4px 4px;
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4064 -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
4065 -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
4066 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
4067 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
4068 position: absolute;
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4069 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
4070 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
4071 z-index: 1000;
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4072 }
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4073 .notifications a{
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4074 color:#888 !important;
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4075 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
4076 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
4077 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
4078 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
4079 -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
4080 -moz-border-radius: 2px !important;
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4081 }
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4082 .notifications a:hover{
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4083 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
4084 background-color: #EEEFFF !important;
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4085 }
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4086 .notification-header{
1787
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4087 padding-top:6px;
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4088 }
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4089 .notification-header .desc{
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4090 font-size: 16px;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4091 height: 24px;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4092 float: left
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4093 }
1739
4a5b93b3bcdd forbid notifications view for anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 1737
diff changeset
4094 .notification-list .container.unread{
4a5b93b3bcdd forbid notifications view for anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 1737
diff changeset
4095
4a5b93b3bcdd forbid notifications view for anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 1737
diff changeset
4096 }
1787
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4097 .notification-header .gravatar{
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4098
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4099 }
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4100 .notification-header .desc.unread{
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4101 font-weight: bold;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4102 font-size: 17px;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4103 }
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4104
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4105 .notification-header .delete-notifications{
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4106 float: right;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4107 padding-top: 8px;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4108 cursor: pointer;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4109 }
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4110 .notification-subject{
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4111 clear:both;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4112 border-bottom: 1px solid #eee;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4113 padding:5px 0px 5px 38px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4114 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4115
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4116
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4117 /*****************************************************************************
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4118 DIFFS CSS
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4119 ******************************************************************************/
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4120
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4121 div.diffblock {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4122 overflow: auto;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4123 padding: 0px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4124 border: 1px solid #ccc;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4125 background: #f8f8f8;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4126 font-size: 100%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4127 line-height: 100%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4128 /* new */
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4129 line-height: 125%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4130 -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
4131 -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
4132 border-radius: 6px 6px 0px 0px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4133 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4134 div.diffblock.margined{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4135 margin: 0px 20px 0px 20px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4136 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4137 div.diffblock .code-header{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4138 border-bottom: 1px solid #CCCCCC;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4139 background: #EEEEEE;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4140 padding:10px 0 10px 0;
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
4141 height: 14px;
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
4142 }
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4143 div.diffblock .code-header.cv{
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4144 height: 34px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4145 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4146 div.diffblock .code-header-title{
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4147 padding: 0px 0px 10px 5px !important;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4148 margin: 0 !important;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4149 }
1949
0471cbe8b4a7 user lowercase (copy safe) hash in changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1940
diff changeset
4150 div.diffblock .code-header .hash{
0471cbe8b4a7 user lowercase (copy safe) hash in changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1940
diff changeset
4151 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
4152 padding: 2px 0 0 2px;
1949
0471cbe8b4a7 user lowercase (copy safe) hash in changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1940
diff changeset
4153 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
4154 div.diffblock .code-header .date{
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
4155 float:left;
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
4156 text-transform: uppercase;
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
4157 padding: 2px 0px 0px 2px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4158 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4159 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
4160 margin-left:4px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4161 font-weight: bold;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4162 font-size: 14px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4163 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4164 div.diffblock .code-body{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4165 background: #FFFFFF;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4166 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4167 div.diffblock pre.raw{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4168 background: #FFFFFF;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4169 color:#000000;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4170 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4171 table.code-difftable{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4172 border-collapse: collapse;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4173 width: 99%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4174 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4175 table.code-difftable td {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4176 padding: 0 !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4177 background: none !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4178 border:0 !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4179 vertical-align: none !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4180 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4181 table.code-difftable .context{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4182 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
4183 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4184 table.code-difftable .add{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4185 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
4186 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4187 table.code-difftable .add ins{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4188 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
4189 text-decoration:none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4190 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4191 table.code-difftable .del{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4192 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
4193 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4194 table.code-difftable .del del{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4195 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
4196 text-decoration:none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4197 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4198
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4199 /** LINE NUMBERS **/
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4200 table.code-difftable .lineno{
1805
e84b3d98c07b nicer diff
Marcin Kuzminski <marcin@python-works.com>
parents: 1787
diff changeset
4201
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4202 padding-left:2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4203 padding-right:2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4204 text-align:right;
1773
e8caed093994 diff line numbers fix
Marcin Kuzminski <marcin@python-works.com>
parents: 1772
diff changeset
4205 width:32px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4206 -moz-user-select:none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4207 -webkit-user-select: none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4208 border-right: 1px solid #CCC !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4209 border-left: 0px solid #CCC !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4210 border-top: 0px solid #CCC !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4211 border-bottom: none !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4212 vertical-align: middle !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4213
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4214 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4215 table.code-difftable .lineno.new {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4216 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4217 table.code-difftable .lineno.old {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4218 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4219 table.code-difftable .lineno a{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4220 color:#747474 !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4221 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
4222 letter-spacing:-1px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4223 text-align:right;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4224 padding-right: 2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4225 cursor: pointer;
1774
46766a3db255 diff line fix no#
Marcin Kuzminski <marcin@python-works.com>
parents: 1773
diff changeset
4226 display: block;
46766a3db255 diff line fix no#
Marcin Kuzminski <marcin@python-works.com>
parents: 1773
diff changeset
4227 width: 32px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4228 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4229
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4230 table.code-difftable .lineno-inline{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4231 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
4232 padding-left:2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4233 padding-right:2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4234 text-align:right;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4235 width:30px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4236 -moz-user-select:none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4237 -webkit-user-select: none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4238 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4239
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4240 /** CODE **/
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4241 table.code-difftable .code {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4242 display: block;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4243 width: 100%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4244 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4245 table.code-difftable .code td{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4246 margin:0;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4247 padding:0;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4248 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4249 table.code-difftable .code pre{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4250 margin:0;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4251 padding:0;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4252 height: 17px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4253 line-height: 17px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4254 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4255
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4256
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4257 .diffblock.margined.comm .line .code:hover{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4258 background-color:#FFFFCC !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4259 cursor: pointer !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4260 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
4261 background-repeat:no-repeat !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4262 background-position: right !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4263 background-position: 0% 50% !important;
1787
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4264 }
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4265 .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
4266 background-image: none !important;
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4267 cursor: auto !important;
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4268 background-color: inherit !important;
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4269
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
4270 }