annotate rhodecode/public/css/style.css @ 2031:82a88013a3fd

merge 1.3 into stable
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 26 Feb 2012 17:25:09 +0200
parents 79183c1321da 93d4e3eb7d84
children dc2584ba5fbc
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);
1998
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
206 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
207 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
208 background-image: -o-linear-gradient(top, #003b76, #00376e);
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
209 background-image: linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
210 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
211 endColorstr='#00376e', GradientType=0 );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
212 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
213 }
30d3161c6683 Implemented fancier top menu for logged and anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 769
diff changeset
214
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
215 #header ul#logged-user li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
216 list-style: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
217 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
218 margin: 8px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
219 padding: 4px 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
220 border-left: 1px solid #316293;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
221 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
222
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
223 #header ul#logged-user li.first {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
224 border-left: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
225 margin: 4px;
784
30d3161c6683 Implemented fancier top menu for logged and anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 769
diff changeset
226 }
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 #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
229 margin-top: -2px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
230 }
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 #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
233 padding-top: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
234 float: left;
402
757c7eef0dcd implemented gravatars into main bar.
Marcin Kuzminski <marcin@python-works.com>
parents: 401
diff changeset
235 }
757c7eef0dcd implemented gravatars into main bar.
Marcin Kuzminski <marcin@python-works.com>
parents: 401
diff changeset
236
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
237 #header ul#logged-user li.last {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
238 border-right: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
239 }
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 #header ul#logged-user li a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
242 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
243 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
244 text-decoration: none;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
245 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
246
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
247 #header ul#logged-user li a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
248 text-decoration: underline;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
249 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
250
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
251 #header ul#logged-user li.highlight a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
252 color: #fff;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
253 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
254
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
255 #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
256 color: #FFF;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
257 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
258
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
259 #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
260 min-height: 44px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
261 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
262 position: relative;
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
263 background-color: #eedc94;
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
264 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
265 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
266 background-image: -moz-linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
267 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
268 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) );
1998
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
269 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
270 background-image: -o-linear-gradient(top, #003b76, #00376e);
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
271 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
272 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
273 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
274 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
275 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
276 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
277 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
278 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
279 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
280 border-radius: 4px 4px 4px 4px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
281 }
1610
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
282 #header #header-inner.hover{
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
283 position: fixed !important;
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
284 width: 100% !important;
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
285 margin-left: -10px !important;
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
286 z-index: 10000;
2001
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
287 -webkit-border-radius: 0px 0px 0px 0px;
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
288 -khtml-border-radius: 0px 0px 0px 0px;
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
289 -moz-border-radius: 0px 0px 0px 0px;
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
290 border-radius: 0px 0px 0px 0px;
1610
277690a23606 stay-on-top menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1605
diff changeset
291 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
292 #header #header-inner #home a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
293 height: 40px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
294 width: 46px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
295 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
296 background: url("../images/button_home.png");
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
297 background-position: 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
298 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
299 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
300 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
301
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
302 #header #header-inner #home a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
303 background-position: 0 -40px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
304 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
305
1552
2a3f32c38c5c ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1538
diff changeset
306 #header #header-inner #logo {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
307 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
308 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
309 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
310
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
311 #header #header-inner #logo h1 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
312 color: #FFF;
1928
470dd49966f3 new menu css fixes for chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1926
diff changeset
313 font-size: 20px;
470dd49966f3 new menu css fixes for chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1926
diff changeset
314 margin: 12px 0 0 13px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
315 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
316 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
317
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
318 #header #header-inner #logo a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
319 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
320 text-decoration: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
321 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
322
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
323 #header #header-inner #logo a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
324 color: #bfe3ff;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
325 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
326
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
327 #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
328 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
329 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
330 list-style-type: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
331 list-style-position: outside;
2001
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
332 margin: 8px 8px 0 0;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
333 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
334 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
335
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
336 #header #header-inner #quick li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
337 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
338 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
339 margin: 0 5px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
340 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
341 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
342
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
343 #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
344 top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
345 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
346 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
347 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
348 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
349 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
350 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
351 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
352 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
353 background: #369;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
354 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
355 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
356 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
357 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
358 border-radius: 4px 4px 4px 4px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
359 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
360
747
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
361 #header #header-inner #quick li span.short {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
362 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
363 }
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
364
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
365 #header #header-inner #quick li span {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
366 top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
367 right: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
368 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
369 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
370 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
371 border-left: 1px solid #3f6f9f;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
372 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
373 padding: 10px 12px 8px 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
374 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
375
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
376 #header #header-inner #quick li span.normal {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
377 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
378 padding: 10px 12px 8px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
379 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
380
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
381 #header #header-inner #quick li span.icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
382 top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
383 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
384 border-left: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
385 border-right: 1px solid #2e5c89;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
386 padding: 8px 6px 4px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
387 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
388
747
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
389 #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
390 top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
391 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
392 border-left: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
393 border-right: 1px solid #2e5c89;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
394 padding: 8px 6px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
395 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
396
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
397 #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
398 {
1552
2a3f32c38c5c ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1538
diff changeset
399 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
400 }
2f89beda06a1 Added icons with numbers of followers and number of forks
Marcin Kuzminski <marcin@python-works.com>
parents: 743
diff changeset
401
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
402 #header #header-inner #quick li a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
403 background: #4e4e4e no-repeat top left;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
404 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
405
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
406 #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
407 border-left: 1px solid #545454;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
408 }
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 #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
411 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
412 border-left: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
413 border-right: 1px solid #464646;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
414 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
415
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
416 #header #header-inner #quick ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
417 top: 29px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
418 right: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
419 min-width: 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
420 display: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
421 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
422 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
423 border: 1px solid #666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
424 border-top: 1px solid #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
425 z-index: 100;
1940
ef23fa832ab2 fixed percentage in stats
Marcin Kuzminski <marcin@python-works.com>
parents: 1935
diff changeset
426 margin: 0px 0px 0px 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
427 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
428 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
429
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
430 #header #header-inner #quick ul.repo_switcher {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
431 max-height: 275px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
432 overflow-x: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
433 overflow-y: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
434 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
435
1263
83714588272c added quick filter into repo switcher list
Marcin Kuzminski <marcin@python-works.com>
parents: 1257
diff changeset
436 #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
437 float: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
438 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
439 border-bottom: 2px solid #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
440 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
441
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
442 #header #header-inner #quick .repo_switcher_type {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
443 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
444 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
445 top: 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
446 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
447
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
448 #header #header-inner #quick li ul li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
449 border-bottom: 1px solid #ddd;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
450 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
451
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
452 #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
453 width: 182px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
454 height: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
455 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
456 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
457 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
458 color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
459 font-weight: 400;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
460 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
461 padding: 7px 9px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
462 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
463
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
464 #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
465 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
466 background: #FFF;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
467 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
468
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
469 #header #header-inner #quick ul ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
470 top: auto;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
471 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
472
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
473 #header #header-inner #quick li ul ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
474 right: 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
475 max-height: 275px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
476 overflow: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
477 overflow-x: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
478 white-space: normal;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
479 }
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 #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
482 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
483 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
484 #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
485 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
486 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
487 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
488 }
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 #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
491 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
492 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
493 #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
494 min-width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
495 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
496 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
497 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
498
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
499 #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
500 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
501 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
502 9px #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
503 min-width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
504 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
505 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
506 }
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 #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
509 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
510 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
511 #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
512 min-width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
513 margin: 0 0 0 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
514 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
515 }
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 #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
518 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
519 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
520 #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
521 min-width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
522 margin: 0 0 0 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
523 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
524 }
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 #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
527 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
528 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
529 4px 9px #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
530 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
531 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
532 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
533 }
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 #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
536 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
537 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
538 4px 9px #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
539 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
540 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
541 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
542 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
543
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
544 #header #header-inner #quick li ul li a.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
545 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
546 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
547 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
548 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
549 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
550 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
551
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
552 #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
553 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
554 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
555 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
556 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
557 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
558 }
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 #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
561 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
562 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
563 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
564 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
565 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
566 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
567
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
568 #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
569 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
570 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
571 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
572 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
573 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
574 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
575
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
576 #header #header-inner #quick li ul li a.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
577 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
578 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
579 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
580 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
581 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
582 }
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 #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
585 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
586 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
587 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
588 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
589 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
590 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
591 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
592
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
593 #header #header-inner #quick li ul li a.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
594 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
595 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
596 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
597 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
598 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
599 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
600
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
601 #header #header-inner #quick li ul li a.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
602 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
603 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
604 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
605 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
606 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
607 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
608
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
609 #header #header-inner #quick li ul li a.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
610 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
611 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
612 9px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
613 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
614 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
615 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
616 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
617
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
618 #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
619 #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
620 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
621 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
622 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
623 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
624 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
625
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
626 #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
627 #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
628 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
629 width: 167px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
630 margin: 0;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
631 padding: 12px 9px 7px 24px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
632 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
633
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
634 #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
635 #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
636 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
637 width: 167px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
638 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
639 padding: 12px 9px 7px 24px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
640 }
1423
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
641
1538
27be8f94c207 implements #226 repo groups available by path
Marcin Kuzminski <marcin@python-works.com>
parents: 1531
diff changeset
642 .groups_breadcrumbs a {
27be8f94c207 implements #226 repo groups available by path
Marcin Kuzminski <marcin@python-works.com>
parents: 1531
diff changeset
643 color: #fff;
27be8f94c207 implements #226 repo groups available by path
Marcin Kuzminski <marcin@python-works.com>
parents: 1531
diff changeset
644 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
645
1538
27be8f94c207 implements #226 repo groups available by path
Marcin Kuzminski <marcin@python-works.com>
parents: 1531
diff changeset
646 .groups_breadcrumbs a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
647 color: #bfe3ff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
648 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
649 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
650
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
651 td.quick_repo_menu {
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
652 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
653 cursor: pointer;
1426
91708b96e991 Fixed show more links.
Marcin Kuzminski <marcin@python-works.com>
parents: 1423
diff changeset
654 width: 8px;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
655 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
656 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
657
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
658 td.quick_repo_menu.active {
1785
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1778
diff changeset
659 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
660 border: 1px solid #003367;
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
661 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
662 cursor: pointer;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
663 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
664
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
665 td.quick_repo_menu .menu_items {
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
666 margin-top: 10px;
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
667 margin-left:-6px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
668 width: 150px;
1423
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
669 position: absolute;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
670 background-color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
671 background: none repeat scroll 0 0 #FFFFFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
672 border-color: #003367 #666666 #666666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
673 border-right: 1px solid #666666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
674 border-style: solid;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
675 border-width: 1px;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
676 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
677 border-top-style: none;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
678 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
679
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
680 td.quick_repo_menu .menu_items li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
681 padding: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
682 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
683
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
684 td.quick_repo_menu .menu_items a {
1426
91708b96e991 Fixed show more links.
Marcin Kuzminski <marcin@python-works.com>
parents: 1423
diff changeset
685 display: block;
91708b96e991 Fixed show more links.
Marcin Kuzminski <marcin@python-works.com>
parents: 1423
diff changeset
686 padding: 4px 12px 4px 8px;
91708b96e991 Fixed show more links.
Marcin Kuzminski <marcin@python-works.com>
parents: 1423
diff changeset
687 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
688
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
689 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
690 background-color: #EEE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
691 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
692 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
693
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
694 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
695 margin-bottom: -2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
696 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
697
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
698 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
699 display: none;
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
700 }
241a5167c4e0 Added quick menu for each repo in main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1421
diff changeset
701
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
702 .yui-dt-first th {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
703 text-align: left;
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
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
706 /*
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
707 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
708 Code licensed under the BSD License:
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
709 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
710 version: 2.9.0
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
711 */
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
712 .yui-skin-sam .yui-dt-mask {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
713 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
714 z-index: 9500;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
715 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
716 .yui-dt-tmp {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
717 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
718 left: -9000px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
719 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
720 .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
721 .yui-dt-scrollable .yui-dt-hd {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
722 overflow: hidden;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
723 position: relative;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
724 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
725 .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
726 .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
727 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
728 left: -1500px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
729 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
730 .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
731 .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
732 .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
733 .yui-dt-coltarget {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
734 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
735 z-index: 999;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
736 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
737 .yui-dt-hd { zoom: 1 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
738 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
739 .yui-dt-resizer {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
740 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
741 right: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
742 bottom: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
743 height: 100%;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
744 cursor: e-resize;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
745 cursor: col-resize;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
746 background-color: #CCC;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
747 opacity: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
748 filter: alpha(opacity=0);
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
749 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
750 .yui-dt-resizerproxy {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
751 visibility: hidden;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
752 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
753 z-index: 9000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
754 background-color: #CCC;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
755 opacity: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
756 filter: alpha(opacity=0);
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
757 }
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-liner,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
759 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
760 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
761 .yui-dt-editor,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
762 .yui-dt-editor-shim {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
763 position: absolute;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
764 z-index: 9000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
765 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
766 .yui-skin-sam .yui-dt table {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
767 margin: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
768 padding: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
769 font-family: arial;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
770 font-size: inherit;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
771 border-collapse: separate;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
772 *border-collapse: collapse;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
773 border-spacing: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
774 border: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
775 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
776 .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
777 .yui-skin-sam .yui-dt caption {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
778 color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
779 font-size: 85%;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
780 font-weight: normal;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
781 font-style: italic;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
782 line-height: 1;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
783 padding: 1em 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
784 text-align: center;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
785 }
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 { 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
787 .yui-skin-sam .yui-dt th,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
788 .yui-skin-sam .yui-dt th a {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
789 font-weight: normal;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
790 text-decoration: none;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
791 color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
792 vertical-align: bottom;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
793 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
794 .yui-skin-sam .yui-dt th {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
795 margin: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
796 padding: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
797 border: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
798 border-right: 1px solid #cbcbcb;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
799 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
800 .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
801 .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
802 .yui-skin-sam .yui-dt-liner {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
803 margin: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
804 padding: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
805 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
806 .yui-skin-sam .yui-dt-coltarget {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
807 width: 5px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
808 background-color: red;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
809 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
810 .yui-skin-sam .yui-dt td {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
811 margin: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
812 padding: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
813 border: 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
814 border-right: 1px solid #cbcbcb;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
815 text-align: left;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
816 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
817 .yui-skin-sam .yui-dt-list td { border-right: 0 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
818 .yui-skin-sam .yui-dt-resizer { width: 6px }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
819 .yui-skin-sam .yui-dt-mask {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
820 background-color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
821 opacity: .25;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
822 filter: alpha(opacity=25);
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
823 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
824 .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
825 .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
826 .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
827 border-left: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
828 border-top: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
829 border-right: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
830 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
831 .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
832 border-left: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
833 border-bottom: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
834 border-right: 1px solid #7f7f7f;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
835 background-color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
836 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
837 .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
838 .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
839 .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
840 .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
841 .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
842 .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
843 tbody .yui-dt-editable { cursor: pointer }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
844 .yui-dt-editor {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
845 text-align: left;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
846 background-color: #f2f2f2;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
847 border: 1px solid #808080;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
848 padding: 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
849 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
850 .yui-dt-editor label {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
851 padding-left: 4px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
852 padding-right: 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
853 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
854 .yui-dt-editor .yui-dt-button {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
855 padding-top: 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
856 text-align: right;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
857 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
858 .yui-dt-editor .yui-dt-button button {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
859 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
860 border: 1px solid #999;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
861 width: 4em;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
862 height: 1.8em;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
863 margin-left: 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
864 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
865 .yui-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
866 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
867 background-color: #5584e0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
868 border: 1px solid #304369;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
869 color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
870 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
871 .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
872 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
873 color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
874 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
875 .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
876 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
877 color: #000;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
878 }
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 { background-color: #FFF }
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-odd { 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-even 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-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
883 .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
884 .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
885 .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
886 .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
887 .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
888 .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
889 .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
890 .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
891 .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
892 .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
893 .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
894 .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
895 .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
896 .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
897 .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
898 cursor: pointer;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
899 background-color: #b2d2ff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
900 }
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 th.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 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
903 .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
904 .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
905 .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
906 .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
907 .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
908 cursor: pointer;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
909 background-color: #b2d2ff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
910 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
911 .yui-skin-sam th.yui-dt-selected,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
912 .yui-skin-sam th.yui-dt-selected a { background-color: #446cd7 }
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,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
914 .yui-skin-sam tr.yui-dt-selected td.yui-dt-asc,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
915 .yui-skin-sam tr.yui-dt-selected td.yui-dt-desc {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
916 background-color: #426fd9;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
917 color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
918 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
919 .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
920 .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
921 background-color: #446cd7;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
922 color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
923 }
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 th.yui-dt-selected,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
925 .yui-skin-sam .yui-dt-list th.yui-dt-selected a { background-color: #446cd7 }
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,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
927 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-asc,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
928 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-desc {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
929 background-color: #426fd9;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
930 color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
931 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
932 .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
933 .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
934 background-color: #446cd7;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
935 color: #FFF;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
936 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
937 .yui-skin-sam .yui-dt-paginator {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
938 display: block;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
939 margin: 6px 0;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
940 white-space: nowrap;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
941 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
942 .yui-skin-sam .yui-dt-paginator .yui-dt-first,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
943 .yui-skin-sam .yui-dt-paginator .yui-dt-last,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
944 .yui-skin-sam .yui-dt-paginator .yui-dt-selected { padding: 2px 6px }
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 a.yui-dt-first,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
946 .yui-skin-sam .yui-dt-paginator a.yui-dt-last { text-decoration: none }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
947 .yui-skin-sam .yui-dt-paginator .yui-dt-previous,
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
948 .yui-skin-sam .yui-dt-paginator .yui-dt-next { display: none }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
949 .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
950 border: 1px solid #cbcbcb;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
951 padding: 2px 6px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
952 text-decoration: none;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
953 background-color: #fff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
954 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
955 .yui-skin-sam .yui-dt-selected {
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
956 border: 1px solid #fff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
957 background-color: #fff;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
958 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
959
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
960 #content #left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
961 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
962 width: 280px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
963 position: absolute;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
964 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
965
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
966 #content #right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
967 margin: 0 60px 10px 290px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
968 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
969
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
970 #content div.box {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
971 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
972 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
973 background: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
974 margin: 0 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
975 padding: 0 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
976 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
977 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
978 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
979 border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
980 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
981 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
982
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
983 #content div.box-left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
984 width: 49%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
985 clear: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
986 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
987 margin: 0 0 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
988 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
989
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
990 #content div.box-right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
991 width: 49%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
992 clear: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
993 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
994 margin: 0 0 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
995 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
996
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
997 #content div.box div.title {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
998 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
999 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1000 background-color: #eedc94;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1001 background-repeat: repeat-x;
1999
6b474c01ba98 fixed css broken during replacement
Marcin Kuzminski <marcin@python-works.com>
parents: 1998
diff changeset
1002 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1003 background-image: -moz-linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1004 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1998
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
1005 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
1006 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
1999
6b474c01ba98 fixed css broken during replacement
Marcin Kuzminski <marcin@python-works.com>
parents: 1998
diff changeset
1007 background-image: -o-linear-gradient(top, #003b76, #00376e);
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1008 background-image: linear-gradient(top, #003b76, #00376e);
1999
6b474c01ba98 fixed css broken during replacement
Marcin Kuzminski <marcin@python-works.com>
parents: 1998
diff changeset
1009 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
1010 margin: 0 0 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1011 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1012 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1013
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1014 #content div.box div.title h5 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1015 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1016 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1017 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1018 text-transform: uppercase;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1019 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1020 padding: 11px 0 11px 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1021 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1022
1741
fcbc35ecb024 personal Journal UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1739
diff changeset
1023 #content div.box div.title .link-white{
fcbc35ecb024 personal Journal UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1739
diff changeset
1024 color: #FFFFFF;
fcbc35ecb024 personal Journal UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1739
diff changeset
1025 }
fcbc35ecb024 personal Journal UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1739
diff changeset
1026
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1027 #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
1028 list-style: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1029 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1030 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1031 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1032 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1033
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1034 #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
1035 border-left: 1px solid #316293;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1036 color: #FFFFFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1037 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1038 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1039 font-size: 13px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1040 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1041 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1042 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1043 padding: 11px 22px 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1044 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1045 }
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 #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
1048 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1049 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1050 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1051 border-bottom: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1052 margin: 10px 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1053 padding: 0 0 15px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1054 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1055
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1056 #content div.box p {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1057 color: #5f5f5f;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1058 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1059 line-height: 150%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1060 margin: 0 24px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1061 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1062 }
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 #content div.box blockquote {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1065 border-left: 4px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1066 color: #5f5f5f;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1067 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1068 line-height: 150%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1069 margin: 0 34px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1070 padding: 0 0 0 14px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1071 }
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 #content div.box blockquote p {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1074 margin: 10px 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1075 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1076 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1077
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1078 #content div.box dl {
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
1079 margin: 10px 0px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1080 }
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 #content div.box dt {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1083 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1084 margin: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1085 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1086
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1087 #content div.box dd {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1088 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1089 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1090 padding: 8px 0 8px 15px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1091 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1092
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1093 #content div.box li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1094 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1095 padding: 4px 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1096 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1097
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1098 #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
1099 margin: 10px 24px 10px 38px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1100 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1101
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1102 #content div.box ul.square {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1103 margin: 10px 24px 10px 40px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1104 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1105
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1106 #content div.box img.left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1107 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1108 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1109 margin: 10px 10px 10px 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1110 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1111
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1112 #content div.box img.right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1113 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1114 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1115 margin: 10px 0 10px 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1116 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1117
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1118 #content div.box div.messages {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1119 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1120 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1121 margin: 0 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1122 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1123 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1124
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1125 #content div.box div.message {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1126 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1127 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1128 margin: 0;
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
1129 padding: 5px 0;
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
1130 white-space: pre-wrap;
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
1131 }
1882
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1132 #content div.box div.expand {
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1133 width: 110%;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1134 height:14px;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1135 font-size:10px;
1934
af1fafcd5927 fixes expand button on changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1931
diff changeset
1136 text-align:center;
1882
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1137 cursor: pointer;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1138 color:#666;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1139
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1140 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
1141 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
1142 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
1143 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
1144 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
1145 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
1146
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1147 display: none;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1148 }
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1149 #content div.box div.expand .expandtext {
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1150 background-color: #ffffff;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1151 padding: 2px;
496cfa1025e7 changelog: styling "show more" expander
Aras Pranckevicius <aras@unity3d.com>
parents: 1881
diff changeset
1152 border-radius: 2px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1153 }
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1154
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1155 #content div.box div.message a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1156 font-weight: 400 !important;
579
6d0474c7e645 more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 578
diff changeset
1157 }
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1158
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1159 #content div.box div.message div.image {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1160 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1161 margin: 9px 0 0 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1162 padding: 6px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1163 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1164
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1165 #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
1166 vertical-align: middle;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1167 margin: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1168 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1169
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1170 #content div.box div.message div.text {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1171 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1172 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1173 padding: 9px 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1174 }
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 #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
1177 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1178 width: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1179 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1180 background: url("../images/icons/cross.png") no-repeat;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1181 margin: 15px 14px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1182 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1183 }
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 #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
1186 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1187 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1188 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1189 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1190 }
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 #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
1193 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1194 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1195 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1196 padding: 5px 0 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1197 }
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 #content div.box div.message-error {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1200 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1201 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1202 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1203 background: #FBE3E4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1204 border: 1px solid #FBC2C4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1205 color: #860006;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1206 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1207
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1208 #content div.box div.message-error h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1209 color: #860006;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1210 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1211
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1212 #content div.box div.message-warning {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1213 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1214 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1215 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1216 background: #FFF6BF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1217 border: 1px solid #FFD324;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1218 color: #5f5200;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1219 }
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 #content div.box div.message-warning h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1222 color: #5f5200;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1223 }
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 #content div.box div.message-notice {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1226 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1227 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1228 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1229 background: #8FBDE0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1230 border: 1px solid #6BACDE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1231 color: #003863;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1232 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1233
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1234 #content div.box div.message-notice h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1235 color: #003863;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1236 }
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 #content div.box div.message-success {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1239 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1240 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1241 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1242 background: #E6EFC2;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1243 border: 1px solid #C6D880;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1244 color: #4e6100;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1245 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1246
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1247 #content div.box div.message-success h6 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1248 color: #4e6100;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1249 }
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 #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
1252 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1253 border-bottom: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1254 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1255 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1256 padding: 10px 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1257 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1258
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1259 #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
1260 padding: 0 0 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1261 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1262
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1263 #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
1264 border-bottom: 0 !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1265 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1266
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1267 #content div.box div.form div.fields div.field span.error-message {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1268 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1269 display: inline-block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1270 color: red;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1271 margin: 8px 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1272 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1273 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1274
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1275 #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
1276 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1277 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1278 color: #316309;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1279 margin: 8px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1280 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1281 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1282
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1283 #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
1284 left: 70px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1285 width: 155px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1286 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1287 margin: 0;
1721
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1288 padding: 5px 0 0 0px;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1289 }
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 #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
1292 left: 30px;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1293 width: 155px;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1294 position: absolute;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1295 margin: 0;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1296 padding: 0px 0 0 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1297 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1298
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1299 #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
1300 #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
1301 #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
1302 #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
1303 #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
1304 #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
1305 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1306 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1307 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1308 left: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1309 width: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1310 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1311 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1312 padding: 0 0 8px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1313 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1314
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1315 #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
1316 padding: 5px 0 0 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1317 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1318
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1319 #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
1320 #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
1321 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1322 padding: 0 0 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1323 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1324
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
1325 #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
1326 #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
1327 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1328 padding: 0 0 8px !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1329 }
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 #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
1332 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1333 color: #393939;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1334 font-weight: 700;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1335 }
1721
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1336 #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
1337 {
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1338 color: #393939;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1339 font-weight: 700;
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1340 }
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1341 #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
1342 margin: 0 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1343 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1344
1721
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1345 #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
1346 margin: 0 0 0 110px;
1721
05dbebede0d8 css fixes for new summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1719
diff changeset
1347 }
1728
07e56179633e - fixes celery sqlalchemy session issues for async forking
Marcin Kuzminski <marcin@python-works.com>
parents: 1724
diff changeset
1348 #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
1349 margin: 0 0 0 110px;
07e56179633e - fixes celery sqlalchemy session issues for async forking
Marcin Kuzminski <marcin@python-works.com>
parents: 1724
diff changeset
1350 }
1485
269905fac50a added uploading of files from web interface directly into repo
Marcin Kuzminski <marcin@python-works.com>
parents: 1483
diff changeset
1351 #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
1352 margin: 0 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1353 }
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 #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
1356 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1357 margin: 0 0 0 0px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1358 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1359
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1360 #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
1361 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1362 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1363 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1364 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1365 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1366 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1367 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1368 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1369 padding: 7px 7px 6px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1370 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1371
1813
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
1372 #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
1373 #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
1374 {
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
1375 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
1376 padding: 2px;
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
1377 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
1378
1485
269905fac50a added uploading of files from web interface directly into repo
Marcin Kuzminski <marcin@python-works.com>
parents: 1483
diff changeset
1379 #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
1380 background: none repeat scroll 0 0 #FFFFFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1381 border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1382 border-style: solid;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1383 border-width: 1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1384 color: #000000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1385 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1386 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1387 padding: 7px 7px 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1388 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1389
1906
90a4066d4261 marked ldap_dn in user edit form as readonly ref #292
Marcin Kuzminski <marcin@python-works.com>
parents: 1885
diff changeset
1390 input.disabled {
90a4066d4261 marked ldap_dn in user edit form as readonly ref #292
Marcin Kuzminski <marcin@python-works.com>
parents: 1885
diff changeset
1391 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
1392 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1393 #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
1394 width: 30%;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1395 }
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 #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
1398 width: 55%;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1399 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1400
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1401 #content div.box div.form div.fields div.field div.input input.large {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1402 width: 85%;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1403 }
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 #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
1406 width: 177px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1407 }
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 #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
1410 background: #D4D0C8;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1411 border-top: 1px solid #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1412 border-left: 1px solid #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1413 border-right: 1px solid #404040;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1414 border-bottom: 1px solid #404040;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1415 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1416 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1417 padding: 4px 8px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1418 }
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 #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
1421 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1422 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1423 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1424 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1425 margin: 0 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1426 padding: 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1427 }
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 #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
1430 border: 1px solid #ddd;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1431 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1432 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1433
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1434 #content div.box div.form div.fields div.field div.textarea textarea {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1435 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1436 height: 220px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1437 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1438 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1439 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1440 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1441 outline: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1442 border-width: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1443 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1444 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1445 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1446
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1447 #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
1448 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1449 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1450 height: 100px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1451 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1452
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1453 #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
1454 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1455 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1456 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1457 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1458 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1459
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1460 #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
1461 background: #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1462 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1463 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1464 }
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 #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
1467 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1468 width: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1469 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1470 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1471 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1472 }
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 #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
1475 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1476 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1477 padding: 5px 5px 5px 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1478 }
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 #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
1481 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1482 background: #f6f6f6;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1483 border-color: #666;
397
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1484 }
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 396
diff changeset
1485
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1486 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
1487 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1488 padding: 0 0 0 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1489 }
1602
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1490 #content div.box table.noborder {
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1491 border: 1px solid transparent;
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1492 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1493
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1494 #content div.box table {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1495 width: 100%;
1602
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1496 border-collapse: separate;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1497 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1498 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1499 border: 1px solid #eee;
1602
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1500 -webkit-border-radius: 4px;
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1501 -moz-border-radius: 4px;
1915f02f6d62 Ui fixes for tables
Marcin Kuzminski <marcin@python-works.com>
parents: 1600
diff changeset
1502 border-radius: 4px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1503 }
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 #content div.box table th {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1506 background: #eee;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1507 border-bottom: 1px solid #ddd;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1508 padding: 5px 0px 5px 5px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1509 }
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 #content div.box table th.left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1512 text-align: left;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1513 }
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 #content div.box table th.right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1516 text-align: right;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1517 }
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 #content div.box table th.center {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1520 text-align: center;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1521 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1522
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1523 #content div.box table th.selected {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1524 vertical-align: middle;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1525 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1526 }
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 #content div.box table td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1529 background: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1530 border-bottom: 1px solid #cdcdcd;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1531 vertical-align: middle;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1532 padding: 5px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1533 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1534
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1535 #content div.box table tr.selected td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1536 background: #FFC;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1537 }
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 #content div.box table td.selected {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1540 width: 3%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1541 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1542 vertical-align: middle;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1543 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1544 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1545
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1546 #content div.box table td.action {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1547 width: 45%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1548 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1549 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1550
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1551 #content div.box table td.date {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1552 width: 33%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1553 text-align: center;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1554 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1555
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1556 #content div.box div.action {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1557 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1558 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1559 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1560 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1561 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1562 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1563
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1564 #content div.box div.action select {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1565 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1566 margin: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1567 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1568
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1569 #content div.box div.action .ui-selectmenu {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1570 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1571 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1572 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1573
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1574 #content div.box div.pagination {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1575 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1576 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1577 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1578 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1579 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1580 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1581
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1582 #content div.box div.pagination ul.pager {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1583 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1584 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1585 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1586 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1587 }
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 #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
1590 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1591 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1592 list-style: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1593 background: #ebebeb url("../images/pager.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1594 border-top: 1px solid #dedede;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1595 border-left: 1px solid #cfcfcf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1596 border-right: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1597 border-bottom: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1598 color: #4A4A4A;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1599 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1600 margin: 0 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1601 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1602 }
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 #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
1605 padding: 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1606 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1607
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1608 #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
1609 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
1610 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1611 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1612 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1613 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1614 color: #515151;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1615 padding: 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1616 }
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 #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
1619 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1620 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1621 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1622 color: #515151;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1623 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1624 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1625 padding: 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1626 }
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 #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
1629 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1630 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
1631 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1632 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1633 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1634 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1635 margin: -1px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1636 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1637
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
1638 #content div.box div.pagination-wh {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1639 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1640 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1641 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1642 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1643 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1644 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1645 }
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 #content div.box div.pagination-right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1648 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1649 }
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 #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
1652 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1653 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1654 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1655 background: #ebebeb url("../images/pager.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1656 border-top: 1px solid #dedede;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1657 border-left: 1px solid #cfcfcf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1658 border-right: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1659 border-bottom: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1660 color: #4A4A4A;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1661 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1662 margin: 0 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1663 padding: 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1664 }
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 #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
1667 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1668 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1669 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
1670 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1671 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1672 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1673 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1674 color: #515151;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1675 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1676 margin: 0 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1677 padding: 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1678 }
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 #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
1681 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1682 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
1683 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1684 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1685 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1686 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1687 text-decoration: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1688 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1689
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1690 #content div.box div.traffic div.legend {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1691 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1692 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1693 border-bottom: 1px solid #ddd;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1694 margin: 0 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1695 padding: 0 0 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1696 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1697
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1698 #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
1699 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1700 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1701 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1702 padding: 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1703 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1704
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1705 #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
1706 list-style: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1707 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1708 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1709 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1710 padding: 0 8px 0 4px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1711 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1712
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1713 #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
1714 border-left: 12px solid #edc240;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1715 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1716
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1717 #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
1718 border-left: 12px solid #afd8f8;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1719 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1720
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1721 #content div.box div.traffic table {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1722 width: auto;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1723 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1724
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1725 #content div.box div.traffic table td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1726 background: transparent;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1727 border: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1728 padding: 2px 3px 3px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1729 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1730
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1731 #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
1732 padding: 0 3px 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1733 }
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 #summary {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1736
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 #summary .desc {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1740 white-space: pre;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1741 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1742 }
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 #summary .repo_name {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1745 font-size: 1.6em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1746 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1747 vertical-align: baseline;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1748 clear: right
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1749 }
1310
4d37c3f2a410 fixed white-space formatting for description in summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1305
diff changeset
1750
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1751 #footer {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1752 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1753 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1754 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1755 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1756 padding: 0 10px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1757 margin: -10px 0 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1758 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1759
611
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
1760 #footer div#footer-inner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1761 background-color: #eedc94; background-repeat : repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1762 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
1763 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
1764 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
1765 #003b76, #00376e); background-image : -webkit-gradient( linear, left
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1766 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
1767 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1768 background-image : -o-linear-gradient( top, #003b76, #00376e));
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1769 background-image : linear-gradient( top, #003b76, #00376e); filter :
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1770 progid : DXImageTransform.Microsoft.gradient ( startColorstr =
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1771 '#003b76', endColorstr = '#00376e', GradientType = 0);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1772 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
1773 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1774 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1775 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1776 border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1777 background-repeat: repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1778 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
1779 to(#eedc94) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1780 background-image: -moz-linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1781 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1998
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
1782 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
1783 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
1784 background-image: -o-linear-gradient(top, #003b76, #00376e);
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1785 background-image: linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1786 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1787 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
1788 }
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
1789
edf8567be8ed css cleanup, fixed rounded corners, removed obsolete images and css imports
Marcin Kuzminski <marcin@python-works.com>
parents: 607
diff changeset
1790 #footer div#footer-inner p {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1791 padding: 15px 25px 15px 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1792 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1793 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1794 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1795
626
dfa7e1a95b60 added gpl license and submit a bug footer links
Marcin Kuzminski <marcin@python-works.com>
parents: 618
diff changeset
1796 #footer div#footer-inner .footer-link {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1797 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1798 padding-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1799 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1800
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1801 #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
1802 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1803 color: #FFF;
626
dfa7e1a95b60 added gpl license and submit a bug footer links
Marcin Kuzminski <marcin@python-works.com>
parents: 618
diff changeset
1804 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1805
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1806 #login div.title {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1807 width: 420px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1808 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1809 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1810 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1811 background-color: #eedc94; background-repeat : repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1812 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
1813 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
1814 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
1815 #003b76, #00376e); background-image : -webkit-gradient( linear, left
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1816 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
1817 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1818 background-image : -o-linear-gradient( top, #003b76, #00376e));
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1819 background-image : linear-gradient( top, #003b76, #00376e); filter :
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1820 progid : DXImageTransform.Microsoft.gradient ( startColorstr =
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1821 '#003b76', endColorstr = '#00376e', GradientType = 0);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1822 margin: 0 auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1823 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1824 background-repeat: repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1825 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
1826 to(#eedc94) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1827 background-image: -moz-linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1828 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1998
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
1829 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
1830 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
1831 background-image: -o-linear-gradient(top, #003b76, #00376e);
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1832 background-image: linear-gradient(top, #003b76, #00376e);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1833 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1834 endColorstr='#00376e', GradientType=0 );
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1835 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1836
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1837 #login div.inner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1838 width: 380px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1839 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
1840 border-top: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1841 border-bottom: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1842 margin: 0 auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1843 padding: 20px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1844 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1845
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1846 #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
1847 width: 173px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1848 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1849 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1850 margin: 2px 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1851 padding: 5px 0 0 5px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1852 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1853
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1854 #login div.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
1855 width: 176px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1856 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1857 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1858 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1859 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1860 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1861 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1862 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1863 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1864 padding: 7px 7px 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1865 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1866
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1867 #login div.form div.fields div.buttons {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1868 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1869 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1870 border-top: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1871 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1872 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1873 padding: 10px 0 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1874 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1875
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
1876 #login div.form div.links {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1877 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1878 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1879 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1880 padding: 0 0 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1881 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1882
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
1883 .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
1884 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
1885 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
1886 }
049bc911b04f removed 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
049bc911b04f removed 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 .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
1889 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
1890 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
1891 }
049bc911b04f removed 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
049bc911b04f removed 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 .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
1894 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
1895 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
1896 }
1931
b6c849e64b37 display unread notifications only if present, make icon bigger on menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1928
diff changeset
1897 .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
1898 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
1899 }
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:hover{
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 }
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
1903 #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
1904 min-height: 80px;
1935
ff167a938ce0 user menu fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1934
diff changeset
1905 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
1906 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
1907 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
1908 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
1909
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1910 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
1911 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
1912 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
1913 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
1914 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1998
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
1915 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
1916 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
1917 background-image: -o-linear-gradient(top, #003b76, #00376e);
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1918 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
1919 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
1920 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
1921
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1922 z-index: 999;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1923 -webkit-border-radius: 0px 0px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1924 -khtml-border-radius: 0px 0px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1925 -moz-border-radius: 0px 0px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1926 border-radius: 0px 0px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1927 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
1928 }
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1929 #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
1930 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
1931 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
1932 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1933
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1934 #quick_login .password_forgoten {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1935 padding-right: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1936 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
1937 text-align: left;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1938 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1939
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1940 #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
1941 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
1942 color: #fff;
1468
d23dd50b5e29 #243 add register link to login dropdown
Marcin Kuzminski <marcin@python-works.com>
parents: 1463
diff changeset
1943 }
d23dd50b5e29 #243 add register link to login dropdown
Marcin Kuzminski <marcin@python-works.com>
parents: 1463
diff changeset
1944
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1945 #quick_login .register {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1946 padding-right: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1947 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
1948 text-align: left;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1949 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1950
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1951 #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
1952 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
1953 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
1954 }
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1955
049bc911b04f removed 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 #quick_login .submit {
1928
470dd49966f3 new menu css fixes for chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1926
diff changeset
1957 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
1958 position: absolute;
1928
470dd49966f3 new menu css fixes for chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1926
diff changeset
1959 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
1960 }
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1961
049bc911b04f removed 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 #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
1963 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
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 #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
1966 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
1967 }
049bc911b04f removed 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 #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
1969 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
1970 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
1971 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
1972 }
049bc911b04f removed 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 #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
1974 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
1975 }
2001
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
1976 #quick_login .inbox{
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
1977 padding:4px 0px 0px 6px;
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
1978 color: #FFFFFF;
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
1979 font-weight: bold;
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
1980 }
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
1981 #quick_login .inbox a{
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
1982 color: #FFFFFF;
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
1983 }
1926
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1984 #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
1985 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
1986 padding: 3px;
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1987
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1988 }
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
1989 #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
1990
1468
d23dd50b5e29 #243 add register link to login dropdown
Marcin Kuzminski <marcin@python-works.com>
parents: 1463
diff changeset
1991 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1992
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1993 #quick_login div.form div.fields {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1994 padding-top: 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1995 padding-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1996 }
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 #quick_login div.form div.fields div.field {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
1999 padding: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2000 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2001
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2002 #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
2003 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2004 padding-bottom: 3px;
1316
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2005 }
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2006
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2007 #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
2008 width: 236px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2009 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2010 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2011 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2012 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2013 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2014 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2015 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2016 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2017 padding: 5px 7px 4px;
1316
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2018 }
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2019
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2020 #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
2021 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2022 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2023 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2024 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
2025 padding: 5px 14px 0px 5px;
1316
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2026 }
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2027
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2028 #quick_login div.form div.links {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2029 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2030 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2031 margin: 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2032 padding: 0 0 2px;
1316
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2033 }
caca5ee05bb7 added draft for quick login menu
Marcin Kuzminski <marcin@python-works.com>
parents: 1310
diff changeset
2034
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
2035 #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
2036 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
2037 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
2038 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
2039 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
2040 }
049bc911b04f removed 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 #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
2042 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
2043 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
2044 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
2045 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
2046 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
2047 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
2048 }
049bc911b04f removed 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
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2050 #quick_login ol.links 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
2051 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
2052 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
2053 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
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 #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
2056 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
2057 }
049bc911b04f removed upper menu to save space and did little rip off menu similar to G+
Marcin Kuzminski <marcin@python-works.com>
parents: 1913
diff changeset
2058
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
2059 #register div.title {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2060 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2061 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2062 position: relative;
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2063 background-color: #eedc94;
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2064 background-repeat: repeat-x;
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2065 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
2066 to(#eedc94) );
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2067 background-image: -moz-linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2068 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1998
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
2069 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
2070 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
a21da784856b fixed css issues for opera
Marcin Kuzminski <marcin@python-works.com>
parents: 1957
diff changeset
2071 background-image: -o-linear-gradient(top, #003b76, #00376e);
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2072 background-image: linear-gradient(top, #003b76, #00376e);
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2073 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
2074 endColorstr='#00376e', GradientType=0 );
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2075 margin: 0 auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2076 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2077 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2078
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2079 #register div.inner {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2080 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2081 border-top: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2082 border-bottom: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2083 margin: 0 auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2084 padding: 20px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2085 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2086
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2087 #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
2088 width: 135px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2089 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2090 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2091 margin: 2px 10px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2092 padding: 5px 0 0 5px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2093 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2094
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2095 #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
2096 width: 300px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2097 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2098 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2099 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2100 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2101 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2102 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2103 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2104 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2105 padding: 7px 7px 6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2106 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2107
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2108 #register div.form div.fields div.buttons {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2109 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2110 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2111 border-top: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2112 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2113 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2114 padding: 10px 0 0 150px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2115 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2116
416
25ab66a26975 fix for new bcrypt password.
Marcin Kuzminski <marcin@python-works.com>
parents: 410
diff changeset
2117 #register div.form div.activation_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2118 padding-top: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2119 padding-bottom: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2120 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2121
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2122 #journal .journal_day {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2123 font-size: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2124 padding: 10px 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2125 border-bottom: 2px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2126 margin-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2127 margin-right: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2128 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2129
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2130 #journal .journal_container {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2131 padding: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2132 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2133 margin: 0px 5px 0px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2134 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2135
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2136 #journal .journal_action_container {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2137 padding-left: 38px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2138 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2139
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2140 #journal .journal_user {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2141 color: #747474;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2142 font-size: 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2143 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2144 height: 30px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2145 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2146
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2147 #journal .journal_icon {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2148 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2149 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2150 padding-right: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2151 padding-top: 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2152 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2153
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2154 #journal .journal_action {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2155 padding-top: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2156 min-height: 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2157 float: left
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2158 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2159
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2160 #journal .journal_action_params {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2161 clear: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2162 padding-left: 22px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2163 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2164
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2165 #journal .journal_repo {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2166 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2167 margin-left: 6px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2168 padding-top: 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2169 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2170
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2171 #journal .date {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2172 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2173 color: #777777;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2174 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2175 padding-left: 22px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2176 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2177
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2178 #journal .journal_repo .journal_repo_name {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2179 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2180 font-size: 1.1em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2181 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2182
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2183 #journal .compare_view {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2184 padding: 5px 0px 5px 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2185 width: 95px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2186 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2187
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2188 .journal_highlight {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2189 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2190 padding: 0 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2191 vertical-align: bottom;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2192 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2193
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2194 .trending_language_tbl,.trending_language_tbl td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2195 border: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2196 margin: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2197 padding: 0 !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2198 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2199
1722
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2200 .trending_language_tbl,.trending_language_tbl tr {
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2201 border-spacing: 1px;
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2202 }
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2203
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2204 .trending_language {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2205 background-color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2206 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2207 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2208 min-width: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2209 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2210 height: 12px;
1722
e7eef7a1db6a #235 forking page repo group selection
Marcin Kuzminski <marcin@python-works.com>
parents: 1721
diff changeset
2211 margin-bottom: 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2212 margin-left: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2213 white-space: pre;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2214 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
2215 }
409
9b6c1de4ce9e some small template fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 402
diff changeset
2216
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2217 h3.files_location {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2218 font-size: 1.8em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2219 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2220 border-bottom: none !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2221 margin: 10px 0 !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2222 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2223
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2224 #files_data dl dt {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2225 float: left;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1728
diff changeset
2226 width: 60px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2227 margin: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2228 padding: 5px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2229 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2230
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2231 #files_data dl dd {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2232 margin: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2233 padding: 5px !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2234 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2235
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2236 .tablerow0 {
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2237 background-color: #F8F8F8;
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2238 }
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2239
1853
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2240 .tablerow1 {
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2241 background-color: #FFFFFF;
1853
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2242 }
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2243
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2244 .changeset_id {
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2245 font-family: monospace;
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2246 color: #666666;
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2247 }
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2248
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2249 .changeset_hash {
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2250 color: #000000;
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2251 }
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2252
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2253 #changeset_content {
1858
609ec28bd2d1 changeset: styling a bit
Aras Pranckevicius <aras@unity3d.com>
parents: 1856
diff changeset
2254 border-left: 1px solid #CCC;
609ec28bd2d1 changeset: styling a bit
Aras Pranckevicius <aras@unity3d.com>
parents: 1856
diff changeset
2255 border-right: 1px solid #CCC;
609ec28bd2d1 changeset: styling a bit
Aras Pranckevicius <aras@unity3d.com>
parents: 1856
diff changeset
2256 border-bottom: 1px solid #CCC;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2257 padding: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2258 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2259
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2260 #changeset_compare_view_content {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2261 border: 1px solid #CCC;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2262 padding: 5px;
1010
643e4a540ddd added nicer compare view
Marcin Kuzminski <marcin@python-works.com>
parents: 1009
diff changeset
2263 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2264
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2265 #changeset_content .container {
1858
609ec28bd2d1 changeset: styling a bit
Aras Pranckevicius <aras@unity3d.com>
parents: 1856
diff changeset
2266 min-height: 100px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2267 font-size: 1.2em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2268 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2269 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2270
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2271 #changeset_compare_view_content .compare_view_commits {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2272 width: auto !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2273 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2274
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2275 #changeset_compare_view_content .compare_view_commits td {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2276 padding: 0px 0px 0px 12px !important;
1010
643e4a540ddd added nicer compare view
Marcin Kuzminski <marcin@python-works.com>
parents: 1009
diff changeset
2277 }
643e4a540ddd added nicer compare view
Marcin Kuzminski <marcin@python-works.com>
parents: 1009
diff changeset
2278
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2279 #changeset_content .container .right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2280 float: right;
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2281 width: 20%;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2282 text-align: right;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2283 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2284
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2285 #changeset_content .container .left .message {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2286 white-space: pre-wrap;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2287 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2288 #changeset_content .container .left .message a:hover {
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2289 text-decoration: none;
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2290 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2291 .cs_files .cur_cs {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2292 margin: 10px 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2293 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2294 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2295
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2296 .cs_files .node {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2297 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2298 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2299
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2300 .cs_files .changes {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2301 float: right;
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2302 color:#003367;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2303
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2304 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2305
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2306 .cs_files .changes .added {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2307 background-color: #BBFFBB;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2308 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2309 text-align: center;
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2310 font-size: 9px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2311 padding: 2px 0px 2px 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2312 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2313
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2314 .cs_files .changes .deleted {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2315 background-color: #FF8888;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2316 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2317 text-align: center;
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2318 font-size: 9px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
2319 padding: 2px 0px 2px 0px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2320 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2321
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2322 .cs_files .cs_added {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2323 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
2324 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2325 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2326 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2327 margin-top: 7px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2328 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2329 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2330
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2331 .cs_files .cs_changed {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2332 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
2333 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2334 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2335 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2336 margin-top: 7px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2337 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2338 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2339
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2340 .cs_files .cs_removed {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2341 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
2342 scroll 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2343 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2344 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2345 margin-top: 7px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2346 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2347 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2348
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2349 #graph {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2350 overflow: hidden;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2351 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2352
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2353 #graph_nodes {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2354 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2355 margin-right: -6px;
1655
a0287ee1fd87 fixes for DAG renderer on chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1654
diff changeset
2356 margin-top: 0px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2357 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2358
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2359 #graph_content {
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2360 width: 80%;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2361 float: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2362 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2363
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2364 #graph_content .container_header {
1853
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2365 border-bottom: 1px solid #DDD;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2366 padding: 10px;
1850
c4ff52b0d112 changelog: more commits by default; tweak top header layout
Aras Pranckevicius <aras@unity3d.com>
parents: 1849
diff changeset
2367 height: 25px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2368 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2369
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2370 #graph_content #rev_range_container {
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2371 padding: 7px 20px;
1850
c4ff52b0d112 changelog: more commits by default; tweak top header layout
Aras Pranckevicius <aras@unity3d.com>
parents: 1849
diff changeset
2372 float: left;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2373 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2374
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2375 #graph_content .container {
1853
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2376 border-bottom: 1px solid #DDD;
1885
350d95dece6f ui touch ups
Marcin Kuzminski <marcin@python-works.com>
parents: 1884
diff changeset
2377 height: 56px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2378 overflow: hidden;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2379 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2380
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2381 #graph_content .container .right {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2382 float: right;
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2383 width: 23%;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2384 text-align: right;
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2385 }
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2386
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2387 #graph_content .container .left {
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2388 float: left;
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2389 width: 25%;
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2390 padding-left: 5px;
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2391 }
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2392
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2393 #graph_content .container .mid {
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2394 float: left;
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2395 width: 49%;
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2396 }
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
2397
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2398
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2399 #graph_content .container .left .date {
1881
0398b830ccac changelog: make date display less heavy
Aras Pranckevicius <aras@unity3d.com>
parents: 1878
diff changeset
2400 color: #666;
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2401 padding-left: 22px;
1881
0398b830ccac changelog: make date display less heavy
Aras Pranckevicius <aras@unity3d.com>
parents: 1878
diff changeset
2402 font-size: 10px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2403 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2404
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2405 #graph_content .container .left .author {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2406 height: 22px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2407 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2408
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2409 #graph_content .container .left .author .user {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2410 color: #444444;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2411 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2412 margin-left: -4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2413 margin-top: 4px;
1463
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
2414 }
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
2415
1871
bd7e95937acd changelog: fixed lost pre-wrap on commit message
Aras Pranckevicius <aras@unity3d.com>
parents: 1861
diff changeset
2416 #graph_content .container .mid .message {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2417 white-space: pre-wrap;
1871
bd7e95937acd changelog: fixed lost pre-wrap on commit message
Aras Pranckevicius <aras@unity3d.com>
parents: 1861
diff changeset
2418 }
bd7e95937acd changelog: fixed lost pre-wrap on commit message
Aras Pranckevicius <aras@unity3d.com>
parents: 1861
diff changeset
2419
bd7e95937acd changelog: fixed lost pre-wrap on commit message
Aras Pranckevicius <aras@unity3d.com>
parents: 1861
diff changeset
2420 #graph_content .container .mid .message a:hover{
1600
84e2e29c0f03 changelog links no decoration
Marcin Kuzminski <marcin@python-works.com>
parents: 1599
diff changeset
2421 text-decoration: none;
84e2e29c0f03 changelog links no decoration
Marcin Kuzminski <marcin@python-works.com>
parents: 1599
diff changeset
2422 }
1913
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2423 #content #graph_content .message .revision-link,
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2424 #changeset_content .container .message .revision-link
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2425 {
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2426 color:#3F6F9F;
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2427 font-weight: bold !important;
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2428 }
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2429
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2430 #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
2431 #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
2432 color:#3F6F9F;
08344d037ba1 added links to revisions in commit messages
Marcin Kuzminski <marcin@python-works.com>
parents: 1906
diff changeset
2433 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
2434 }
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
2435
1884
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2436 .right .comments-container{
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2437 padding-right: 5px;
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2438 margin-top:1px;
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2439 float:right;
1885
350d95dece6f ui touch ups
Marcin Kuzminski <marcin@python-works.com>
parents: 1884
diff changeset
2440 height:14px;
1884
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2441 }
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2442
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2443 .right .comments-cnt{
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2444 float: left;
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2445 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
2446 padding-right: 2px;
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2447 }
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2448
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2449 .right .changes{
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2450 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2451 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2452
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2453 .right .changes .changed_total {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2454 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2455 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2456 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2457 min-width: 45px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2458 cursor: pointer;
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2459 color: #444444;
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2460 background: #FEA;
1699
623b228cf325 cleaned up JS files in files templates.
Marcin Kuzminski <marcin@python-works.com>
parents: 1686
diff changeset
2461 -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
2462 -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
2463 border-radius: 0px 0px 0px 6px;
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2464 padding: 1px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2465 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2466
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2467 .right .changes .added,.changed,.removed {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2468 display: block;
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2469 padding: 1px;
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2470 color: #444444;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2471 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2472 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2473 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
2474 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2475
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2476 .right .changes .added {
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2477 background: #CFC;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2478 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2479
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2480 .right .changes .changed {
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2481 background: #FEA;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2482 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2483
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2484 .right .changes .removed {
1855
5ab237f172a3 css: styling file change counts
Aras Pranckevicius <aras@unity3d.com>
parents: 1854
diff changeset
2485 background: #FAA;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2486 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2487
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2488 .right .merge {
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2489 padding: 1px 3px 1px 3px;
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2490 background-color: #fca062;
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2491 font-size: 10px;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2492 font-weight: bold;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2493 color: #ffffff;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2494 text-transform: uppercase;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2495 white-space: nowrap;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2496 -webkit-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2497 -moz-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2498 border-radius: 3px;
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2499 margin-right: 2px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2500 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2501
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2502 .right .parent {
1853
8fe1a141de02 changelog: more polish
Aras Pranckevicius <aras@unity3d.com>
parents: 1851
diff changeset
2503 color: #666666;
1884
0614862a20ec Added number of comments in changelog for each changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1882
diff changeset
2504 clear:both;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2505 }
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2506 .right .logtags{
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2507 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
2508 }
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2509 .right .logtags .branchtag,.logtags .branchtag {
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2510 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
2511 background-color: #bfbfbf;
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2512 font-size: 10px;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2513 font-weight: bold;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2514 color: #ffffff;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2515 text-transform: uppercase;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2516 white-space: nowrap;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2517 -webkit-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2518 -moz-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2519 border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2520 }
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2521 .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
2522 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2523 }
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2524 .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
2525 text-decoration: none;
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2526 color: #ffffff;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2527 }
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2528 .right .logtags .tagtag,.logtags .tagtag {
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2529 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
2530 background-color: #62cffc;
1856
0855c64c571f css: merge/branch/tag blurbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1855
diff changeset
2531 font-size: 10px;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2532 font-weight: bold;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2533 color: #ffffff;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2534 text-transform: uppercase;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2535 white-space: nowrap;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2536 -webkit-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2537 -moz-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2538 border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2539 }
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2540 .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
2541 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2542 }
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2543 .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
2544 text-decoration: none;
1748
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2545 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2546 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2547 .right .logbooks .bookbook,.logbooks .bookbook {
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2548 padding: 1px 3px 2px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2549 background-color: #46A546;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2550 font-size: 9.75px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2551 font-weight: bold;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2552 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2553 text-transform: uppercase;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2554 white-space: nowrap;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2555 -webkit-border-radius: 3px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2556 -moz-border-radius: 3px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2557 border-radius: 3px;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2558 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2559 .right .logbooks .bookbook,.logbooks .bookbook a{
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2560 color: #ffffff;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2561 }
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2562 .right .logbooks .bookbook,.logbooks .bookbook a:hover{
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2563 text-decoration: none;
a3ee2611e6e8 implements #135 bookmark support for UI
Marcin Kuzminski <marcin@python-works.com>
parents: 1741
diff changeset
2564 color: #ffffff;
1656
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
2565 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2566 div.browserblock {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2567 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2568 border: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2569 background: #f8f8f8;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2570 font-size: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2571 line-height: 125%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2572 padding: 0;
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
2573 -webkit-border-radius: 6px 6px 0px 0px;
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
2574 -moz-border-radius: 6px 6px 0px 0px;
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
2575 border-radius: 6px 6px 0px 0px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2576 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2577
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2578 div.browserblock .browser-header {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2579 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2580 padding: 10px 0px 15px 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2581 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2582 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2583
949
3bc10f10f2f6 fixed file browsing ui and css
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
2584 div.browserblock .browser-nav {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2585 float: left
949
3bc10f10f2f6 fixed file browsing ui and css
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
2586 }
884
322b53be49cc Fixed url bug when using numeric revision in file browser,
Marcin Kuzminski <marcin@python-works.com>
parents: 816
diff changeset
2587
322b53be49cc Fixed url bug when using numeric revision in file browser,
Marcin Kuzminski <marcin@python-works.com>
parents: 816
diff changeset
2588 div.browserblock .browser-branch {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2589 float: left;
884
322b53be49cc Fixed url bug when using numeric revision in file browser,
Marcin Kuzminski <marcin@python-works.com>
parents: 816
diff changeset
2590 }
1304
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2591
884
322b53be49cc Fixed url bug when using numeric revision in file browser,
Marcin Kuzminski <marcin@python-works.com>
parents: 816
diff changeset
2592 div.browserblock .browser-branch label {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2593 color: #4A4A4A;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2594 vertical-align: text-top;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2595 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2596
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2597 div.browserblock .browser-header span {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2598 margin-left: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2599 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2600 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2601
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2602 div.browserblock .browser-search {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2603 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2604 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
2605 height: 20px;
7b67b0dcad6d Added initial support for creating new nodes in repos
Marcin Kuzminski <marcin@python-works.com>
parents: 1477
diff changeset
2606 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2607
1483
7b67b0dcad6d Added initial support for creating new nodes in repos
Marcin Kuzminski <marcin@python-works.com>
parents: 1477
diff changeset
2608 div.browserblock #node_filter_box {
1598
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 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2611
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2612 div.browserblock .search_activate {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2613 float: left
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2614 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2615
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2616 div.browserblock .add_node {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2617 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2618 padding-left: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2619 }
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 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
2622 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2623 text-decoration: none !important;
1452
8585fbf3ed06 Implemented #111 copy github node finder solution
Marcin Kuzminski <marcin@python-works.com>
parents: 1431
diff changeset
2624 }
8585fbf3ed06 Implemented #111 copy github node finder solution
Marcin Kuzminski <marcin@python-works.com>
parents: 1431
diff changeset
2625
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2626 div.browserblock .browser-body {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2627 background: #EEE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2628 border-top: 1px solid #CCC;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2629 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2630
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2631 table.code-browser {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2632 border-collapse: collapse;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2633 width: 100%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2634 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2635
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2636 table.code-browser tr {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2637 margin: 3px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2638 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2639
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2640 table.code-browser thead th {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2641 background-color: #EEE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2642 height: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2643 font-size: 1.1em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2644 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2645 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2646 padding-left: 10px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2647 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2648
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2649 table.code-browser tbody td {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2650 padding-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2651 height: 20px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2652 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2653
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2654 table.code-browser .browser-file {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2655 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
2656 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2657 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2658 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2659 }
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
2660 .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
2661 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
2662 }
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2663 .diffblock .changeset_file {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2664 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
2665 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
2666 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
2667 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
2668 }
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 .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
2670 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
2671 }
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
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2673 .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
2674 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
2675 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
2676 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
2677 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
2678 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
2679 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
2680 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
2681 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
2682 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
2683
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
2684 }
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2685 .diffblock .diff-actions {
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2686 padding: 2px 0px 0px 2px;
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2687 float: left;
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
2688 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2689 .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
2690 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
2691 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2692 .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
2693 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
2694 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
2695 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
2696 .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
2697 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
2698 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
2699 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2700 table.code-browser .browser-dir {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2701 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
2702 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2703 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2704 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2705 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2706
556
65b2f150beb7 Added searching for file names within the repository in rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 551
diff changeset
2707 .box .search {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2708 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2709 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2710 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2711 padding: 0 20px 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2712 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2713
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2714 .box .search div.search_path {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2715 background: none repeat scroll 0 0 #EEE;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2716 border: 1px solid #CCC;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2717 color: blue;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2718 margin-bottom: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2719 padding: 10px 0;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2720 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2721
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2722 .box .search div.search_path div.link {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2723 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2724 margin-left: 25px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2725 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2726
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2727 .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
2728 color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2729 cursor: pointer;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2730 text-decoration: none;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2731 }
556
65b2f150beb7 Added searching for file names within the repository in rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 551
diff changeset
2732
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2733 #path_unlock {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2734 color: red;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2735 font-size: 1.2em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2736 padding-left: 4px;
409
9b6c1de4ce9e some small template fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 402
diff changeset
2737 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2738
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2739 .info_box span {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2740 margin-left: 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2741 margin-right: 3px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2742 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2743
1304
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2744 .info_box .rev {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2745 color: #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2746 font-size: 1.6em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2747 font-weight: bold;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2748 vertical-align: sub;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2749 }
1304
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2750
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2751 .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
2752 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2753 border-top: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2754 border-left: 1px solid #b3b3b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2755 border-right: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2756 border-bottom: 1px solid #eaeaea;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2757 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2758 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2759 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2760 padding: 1px 5px 1px;
1304
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2761 }
5a96551ee9c0 gui-improvments
Marcin Kuzminski <marcin@python-works.com>
parents: 1268
diff changeset
2762
375
3e55d9981c0e templating fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 373
diff changeset
2763 .info_box input#view {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2764 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2765 padding: 4px 3px 2px 2px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2766 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2767
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2768 .yui-overlay,.yui-panel-container {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2769 visibility: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2770 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2771 z-index: 2;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2772 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2773
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2774 .yui-tt {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2775 visibility: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2776 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2777 color: #666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2778 background-color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2779 border: 2px solid #003367;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2780 font: 100% sans-serif;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2781 width: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2782 opacity: 1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2783 padding: 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2784 white-space: pre-wrap;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2785 -webkit-border-radius: 8px 8px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2786 -khtml-border-radius: 8px 8px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2787 -moz-border-radius: 8px 8px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2788 border-radius: 8px 8px 8px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2789 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
2790 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2791
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2792 .ac {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2793 vertical-align: top;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2794 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2795
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2796 .ac .yui-ac {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2797 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2798 font-size: 100%;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2799 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2800
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2801 .ac .perm_ac {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2802 width: 15em;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2803 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2804
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2805 .ac .yui-ac-input {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2806 width: 100%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2807 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2808
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2809 .ac .yui-ac-container {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2810 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2811 top: 1.6em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2812 width: 100%;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2813 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2814
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2815 .ac .yui-ac-content {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2816 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2817 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2818 border: 1px solid gray;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2819 background: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2820 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2821 z-index: 9050;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2822 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2823
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2824 .ac .yui-ac-shadow {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2825 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2826 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2827 background: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2828 -moz-opacity: 0.1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2829 opacity: .10;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2830 filter: alpha(opacity = 10);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2831 z-index: 9049;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2832 margin: .3em;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2833 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2834
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2835 .ac .yui-ac-content ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2836 width: 100%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2837 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2838 padding: 0;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2839 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2840
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2841 .ac .yui-ac-content li {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2842 cursor: default;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2843 white-space: nowrap;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2844 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2845 padding: 2px 5px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2846 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2847
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2848 .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
2849 background: #B3D4FF;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2850 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2851
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2852 .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
2853 background: #556CB5;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2854 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2855 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2856
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2857 .follow {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2858 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
2859 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2860 width: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2861 cursor: pointer;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2862 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2863 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2864 margin-top: 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2865 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2866
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2867 .following {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2868 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
2869 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2870 width: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2871 cursor: pointer;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2872 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2873 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2874 margin-top: 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2875 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2876
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2877 .currently_following {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2878 padding-left: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2879 padding-bottom: 5px;
737
d5bad4a2432f css + templates update for user dashboards
Marcin Kuzminski <marcin@python-works.com>
parents: 734
diff changeset
2880 }
d5bad4a2432f css + templates update for user dashboards
Marcin Kuzminski <marcin@python-works.com>
parents: 734
diff changeset
2881
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2882 .add_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2883 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
2884 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2885 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2886 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2887 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2888
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2889 .edit_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2890 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
2891 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2892 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2893 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2894 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2895
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2896 .delete_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2897 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
2898 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2899 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2900 text-align: left;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2901 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2902
708
b9bbc0d6e9f3 added cache reset, stats reset, and delete into repository settings in admin.
Marcin Kuzminski <marcin@python-works.com>
parents: 703
diff changeset
2903 .refresh_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2904 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
2905 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2906 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2907 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2908 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
2909 }
b9bbc0d6e9f3 added cache reset, stats reset, and delete into repository settings in admin.
Marcin Kuzminski <marcin@python-works.com>
parents: 703
diff changeset
2910
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
2911 .pull_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2912 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
2913 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2914 padding-top: 0px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2915 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
2916 }
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
2917
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2918 .rss_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2919 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
2920 padding-left: 20px;
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
2921 padding-top: 4px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2922 text-align: left;
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
2923 font-size: 8px
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2924 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2925
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2926 .atom_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2927 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
2928 padding-left: 20px;
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
2929 padding-top: 4px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2930 text-align: left;
1724
9126e8ca276d some small optimizations on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 1722
diff changeset
2931 font-size: 8px
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2932 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2933
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2934 .archive_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2935 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
2936 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2937 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2938 padding-top: 1px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2939 }
1248
5da25ade33df fixed some buttons text issues. Reported by Thomas Waldmann
Marcin Kuzminski <marcin@python-works.com>
parents: 1247
diff changeset
2940
1085
3fe3285868d1 implemented public journal for anonymous users, admin can control which repositories
Marcin Kuzminski <marcin@python-works.com>
parents: 1052
diff changeset
2941 .start_following_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2942 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
2943 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2944 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2945 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
2946 }
1248
5da25ade33df fixed some buttons text issues. Reported by Thomas Waldmann
Marcin Kuzminski <marcin@python-works.com>
parents: 1247
diff changeset
2947
1085
3fe3285868d1 implemented public journal for anonymous users, admin can control which repositories
Marcin Kuzminski <marcin@python-works.com>
parents: 1052
diff changeset
2948 .stop_following_icon {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2949 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
2950 padding-left: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2951 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2952 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
2953 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2954
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2955 .action_button {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2956 border: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2957 display: inline;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2958 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2959
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2960 .action_button:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2961 border: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2962 text-decoration: underline;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2963 cursor: pointer;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2964 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2965
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2966 #switch_repos {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2967 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2968 height: 25px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2969 z-index: 1;
373
3171614c0067 Added permissions check on repo switcher,
Marcin Kuzminski <marcin@python-works.com>
parents: 366
diff changeset
2970 }
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2971
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2972 #switch_repos select {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2973 min-width: 150px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2974 max-height: 250px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2975 z-index: 1;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2976 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2977
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2978 .breadcrumbs {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2979 border: medium none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2980 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2981 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2982 text-transform: uppercase;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2983 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2984 font-size: 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2985 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2986 padding: 11px 0 11px 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2987 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2988
1956
fe64fecda0fd changeset: do not uppercase the hash in breadcrumbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1955
diff changeset
2989 .breadcrumbs .hash {
fe64fecda0fd changeset: do not uppercase the hash in breadcrumbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1955
diff changeset
2990 text-transform: none;
fe64fecda0fd changeset: do not uppercase the hash in breadcrumbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1955
diff changeset
2991 color: #fff;
fe64fecda0fd changeset: do not uppercase the hash in breadcrumbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1955
diff changeset
2992 }
fe64fecda0fd changeset: do not uppercase the hash in breadcrumbs
Aras Pranckevicius <aras@unity3d.com>
parents: 1955
diff changeset
2993
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
2994 .breadcrumbs a {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2995 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2996 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2997
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2998 .flash_msg {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
2999
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3000 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3001
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3002 .flash_msg ul {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3003
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3004 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3005
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3006 .error_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3007 background-color: #c43c35;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3008 background-repeat: repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3009 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
3010 to(#c43c35) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3011 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3012 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3013 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
3014 color-stop(100%, #c43c35) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3015 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3016 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3017 background-image: linear-gradient(top, #ee5f5b, #c43c35);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3018 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3019 endColorstr='#c43c35', GradientType=0 );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3020 border-color: #c43c35 #c43c35 #882a25;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3021 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3022
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3023 .warning_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3024 color: #404040 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3025 background-color: #eedc94;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3026 background-repeat: repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3027 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
3028 to(#eedc94) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3029 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3030 background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3031 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
3032 color-stop(100%, #eedc94) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3033 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3034 background-image: -o-linear-gradient(top, #fceec1, #eedc94);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3035 background-image: linear-gradient(top, #fceec1, #eedc94);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3036 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1',
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3037 endColorstr='#eedc94', GradientType=0 );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3038 border-color: #eedc94 #eedc94 #e4c652;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3039 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3040
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3041 .success_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3042 background-color: #57a957;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3043 background-repeat: repeat-x !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3044 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
3045 to(#57a957) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3046 background-image: -moz-linear-gradient(top, #62c462, #57a957);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3047 background-image: -ms-linear-gradient(top, #62c462, #57a957);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3048 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
3049 color-stop(100%, #57a957) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3050 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3051 background-image: -o-linear-gradient(top, #62c462, #57a957);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3052 background-image: linear-gradient(top, #62c462, #57a957);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3053 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462',
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3054 endColorstr='#57a957', GradientType=0 );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3055 border-color: #57a957 #57a957 #3d773d;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3056 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3057
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3058 .notice_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3059 background-color: #339bb9;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3060 background-repeat: repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3061 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
3062 to(#339bb9) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3063 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3064 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3065 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
3066 color-stop(100%, #339bb9) );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3067 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3068 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3069 background-image: linear-gradient(top, #5bc0de, #339bb9);
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3070 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de',
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3071 endColorstr='#339bb9', GradientType=0 );
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3072 border-color: #339bb9 #339bb9 #22697d;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3073 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3074
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3075 .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
3076 font-size: 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3077 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3078 min-height: 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3079 line-height: 14px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3080 margin-bottom: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3081 margin-top: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3082 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3083 overflow: auto;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3084 padding: 6px 10px 6px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3085 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
3086 position: relative;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3087 color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3088 border-width: 1px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3089 border-style: solid;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3090 -webkit-border-radius: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3091 -moz-border-radius: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3092 border-radius: 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3093 -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
3094 -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
3095 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
3096 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3097
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3098 #msg_close {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3099 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
3100 scroll 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3101 cursor: pointer;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3102 height: 16px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3103 position: absolute;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3104 right: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3105 top: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3106 width: 16px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3107 }
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3108
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3109 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
3110 width: auto !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3111 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3112
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3113 table#permissions_manage {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3114 width: 0 !important;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3115 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3116
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3117 table#permissions_manage span.private_repo_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3118 font-size: 0.8em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3119 opacity: 0.6px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3120 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3121
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3122 table#permissions_manage td.private_repo_msg {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3123 font-size: 0.8em;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3124 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3125
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3126 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
3127 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
3128 }
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3129
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3130 div.gravatar {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3131 background-color: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3132 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3133 margin-right: 0.7em;
1854
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3134 padding: 1px 1px 1px 1px;
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
3135 line-height:0;
1854
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3136 -webkit-border-radius: 3px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3137 -khtml-border-radius: 3px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3138 -moz-border-radius: 3px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3139 border-radius: 3px;
1463
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
3140 }
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
3141
51063deaceb9 fixed chrome DAG graph rendering issue
Marcin Kuzminski <marcin@python-works.com>
parents: 1452
diff changeset
3142 div.gravatar img {
1854
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3143 -webkit-border-radius: 2px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3144 -khtml-border-radius: 2px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3145 -moz-border-radius: 2px;
4208e8ebf7cf css: less rounding/border around gravatars
Aras Pranckevicius <aras@unity3d.com>
parents: 1853
diff changeset
3146 border-radius: 2px;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3147 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3148
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3149 #header,#content,#footer {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3150 min-width: 978px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3151 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3152
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3153 #content {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3154 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3155 overflow: hidden;
2001
93d4e3eb7d84 made upper menu always hover, looks nicer and produces less troubles
Marcin Kuzminski <marcin@python-works.com>
parents: 1999
diff changeset
3156 padding: 54px 10px 14px 10px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3157 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3158
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3159 #content div.box div.title div.search {
1599
387971bd1a79 image less css
Marcin Kuzminski <marcin@python-works.com>
parents: 1598
diff changeset
3160
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3161 border-left: 1px solid #316293;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3162 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3163
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3164 #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
3165 border: 1px solid #316293;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3166 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3167
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3168 .ui-btn{
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3169 color: #515151;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3170 background-color: #DADADA;
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3171 background-repeat: repeat-x;
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3172 background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) );
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3173 background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3174 background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3175 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
3176 background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) );
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3177 background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) );
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3178 background-image: linear-gradient(top, #F4F4F4, #DADADA);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3179 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3180
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3181 border-top: 1px solid #DDD;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3182 border-left: 1px solid #c6c6c6;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3183 border-right: 1px solid #DDD;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3184 border-bottom: 1px solid #c6c6c6;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3185 color: #515151;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3186 outline: none;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3187 margin: 0px 3px 3px 0px;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3188 -webkit-border-radius: 4px 4px 4px 4px !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3189 -khtml-border-radius: 4px 4px 4px 4px !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3190 -moz-border-radius: 4px 4px 4px 4px !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3191 border-radius: 4px 4px 4px 4px !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3192 cursor: pointer !important;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3193 padding: 3px 3px 3px 3px;
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
3194 background-position: 0 -15px;
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3195
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3196 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3197 .ui-btn.xsmall{
1706
07c8838ebfd3 ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1705
diff changeset
3198 padding: 1px 2px 1px 1px;
07c8838ebfd3 ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1705
diff changeset
3199 }
1813
a8c66e870bd0 implements #285: Implemented non changeable urls for clone url, and web views
Marcin Kuzminski <marcin@python-works.com>
parents: 1805
diff changeset
3200 .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
3201 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
3202 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
3203 -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
3204 -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
3205 -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
3206 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
3207 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
3208 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
3209 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
3210 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
3211 }
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3212 .ui-btn:focus {
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3213 outline: none;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3214 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3215 .ui-btn:hover{
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
3216 background-position: 0 0px;
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3217 text-decoration: none;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3218 color: #515151;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3219 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
3220 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3221
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3222 .ui-btn.red{
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3223 color:#fff;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3224 background-color: #c43c35;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3225 background-repeat: repeat-x;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3226 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3227 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3228 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3229 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
3230 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3231 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3232 background-image: linear-gradient(top, #ee5f5b, #c43c35);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3233 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3234 border-color: #c43c35 #c43c35 #882a25;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3235 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
3236 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3237
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3238
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3239 .ui-btn.blue{
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3240 background-color: #339bb9;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3241 background-repeat: repeat-x;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3242 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3243 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3244 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3245 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
3246 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3247 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3248 background-image: linear-gradient(top, #5bc0de, #339bb9);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3249 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3250 border-color: #339bb9 #339bb9 #22697d;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3251 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
3252 }
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3253
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3254 .ui-btn.green{
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3255 background-color: #57a957;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3256 background-repeat: repeat-x;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3257 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3258 background-image: -moz-linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3259 background-image: -ms-linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3260 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
3261 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3262 background-image: -o-linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3263 background-image: linear-gradient(top, #62c462, #57a957);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3264 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3265 border-color: #57a957 #57a957 #3d773d;
Marcin Kuzminski <marcin@python-works.com>
parents: 1751
diff changeset
3266 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
3267 }
166317d464f3 Added server side file editing with commit
Marcin Kuzminski <marcin@python-works.com>
parents: 1304
diff changeset
3268
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3269 ins,div.options a:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3270 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3271 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3272
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3273 img,
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3274 #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
3275 #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
3276 #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
3277 #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
3278 #clone_url_id
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3279 {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3280 border: none;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3281 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3282
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3283 img.icon,.right .merge img {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3284 vertical-align: bottom;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3285 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3286
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3287 #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
3288 #content div.box div.message div.dismiss,
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3289 #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
3290 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3291 float: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3292 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3293 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3294 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3295
1751
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3296 #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
3297 #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
3298 #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
3299 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
3300 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3301 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3302 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3303
1751
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,
47c2a006d43b Summary page downloads limited to zip.
Marcin Kuzminski <marcin@python-works.com>
parents: 1748
diff changeset
3305 #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
3306 #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
3307 #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
3308 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3309 display: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3310 }
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 #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
3313 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3314 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3315 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3316
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3317 #content div.graph {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3318 padding: 0 10px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3319 }
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 #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
3322 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3323 color: #bfe3ff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3324 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3325
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3326 #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
3327 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3328 margin: 10px 24px 10px 44px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3329 }
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 #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
3332 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3333 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3334 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3335 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3336 padding: 0 20px 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3337 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3338
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3339 #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
3340 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3341 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3342 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3343 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3344 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3345 }
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 #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
3348 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3349 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3350 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3351 color: #363636;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3352 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3353 padding: 2px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3354 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3355
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3356 #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
3357 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3358 background: #FBE3E4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3359 border-top: 1px solid #e1b2b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3360 border-left: 1px solid #e1b2b3;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3361 border-right: 1px solid #FBC2C4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3362 border-bottom: 1px solid #FBC2C4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3363 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3364
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3365 #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
3366 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3367 background: #E6EFC2;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3368 border-top: 1px solid #cebb98;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3369 border-left: 1px solid #cebb98;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3370 border-right: 1px solid #c6d880;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3371 border-bottom: 1px solid #c6d880;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3372 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3373
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3374 #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
3375 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3376 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3377 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3378
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3379 #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
3380 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3381 margin: 0 0 0 0px !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3382 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3383 }
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 #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
3386 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3387 margin: 0 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3388 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3389 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3390
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3391 #content div.box div.form div.fields 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
3392 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3393 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3394 text-decoration: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3395 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3396
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3397 #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
3398 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3399 border: 1px solid #666;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3400 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3401
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3402 #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
3403 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3404 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3405 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3406 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3407 padding: 8px 0 2px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3408 }
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 #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
3411 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3412 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3413 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3414 }
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 #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
3417 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3418 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3419 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3420 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3421 margin: 2px 0 0 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3422 }
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 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
3425 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3426 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3427 font-size: 11px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3428 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3429 margin: 0;
577
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3430 }
70b2cea78c91 some templates fixes, merged css.
Marcin Kuzminski <marcin@python-works.com>
parents: 556
diff changeset
3431
1471
f4725d9faf84 simplify !
Marcin Kuzminski <marcin@python-works.com>
parents: 1470
diff changeset
3432 input.ui-button {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3433 background: #e5e3e3 url("../images/button.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3434 border-top: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3435 border-left: 1px solid #c6c6c6;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3436 border-right: 1px solid #DDD;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3437 border-bottom: 1px solid #c6c6c6;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3438 color: #515151 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3439 outline: none;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3440 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3441 padding: 6px 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3442 -webkit-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3443 -khtml-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3444 -moz-border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3445 border-radius: 4px 4px 4px 4px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3446 box-shadow: 0 1px 0 #ececec;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3447 cursor: pointer;
1470
ea41c494cc3f beatify !
Marcin Kuzminski <marcin@python-works.com>
parents: 1468
diff changeset
3448 }
ea41c494cc3f beatify !
Marcin Kuzminski <marcin@python-works.com>
parents: 1468
diff changeset
3449
1471
f4725d9faf84 simplify !
Marcin Kuzminski <marcin@python-works.com>
parents: 1470
diff changeset
3450 input.ui-button:hover {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3451 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
3452 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3453 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3454 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3455 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3456 }
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 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
3459 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3460 display: inline;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3461 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3462
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3463 #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
3464 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3465 margin: 10px 0 0 200px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3466 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3467 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3468
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3469 #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
3470 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3471 margin: 10px 0 0;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3472 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3473
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3474 #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
3475 width: 10%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3476 text-align: center;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3477 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3478
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3479 #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
3480 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3481 text-align: right;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3482 margin: 6px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3483 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3484 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3485
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3486 #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
3487 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3488 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
3489 border-top: 1px solid #ccc;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3490 border-left: 1px solid #bebebe;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3491 border-right: 1px solid #b1b1b1;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3492 border-bottom: 1px solid #afafaf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3493 color: #515151;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3494 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3495 padding: 6px 12px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3496 }
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 #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
3499 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3500 text-align: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3501 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3502 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3503 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3504 }
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 #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
3507 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3508 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3509 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3510 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3511 background: #ebebeb url("../images/pager.png") repeat-x;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3512 border-top: 1px solid #dedede;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3513 border-left: 1px solid #cfcfcf;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3514 border-right: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3515 border-bottom: 1px solid #c4c4c4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3516 color: #4A4A4A;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3517 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3518 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3519 padding: 6px 8px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3520 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3521
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3522 #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
3523 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3524 color: #B4B4B4;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3525 padding: 6px;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3526 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3527
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3528 #login,#register {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3529 width: 520px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3530 margin: 10% auto 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3531 padding: 0;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3532 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3533
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3534 #login div.color,#register div.color {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3535 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3536 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3537 background: #FFF;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3538 margin: 10px auto 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3539 padding: 3px 3px 3px 0;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3540 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3541
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3542 #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
3543 width: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3544 height: 20px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3545 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3546 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3547 margin: 0 0 0 3px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3548 padding: 0;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3549 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3550
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3551 #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
3552 color: #fff;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3553 margin: 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3554 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3555 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3556
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3557 #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
3558 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3559 clear: both;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3560 overflow: hidden;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3561 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3562 padding: 0 0 10px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3563 }
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 #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
3566 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3567 height: 1%;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3568 display: block;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3569 color: red;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3570 margin: 8px 0 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3571 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3572 max-width: 320px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3573 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3574
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3575 #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
3576 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3577 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3578 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3579 }
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 #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
3582 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3583 float: left;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3584 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3585 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3586 }
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 #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
3589 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3590 margin: 0 0 0 184px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3591 padding: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3592 }
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 #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
3595 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3596 color: #565656;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3597 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3598 }
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 #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
3601 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3602 color: #000;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3603 font-size: 1em;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3604 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3605 margin: 0;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3606 }
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 #changeset_content .container .wrapper,#graph_content .container .wrapper
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3609 {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3610 width: 600px;
578
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3611 }
bafd00ab077d some more templates updates
Marcin Kuzminski <marcin@python-works.com>
parents: 577
diff changeset
3612
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
3613 #changeset_content .container .left {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3614 float: left;
1849
162300a90342 changelog: making less noisy
Aras Pranckevicius <aras@unity3d.com>
parents: 1813
diff changeset
3615 width: 75%;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3616 padding-left: 5px;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3617 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3618
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3619 #changeset_content .container .left .date,.ac .match {
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3620 font-weight: 700;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3621 padding-top: 5px;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3622 padding-bottom: 5px;
584
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3623 }
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3624
20940ddb5f4d optimized css
Marcin Kuzminski <marcin@python-works.com>
parents: 583
diff changeset
3625 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
3626 border: none !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3627 height: 20px !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3628 padding: 0 !important;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3629 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3630
1624
64f44c2cf47c fixes small css issues with chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1610
diff changeset
3631 .q_filter_box {
64f44c2cf47c fixes small css issues with chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1610
diff changeset
3632 -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
3633 -webkit-border-radius: 4px;
64f44c2cf47c fixes small css issues with chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1610
diff changeset
3634 -moz-border-radius: 4px;
1654
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3635 border-radius: 4px;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3636 border: 0 none;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3637 color: #AAAAAA;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3638 margin-bottom: -4px;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3639 margin-top: -4px;
713315371e03 added quick filters into branches and tags
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
3640 padding-left: 3px;
1598
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3641 }
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3642
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3643 #node_filter {
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3644 border: 0px solid #545454;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3645 color: #AAAAAA;
e9a19edfeba6 beatify alert messages, css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1553
diff changeset
3646 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
3647 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3648
1952
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 .group_members_wrap{
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 }
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3653
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3654 .group_members .group_member{
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3655 height: 30px;
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3656 padding:0px 0px 0px 10px;
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3657 }
4a7de41dc22a show members in user groups with avatars
Marcin Kuzminski <marcin@python-works.com>
parents: 1949
diff changeset
3658
1605
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3659 /*README STYLE*/
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3660
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3661 div.readme {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3662 padding:0px;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3663 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3664
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3665 div.readme h2 {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3666 font-weight: normal;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3667 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3668
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3669 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
3670 background-color: #fafafa;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3671 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3672
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3673 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
3674 clear:both;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3675 overflow:hidden;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3676 margin:0;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3677 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
3678 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3679
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3680 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
3681 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
3682 margin: 0 !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3683 padding: 0 !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3684 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
3685 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3686
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3687
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3688 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
3689 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
3690 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3691
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3692 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
3693 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
3694 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3695
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3696 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
3697 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
3698 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
3699 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
3700 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3701
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3702 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
3703 color: black !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3704 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
3705 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
3706 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3707
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3708 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
3709 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
3710 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
3711 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3712
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3713 div.readme .readme_box ol {
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3714 list-style: decimal;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3715 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
3716 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3717
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3718 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
3719 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
3720 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3721
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3722 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
3723 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
3724 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
3725 color: #444 !important;
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3726 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
3727 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
3728 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3729
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3730 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
3731 padding: 0 !important;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3732 font-size: 12px !important;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3733 background-color: #eee !important;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3734 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
3735 }
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3736
df59c0503636 implements #215 Repository view uses a README (text/markdown + rst)
Marcin Kuzminski <marcin@python-works.com>
parents: 1602
diff changeset
3737 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
3738 margin: 1em 0;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3739 font-size: 12px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3740 background-color: #eee;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3741 border: 1px solid #ddd;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3742 padding: 5px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3743 color: #444;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3744 overflow: auto;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3745 -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
3746 -webkit-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3747 -moz-border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3748 border-radius: 3px;
833f9dec0a06 implemented #44 - branch filtering in changelog, aka branch browser
Marcin Kuzminski <marcin@python-works.com>
parents: 1655
diff changeset
3749 }
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3750
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3751
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3752 /** RST STYLE **/
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3753
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3754
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3755 div.rst-block {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3756 padding:0px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3757 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3758
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3759 div.rst-block h2 {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3760 font-weight: normal;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3761 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3762
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3763 div.rst-block {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3764 background-color: #fafafa;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3765 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3766
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3767 div.rst-block {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3768 clear:both;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3769 overflow:hidden;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3770 margin:0;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3771 padding:0 20px 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3772 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3773
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3774 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
3775 border-bottom: 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3776 margin: 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3777 padding: 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3778 line-height: 1.5em !important;
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
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3781
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3782 div.rst-block h1:first-child {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3783 padding-top: .25em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3784 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3785
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3786 div.rst-block h2, div.rst-block h3 {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3787 margin: 1em 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3788 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3789
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3790 div.rst-block h2 {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3791 margin-top: 1.5em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3792 border-top: 4px solid #e0e0e0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3793 padding-top: .5em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3794 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3795
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3796 div.rst-block p {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3797 color: black !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3798 margin: 1em 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3799 line-height: 1.5em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3800 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3801
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3802 div.rst-block ul {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3803 list-style: disc !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3804 margin: 1em 0 1em 2em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3805 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3806
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3807 div.rst-block ol {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3808 list-style: decimal;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3809 margin: 1em 0 1em 2em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3810 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3811
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3812 div.rst-block pre, code {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3813 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3814 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3815
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3816 div.rst-block code {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3817 font-size: 12px !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3818 background-color: ghostWhite !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3819 color: #444 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3820 padding: 0 .2em !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3821 border: 1px solid #dedede !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3822 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3823
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3824 div.rst-block pre code {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3825 padding: 0 !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3826 font-size: 12px !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3827 background-color: #eee !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3828 border: none !important;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3829 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3830
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3831 div.rst-block pre {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3832 margin: 1em 0;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3833 font-size: 12px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3834 background-color: #eee;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3835 border: 1px solid #ddd;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3836 padding: 5px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3837 color: #444;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3838 overflow: auto;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3839 -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
3840 -webkit-border-radius: 3px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3841 -moz-border-radius: 3px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3842 border-radius: 3px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3843 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3844
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3845
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3846 /** comment main **/
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3847 .comments {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3848 padding:10px 20px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3849 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3850
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3851 .comments .comment {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3852 border: 1px solid #ddd;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3853 margin-top: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3854 -webkit-border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3855 -moz-border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3856 border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3857 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3858
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3859 .comments .comment .meta {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3860 background: #f8f8f8;
1860
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
3861 padding: 4px;
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3862 border-bottom: 1px solid #ddd;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3863 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3864
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3865 .comments .comment .meta img {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3866 vertical-align: middle;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3867 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3868
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3869 .comments .comment .meta .user {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3870 font-weight: bold;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3871 }
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 .comments .comment .meta .date {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3874 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3875
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3876 .comments .comment .text {
1674
6f0143e5efe5 #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1670
diff changeset
3877 background-color: #FAFAFA;
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3878 }
1860
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
3879 .comment .text div.rst-block p {
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
3880 margin: 0.5em 0px !important;
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
3881 }
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3882
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3883 .comments .comments-number{
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3884 padding:0px 0px 10px 0px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3885 font-weight: bold;
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3886 color: #666;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3887 font-size: 16px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3888 }
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
3889
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3890 /** comment form **/
1670
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3891
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3892 .comment-form .clearfix{
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3893 background: #EEE;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3894 -webkit-border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3895 -moz-border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3896 border-radius: 4px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3897 padding: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3898 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3899
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3900 div.comment-form {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3901 margin-top: 20px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3902 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3903
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3904 .comment-form strong {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3905 display: block;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3906 margin-bottom: 15px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3907 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3908
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3909 .comment-form textarea {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3910 width: 100%;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3911 height: 100px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3912 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3913 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3914
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3915 form.comment-form {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3916 margin-top: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3917 margin-left: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3918 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3919
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3920 .comment-form-submit {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3921 margin-top: 5px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3922 margin-left: 525px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3923 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3924
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3925 .file-comments {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3926 display: none;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3927 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3928
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3929 .comment-form .comment {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3930 margin-left: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3931 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3932
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3933 .comment-form .comment-help{
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3934 padding: 0px 0px 5px 0px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3935 color: #666;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3936 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3937
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3938 .comment-form .comment-button{
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3939 padding-top:5px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3940 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3941
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3942 .add-another-button {
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3943 margin-left: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3944 margin-top: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3945 margin-bottom: 10px;
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3946 }
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3947
d2de0c2f02cd #77 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1656
diff changeset
3948 .comment .buttons {
1860
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
3949 float: right;
1674
6f0143e5efe5 #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1670
diff changeset
3950 }
1677
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3951
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3952
1686
6ff8bcb783e9 show inline comments option
Marcin Kuzminski <marcin@python-works.com>
parents: 1684
diff changeset
3953 .show-inline-comments{
6ff8bcb783e9 show inline comments option
Marcin Kuzminski <marcin@python-works.com>
parents: 1684
diff changeset
3954 position: relative;
6ff8bcb783e9 show inline comments option
Marcin Kuzminski <marcin@python-works.com>
parents: 1684
diff changeset
3955 top:1px
6ff8bcb783e9 show inline comments option
Marcin Kuzminski <marcin@python-works.com>
parents: 1684
diff changeset
3956 }
1677
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 **/
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3959
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3960 .comment-inline-form .clearfix{
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3961 background: #EEE;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3962 -webkit-border-radius: 4px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3963 -moz-border-radius: 4px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3964 border-radius: 4px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3965 padding: 5px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3966 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3967
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3968 div.comment-inline-form {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3969 margin-top: 5px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3970 padding:2px 6px 8px 6px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3971 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3972
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3973 .comment-inline-form strong {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3974 display: block;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3975 margin-bottom: 15px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3976 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3977
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3978 .comment-inline-form textarea {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3979 width: 100%;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3980 height: 100px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3981 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3982 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3983
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3984 form.comment-inline-form {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3985 margin-top: 10px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3986 margin-left: 10px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3987 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3988
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3989 .comment-inline-form-submit {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3990 margin-top: 5px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3991 margin-left: 525px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3992 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3993
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3994 .file-comments {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3995 display: none;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3996 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3997
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3998 .comment-inline-form .comment {
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
3999 margin-left: 10px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4000 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4001
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4002 .comment-inline-form .comment-help{
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4003 padding: 0px 0px 2px 0px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4004 color: #666666;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4005 font-size: 10px;
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4006 }
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4007
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4008 .comment-inline-form .comment-button{
7276b170ce8b #71 code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 1674
diff changeset
4009 padding-top:5px;
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4010 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4011
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4012 /** comment inline **/
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4013 .inline-comments {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4014 padding:10px 20px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4015 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4016
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4017 .inline-comments div.rst-block {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4018 clear:both;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4019 overflow:hidden;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4020 margin:0;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4021 padding:0 20px 0px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4022 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4023 .inline-comments .comment {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4024 border: 1px solid #ddd;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4025 -webkit-border-radius: 4px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4026 -moz-border-radius: 4px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4027 border-radius: 4px;
1684
99ab32357262 touch up padding on inline comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1682
diff changeset
4028 margin: 3px 3px 5px 5px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4029 background-color: #FAFAFA;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4030 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4031 .inline-comments .comment-wrapp{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4032 padding:1px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4033 }
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4034 .inline-comments .comment .meta {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4035 background: #f8f8f8;
1860
1f06cd49cb3e changeset: simplifying comments
Aras Pranckevicius <aras@unity3d.com>
parents: 1858
diff changeset
4036 padding: 4px;
1682
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4037 border-bottom: 1px solid #ddd;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4038 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4039
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4040 .inline-comments .comment .meta img {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4041 vertical-align: middle;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4042 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4043
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4044 .inline-comments .comment .meta .user {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4045 font-weight: bold;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4046 }
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 .inline-comments .comment .meta .date {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4049 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4050
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4051 .inline-comments .comment .text {
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4052 background-color: #FAFAFA;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4053 }
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4054
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4055 .inline-comments .comments-number{
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4056 padding:0px 0px 10px 0px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4057 font-weight: bold;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4058 color: #666;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4059 font-size: 16px;
1f2ba96de73e #71 code review
Marcin Kuzminski <marcin@python-works.com>
parents: 1677
diff changeset
4060 }
1704
3efc47f59639 inline comment form is displayed now under all comments.
Marcin Kuzminski <marcin@python-works.com>
parents: 1702
diff changeset
4061 .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
4062 margin:10px 5px !important;
3efc47f59639 inline comment form is displayed now under all comments.
Marcin Kuzminski <marcin@python-works.com>
parents: 1702
diff changeset
4063 }
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4064 .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
4065 border-radius: 4px 4px 4px 4px;
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4066 -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
4067 -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
4068 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
4069 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
4070 position: absolute;
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4071 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
4072 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
4073 z-index: 1000;
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4074 }
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4075 .notifications a{
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4076 color:#888 !important;
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4077 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
4078 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
4079 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
4080 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
4081 -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
4082 -moz-border-radius: 2px !important;
1702
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4083 }
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4084 .notifications a:hover{
8cb7f5c4d494 #302 - basic notification system, models+tests
Marcin Kuzminski <marcin@python-works.com>
parents: 1699
diff changeset
4085 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
4086 background-color: #EEEFFF !important;
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4087 }
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4088 .notification-header{
1787
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4089 padding-top:6px;
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4090 }
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4091 .notification-header .desc{
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4092 font-size: 16px;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4093 height: 24px;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4094 float: left
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4095 }
1739
4a5b93b3bcdd forbid notifications view for anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 1737
diff changeset
4096 .notification-list .container.unread{
4a5b93b3bcdd forbid notifications view for anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 1737
diff changeset
4097
4a5b93b3bcdd forbid notifications view for anonymous users
Marcin Kuzminski <marcin@python-works.com>
parents: 1737
diff changeset
4098 }
1787
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4099 .notification-header .gravatar{
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4100
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4101 }
1712
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4102 .notification-header .desc.unread{
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4103 font-weight: bold;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4104 font-size: 17px;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4105 }
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4106
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4107 .notification-header .delete-notifications{
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4108 float: right;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4109 padding-top: 8px;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4110 cursor: pointer;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4111 }
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4112 .notification-subject{
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4113 clear:both;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4114 border-bottom: 1px solid #eee;
cac5109ac3b6 Notification system improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 1706
diff changeset
4115 padding:5px 0px 5px 38px;
1772
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
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 DIFFS CSS
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4121 ******************************************************************************/
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4122
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4123 div.diffblock {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4124 overflow: auto;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4125 padding: 0px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4126 border: 1px solid #ccc;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4127 background: #f8f8f8;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4128 font-size: 100%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4129 line-height: 100%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4130 /* new */
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4131 line-height: 125%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4132 -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
4133 -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
4134 border-radius: 6px 6px 0px 0px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4135 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4136 div.diffblock.margined{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4137 margin: 0px 20px 0px 20px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4138 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4139 div.diffblock .code-header{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4140 border-bottom: 1px solid #CCCCCC;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4141 background: #EEEEEE;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4142 padding:10px 0 10px 0;
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
4143 height: 14px;
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
4144 }
1778
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4145 div.diffblock .code-header.cv{
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4146 height: 34px;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4147 }
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4148 div.diffblock .code-header-title{
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4149 padding: 0px 0px 10px 5px !important;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4150 margin: 0 !important;
defcf245f3e9 fixes #229 repo sorting is not working.
Marcin Kuzminski <marcin@python-works.com>
parents: 1776
diff changeset
4151 }
1949
0471cbe8b4a7 user lowercase (copy safe) hash in changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1940
diff changeset
4152 div.diffblock .code-header .hash{
0471cbe8b4a7 user lowercase (copy safe) hash in changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1940
diff changeset
4153 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
4154 padding: 2px 0 0 2px;
1949
0471cbe8b4a7 user lowercase (copy safe) hash in changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 1940
diff changeset
4155 }
1776
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
4156 div.diffblock .code-header .date{
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
4157 float:left;
22333ddd1a40 implements #307, configurable diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 1775
diff changeset
4158 text-transform: uppercase;
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
4159 padding: 2px 0px 0px 2px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4160 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4161 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
4162 margin-left:4px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4163 font-weight: bold;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4164 font-size: 14px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4165 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4166 div.diffblock .code-body{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4167 background: #FFFFFF;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4168 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4169 div.diffblock pre.raw{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4170 background: #FFFFFF;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4171 color:#000000;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4172 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4173 table.code-difftable{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4174 border-collapse: collapse;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4175 width: 99%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4176 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4177 table.code-difftable td {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4178 padding: 0 !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4179 background: none !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4180 border:0 !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4181 vertical-align: none !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4182 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4183 table.code-difftable .context{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4184 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
4185 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4186 table.code-difftable .add{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4187 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
4188 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4189 table.code-difftable .add ins{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4190 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
4191 text-decoration:none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4192 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4193 table.code-difftable .del{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4194 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
4195 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4196 table.code-difftable .del del{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4197 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
4198 text-decoration:none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4199 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4200
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4201 /** LINE NUMBERS **/
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4202 table.code-difftable .lineno{
1805
e84b3d98c07b nicer diff
Marcin Kuzminski <marcin@python-works.com>
parents: 1787
diff changeset
4203
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4204 padding-left:2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4205 padding-right:2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4206 text-align:right;
1773
e8caed093994 diff line numbers fix
Marcin Kuzminski <marcin@python-works.com>
parents: 1772
diff changeset
4207 width:32px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4208 -moz-user-select:none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4209 -webkit-user-select: none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4210 border-right: 1px solid #CCC !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4211 border-left: 0px solid #CCC !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4212 border-top: 0px solid #CCC !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4213 border-bottom: none !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4214 vertical-align: middle !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4215
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.new {
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.old {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4220 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4221 table.code-difftable .lineno a{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4222 color:#747474 !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4223 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
4224 letter-spacing:-1px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4225 text-align:right;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4226 padding-right: 2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4227 cursor: pointer;
1774
46766a3db255 diff line fix no#
Marcin Kuzminski <marcin@python-works.com>
parents: 1773
diff changeset
4228 display: block;
46766a3db255 diff line fix no#
Marcin Kuzminski <marcin@python-works.com>
parents: 1773
diff changeset
4229 width: 32px;
1772
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4230 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4231
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4232 table.code-difftable .lineno-inline{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4233 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
4234 padding-left:2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4235 padding-right:2px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4236 text-align:right;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4237 width:30px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4238 -moz-user-select:none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4239 -webkit-user-select: none;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4240 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4241
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4242 /** CODE **/
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4243 table.code-difftable .code {
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4244 display: block;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4245 width: 100%;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4246 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4247 table.code-difftable .code td{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4248 margin:0;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4249 padding:0;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4250 }
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4251 table.code-difftable .code pre{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4252 margin:0;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4253 padding:0;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4254 height: 17px;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4255 line-height: 17px;
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
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4258
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4259 .diffblock.margined.comm .line .code:hover{
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4260 background-color:#FFFFCC !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4261 cursor: pointer !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4262 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
4263 background-repeat:no-repeat !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4264 background-position: right !important;
c83d3d42ab92 - diff.css merge to main style.css
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
4265 background-position: 0% 50% !important;
1787
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4266 }
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4267 .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
4268 background-image: none !important;
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4269 cursor: auto !important;
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4270 background-color: inherit !important;
d4a7b6c82efe code garden for changeset ranges and comments
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
4271
1865
37b3c3244bbc UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1861
diff changeset
4272 }