annotate rhodecode/public/css/style.css @ 4145:47690c876a90 rhodecode-2.2.5-gpl

old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
author Mads Kiilerich <madski@unity3d.com>
date Tue, 10 Dec 2013 19:28:05 +0100
parents 962f753552cd
children 5842d2115a25
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
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 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2 border: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3 outline: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4 font-size: 100%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
5 vertical-align: baseline;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
6 background: transparent;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
7 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
8 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
9 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
10
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
11 body {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
12 line-height: 1;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
13 height: 100%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
14 background: url("../images/background.png") repeat scroll 0 0 #B0B0B0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
15 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
16 Lucida Sans Unicode, Arial, sans-serif; font-size : 12px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
17 color: #000;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
18 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
19 padding: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
20 font-size: 12px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
21 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
22
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
23 ol, ul {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
24 list-style: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
25 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
26
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
27 blockquote, q {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
28 quotes: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
29 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
30
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
31 blockquote:before, blockquote:after, q:before, q:after {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
32 content: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
33 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
34
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
35 :focus {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
36 outline: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
37 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
38
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
39 del {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
40 text-decoration: line-through;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
41 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
42
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
43 table {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
44 border-collapse: collapse;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
45 border-spacing: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
46 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
47
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
48 html {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
49 height: 100%;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
50 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
51
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
52 a {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
53 color: #003367;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
54 text-decoration: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
55 cursor: pointer;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
56 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
57
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
58 a:hover {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
59 color: #316293;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
60 text-decoration: underline;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
61 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
62
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
63 h1, h2, h3, h4, h5, h6,
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
64 div.h1, div.h2, div.h3, div.h4, div.h5, div.h6 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
65 color: #292929;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
66 font-weight: 700;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
67 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
68
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
69 h1, div.h1 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
70 font-size: 22px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
71 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
72
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
73 h2, div.h2 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
74 font-size: 20px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
75 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
76
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
77 h3, div.h3 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
78 font-size: 18px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
79 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
80
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
81 h4, div.h4 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
82 font-size: 16px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
83 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
84
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
85 h5, div.h5 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
86 font-size: 14px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
87 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
88
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
89 h6, div.h6 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
90 font-size: 11px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
91 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
92
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
93 ul.circle {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
94 list-style-type: circle;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
95 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
96
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
97 ul.disc {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
98 list-style-type: disc;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
99 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
100
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
101 ul.square {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
102 list-style-type: square;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
103 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
104
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
105 ol.lower-roman {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
106 list-style-type: lower-roman;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
107 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
108
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
109 ol.upper-roman {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
110 list-style-type: upper-roman;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
111 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
112
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
113 ol.lower-alpha {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
114 list-style-type: lower-alpha;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
115 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
116
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
117 ol.upper-alpha {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
118 list-style-type: upper-alpha;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
119 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
120
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
121 ol.decimal {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
122 list-style-type: decimal;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
123 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
124
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
125 div.color {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
126 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
127 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
128 position: absolute;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
129 background: #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
130 margin: 7px 0 0 60px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
131 padding: 1px 1px 1px 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
132 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
133
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
134 div.color a {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
135 width: 15px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
136 height: 15px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
137 display: block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
138 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
139 margin: 0 0 0 1px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
140 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
141 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
142
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
143 div.options {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
144 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
145 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
146 position: absolute;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
147 background: #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
148 margin: 7px 0 0 162px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
149 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
150 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
151
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
152 div.options a {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
153 height: 1%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
154 display: block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
155 text-decoration: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
156 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
157 padding: 3px 8px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
158 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
159
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
160 .top-left-rounded-corner {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
161 -webkit-border-top-left-radius: 8px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
162 -khtml-border-radius-topleft: 8px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
163 border-top-left-radius: 8px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
164 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
165
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
166 .top-right-rounded-corner {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
167 -webkit-border-top-right-radius: 8px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
168 -khtml-border-radius-topright: 8px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
169 border-top-right-radius: 8px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
170 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
171
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
172 .bottom-left-rounded-corner {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
173 -webkit-border-bottom-left-radius: 8px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
174 -khtml-border-radius-bottomleft: 8px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
175 border-bottom-left-radius: 8px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
176 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
177
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
178 .bottom-right-rounded-corner {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
179 -webkit-border-bottom-right-radius: 8px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
180 -khtml-border-radius-bottomright: 8px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
181 border-bottom-right-radius: 8px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
182 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
183
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
184 .top-left-rounded-corner-mid {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
185 -webkit-border-top-left-radius: 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
186 -khtml-border-radius-topleft: 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
187 border-top-left-radius: 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
188 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
190 .top-right-rounded-corner-mid {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
191 -webkit-border-top-right-radius: 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
192 -khtml-border-radius-topright: 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
193 border-top-right-radius: 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
194 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
195
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
196 .bottom-left-rounded-corner-mid {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
197 -webkit-border-bottom-left-radius: 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
198 -khtml-border-radius-bottomleft: 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
199 border-bottom-left-radius: 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
200 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
201
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
202 .bottom-right-rounded-corner-mid {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
203 -webkit-border-bottom-right-radius: 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
204 -khtml-border-radius-bottomright: 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
205 border-bottom-right-radius: 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
206 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
207
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
208 .help-block {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
209 color: #999999;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
210 display: block;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
211 margin-bottom: 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
212 margin-top: 5px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
213 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
214
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
215 .empty_data {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
216 color: #B9B9B9;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
217 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
218
4033
d46b56da5c21 Fixed some CSS for css elipsis
Marcin Kuzminski <marcin@python-works.com>
parents: 4023
diff changeset
219 .truncate {
d46b56da5c21 Fixed some CSS for css elipsis
Marcin Kuzminski <marcin@python-works.com>
parents: 4023
diff changeset
220 white-space: nowrap;
d46b56da5c21 Fixed some CSS for css elipsis
Marcin Kuzminski <marcin@python-works.com>
parents: 4023
diff changeset
221 overflow: hidden;
d46b56da5c21 Fixed some CSS for css elipsis
Marcin Kuzminski <marcin@python-works.com>
parents: 4023
diff changeset
222 text-overflow: ellipsis;
d46b56da5c21 Fixed some CSS for css elipsis
Marcin Kuzminski <marcin@python-works.com>
parents: 4023
diff changeset
223 -o-text-overflow: ellipsis;
d46b56da5c21 Fixed some CSS for css elipsis
Marcin Kuzminski <marcin@python-works.com>
parents: 4023
diff changeset
224 -ms-text-overflow: ellipsis;
d46b56da5c21 Fixed some CSS for css elipsis
Marcin Kuzminski <marcin@python-works.com>
parents: 4023
diff changeset
225 }
d46b56da5c21 Fixed some CSS for css elipsis
Marcin Kuzminski <marcin@python-works.com>
parents: 4023
diff changeset
226
d46b56da5c21 Fixed some CSS for css elipsis
Marcin Kuzminski <marcin@python-works.com>
parents: 4023
diff changeset
227 .truncate.autoexpand:hover {
d46b56da5c21 Fixed some CSS for css elipsis
Marcin Kuzminski <marcin@python-works.com>
parents: 4023
diff changeset
228 text-overflow: none;
d46b56da5c21 Fixed some CSS for css elipsis
Marcin Kuzminski <marcin@python-works.com>
parents: 4023
diff changeset
229 overflow: visible;
d46b56da5c21 Fixed some CSS for css elipsis
Marcin Kuzminski <marcin@python-works.com>
parents: 4023
diff changeset
230 }
d46b56da5c21 Fixed some CSS for css elipsis
Marcin Kuzminski <marcin@python-works.com>
parents: 4023
diff changeset
231
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
232 a.permalink {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
233 visibility: hidden;
3695
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
234 position: absolute;
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
235 margin: 3px 4px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
236 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
237
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
238 a.permalink:hover {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
239 text-decoration: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
240 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
241
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
242 h1:hover > a.permalink,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
243 h2:hover > a.permalink,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
244 h3:hover > a.permalink,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
245 h4:hover > a.permalink,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
246 h5:hover > a.permalink,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
247 h6:hover > a.permalink,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
248 div:hover > a.permalink {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
249 visibility: visible;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
250 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
251
4140
05ed7e20bd0f old style: use kallithea-logo.png in page headers
Mads Kiilerich <madski@unity3d.com>
parents: 4139
diff changeset
252 #header #logo {
05ed7e20bd0f old style: use kallithea-logo.png in page headers
Mads Kiilerich <madski@unity3d.com>
parents: 4139
diff changeset
253 padding-left: 20px;
05ed7e20bd0f old style: use kallithea-logo.png in page headers
Mads Kiilerich <madski@unity3d.com>
parents: 4139
diff changeset
254 }
05ed7e20bd0f old style: use kallithea-logo.png in page headers
Mads Kiilerich <madski@unity3d.com>
parents: 4139
diff changeset
255
05ed7e20bd0f old style: use kallithea-logo.png in page headers
Mads Kiilerich <madski@unity3d.com>
parents: 4139
diff changeset
256 #header #logo div.header,
05ed7e20bd0f old style: use kallithea-logo.png in page headers
Mads Kiilerich <madski@unity3d.com>
parents: 4139
diff changeset
257 #header #logo div.branding {
05ed7e20bd0f old style: use kallithea-logo.png in page headers
Mads Kiilerich <madski@unity3d.com>
parents: 4139
diff changeset
258 font-size: 20px;
05ed7e20bd0f old style: use kallithea-logo.png in page headers
Mads Kiilerich <madski@unity3d.com>
parents: 4139
diff changeset
259 color: white;
05ed7e20bd0f old style: use kallithea-logo.png in page headers
Mads Kiilerich <madski@unity3d.com>
parents: 4139
diff changeset
260 float: left;
05ed7e20bd0f old style: use kallithea-logo.png in page headers
Mads Kiilerich <madski@unity3d.com>
parents: 4139
diff changeset
261 height: 44px;
05ed7e20bd0f old style: use kallithea-logo.png in page headers
Mads Kiilerich <madski@unity3d.com>
parents: 4139
diff changeset
262 line-height: 44px;
05ed7e20bd0f old style: use kallithea-logo.png in page headers
Mads Kiilerich <madski@unity3d.com>
parents: 4139
diff changeset
263 margin-right: 10px;
05ed7e20bd0f old style: use kallithea-logo.png in page headers
Mads Kiilerich <madski@unity3d.com>
parents: 4139
diff changeset
264 }
05ed7e20bd0f old style: use kallithea-logo.png in page headers
Mads Kiilerich <madski@unity3d.com>
parents: 4139
diff changeset
265
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
266 #header ul#logged-user {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
267 margin-bottom: 5px !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
268 -webkit-border-radius: 0px 0px 8px 8px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
269 -khtml-border-radius: 0px 0px 8px 8px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
270 border-radius: 0px 0px 8px 8px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
271 height: 37px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
272 background-color: #003B76;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
273 background-repeat: repeat-x;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
274 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
275 background-image: -moz-linear-gradient(top, #003b76, #00376e);
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
276 background-image: -ms-linear-gradient(top, #003b76, #00376e);
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
277 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
278 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
279 background-image: -o-linear-gradient(top, #003b76, #00376e);
3435
a81dba13e6a2 css: linear-gradient do not have 'top' but 'to bottom'
Mads Kiilerich <madski@unity3d.com>
parents: 3433
diff changeset
280 background-image: linear-gradient(to bottom, #003b76, #00376e);
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
281 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
282 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
283 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
284
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
285 #header ul#logged-user li {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
286 list-style: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
287 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
288 margin: 8px 0 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
289 padding: 4px 12px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
290 border-left: 1px solid #316293;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
291 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
292
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
293 #header ul#logged-user li.first {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
294 border-left: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
295 margin: 4px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
296 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
297
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
298 #header ul#logged-user li.first div.gravatar {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
299 margin-top: -2px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
300 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
301
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
302 #header ul#logged-user li.first div.account {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
303 padding-top: 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
304 float: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
305 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
306
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
307 #header ul#logged-user li.last {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
308 border-right: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
309 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
310
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
311 #header ul#logged-user li a {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
312 color: #fff;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
313 font-weight: 700;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
314 text-decoration: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
315 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
316
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
317 #header ul#logged-user li a:hover {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
318 text-decoration: underline;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
319 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
320
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
321 #header ul#logged-user li.highlight a {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
322 color: #fff;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
323 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
324
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
325 #header ul#logged-user li.highlight a:hover {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
326 color: #FFF;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
327 }
3299
d561eb3787f5 header: don't use fixed position
Mads Kiilerich <madski@unity3d.com>
parents: 3297
diff changeset
328 #header-dd {
d561eb3787f5 header: don't use fixed position
Mads Kiilerich <madski@unity3d.com>
parents: 3297
diff changeset
329 clear: both;
d561eb3787f5 header: don't use fixed position
Mads Kiilerich <madski@unity3d.com>
parents: 3297
diff changeset
330 position: fixed !important;
d561eb3787f5 header: don't use fixed position
Mads Kiilerich <madski@unity3d.com>
parents: 3297
diff changeset
331 background-color: #003B76;
d561eb3787f5 header: don't use fixed position
Mads Kiilerich <madski@unity3d.com>
parents: 3297
diff changeset
332 opacity: 0.01;
d561eb3787f5 header: don't use fixed position
Mads Kiilerich <madski@unity3d.com>
parents: 3297
diff changeset
333 cursor: pointer;
3413
d79f3505549e whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3412
diff changeset
334 min-height: 10px;
3299
d561eb3787f5 header: don't use fixed position
Mads Kiilerich <madski@unity3d.com>
parents: 3297
diff changeset
335 width: 100% !important;
d561eb3787f5 header: don't use fixed position
Mads Kiilerich <madski@unity3d.com>
parents: 3297
diff changeset
336 -webkit-border-radius: 0px 0px 4px 4px;
d561eb3787f5 header: don't use fixed position
Mads Kiilerich <madski@unity3d.com>
parents: 3297
diff changeset
337 -khtml-border-radius: 0px 0px 4px 4px;
d561eb3787f5 header: don't use fixed position
Mads Kiilerich <madski@unity3d.com>
parents: 3297
diff changeset
338 border-radius: 0px 0px 4px 4px;
d561eb3787f5 header: don't use fixed position
Mads Kiilerich <madski@unity3d.com>
parents: 3297
diff changeset
339 }
d561eb3787f5 header: don't use fixed position
Mads Kiilerich <madski@unity3d.com>
parents: 3297
diff changeset
340
3461
ac0923f5fc95 css: consistent space before {
Mads Kiilerich <madski@unity3d.com>
parents: 3449
diff changeset
341 #header-dd:hover {
3449
95a226b35b91 codecleaner, fix tabs -> spaces
Marcin Kuzminski <marcin@python-works.com>
parents: 3436
diff changeset
342 opacity: 0.2;
3299
d561eb3787f5 header: don't use fixed position
Mads Kiilerich <madski@unity3d.com>
parents: 3297
diff changeset
343 -webkit-transition: opacity 0.5s ease-in-out;
d561eb3787f5 header: don't use fixed position
Mads Kiilerich <madski@unity3d.com>
parents: 3297
diff changeset
344 -moz-transition: opacity 0.5s ease-in-out;
3413
d79f3505549e whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3412
diff changeset
345 transition: opacity 0.5s ease-in-out;
3299
d561eb3787f5 header: don't use fixed position
Mads Kiilerich <madski@unity3d.com>
parents: 3297
diff changeset
346 }
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
347
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
348 #header #header-inner {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
349 min-height: 44px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
350 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
351 position: relative;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
352 background-color: #003B76;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
353 background-repeat: repeat-x;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
354 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
355 background-image: -moz-linear-gradient(top, #003b76, #00376e);
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
356 background-image: -ms-linear-gradient(top, #003b76, #00376e);
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
357 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) );
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
358 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
359 background-image: -o-linear-gradient(top, #003b76, #00376e);
3435
a81dba13e6a2 css: linear-gradient do not have 'top' but 'to bottom'
Mads Kiilerich <madski@unity3d.com>
parents: 3433
diff changeset
360 background-image: linear-gradient(to bottom, #003b76, #00376e);
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
361 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
362 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
363 padding: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
364 display: block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
365 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3341
030103d57e30 drop down hover menu now fixes whole page padding
Marcin Kuzminski <marcin@python-works.com>
parents: 3319
diff changeset
366 -webkit-border-radius: 0px 0px 4px 4px;
030103d57e30 drop down hover menu now fixes whole page padding
Marcin Kuzminski <marcin@python-works.com>
parents: 3319
diff changeset
367 -khtml-border-radius: 0px 0px 4px 4px;
030103d57e30 drop down hover menu now fixes whole page padding
Marcin Kuzminski <marcin@python-works.com>
parents: 3319
diff changeset
368 border-radius: 0px 0px 4px 4px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
369 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
370 #header #header-inner.hover {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
371 width: 100% !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
372 -webkit-border-radius: 0px 0px 0px 0px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
373 -khtml-border-radius: 0px 0px 0px 0px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
374 border-radius: 0px 0px 0px 0px;
3299
d561eb3787f5 header: don't use fixed position
Mads Kiilerich <madski@unity3d.com>
parents: 3297
diff changeset
375 position: fixed !important;
3413
d79f3505549e whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3412
diff changeset
376 z-index: 10000;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
377 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
378
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
379 .ie7 #header #header-inner.hover,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
380 .ie8 #header #header-inner.hover,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
381 .ie9 #header #header-inner.hover
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
382 {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
383 z-index: auto !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
384 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
385
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
386 .header-pos-fix, .anchor {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
387 margin-top: -46px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
388 padding-top: 46px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
389 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
390
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
391 #header #header-inner #home a {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
392 height: 40px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
393 width: 46px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
394 display: block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
395 background-position: 0 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
396 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
397 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
398 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
399
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
400 #header #header-inner #home a:hover {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
401 background-position: 0 -40px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
402 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
403
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
404 #header #header-inner #logo {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
405 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
406 position: absolute;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
407 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
408
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
409 #header #header-inner #logo h1 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
410 color: #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
411 font-size: 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
412 margin: 12px 0 0 13px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
413 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
414 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
415
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
416 #header #header-inner #logo a {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
417 color: #fff;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
418 text-decoration: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
419 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
420
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
421 #header #header-inner #logo a:hover {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
422 color: #bfe3ff;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
423 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
424
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
425 #header #header-inner #quick {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
426 position: relative;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
427 float: right;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
428 list-style-type: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
429 list-style-position: outside;
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3537
diff changeset
430 margin: 4px 8px 0 0;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
431 padding: 0;
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3537
diff changeset
432 border-radius: 4px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
433 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
434
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
435 #header #header-inner #quick li span.short {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
436 padding: 9px 6px 8px 6px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
437 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
438
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
439 #header #header-inner #quick li span {
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3537
diff changeset
440 display: inline;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
441 margin: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
442 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
443
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
444 #header #header-inner #quick li span.normal {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
445 border: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
446 padding: 10px 12px 8px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
447 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
448
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
449 #header #header-inner #quick li span.icon {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
450 border-left: none;
3552
7967d00e4692 Stylistic cleanup - mostly formatting
Mads Kiilerich <madski@unity3d.com>
parents: 3551
diff changeset
451 padding-left: 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
452 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
453
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
454 #header #header-inner #quick li span.icon_short {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
455 top: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
456 left: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
457 border-left: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
458 border-right: 1px solid #2e5c89;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
459 padding: 8px 6px 4px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
460 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
461
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
462 #header #header-inner #quick li span.icon img, #header #header-inner #quick li span.icon_short img {
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3537
diff changeset
463 vertical-align: middle;
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3537
diff changeset
464 margin-bottom: 2px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
465 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
466
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
467 #header #header-inner #quick ul.repo_switcher {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
468 max-height: 275px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
469 overflow-x: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
470 overflow-y: auto;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
471 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
472
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
473 #header #header-inner #quick ul.repo_switcher li.qfilter_rs {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
474 padding: 2px 3px;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
475 padding-right: 17px;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
476 }
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
477
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
478 #header #header-inner #quick ul.repo_switcher li.qfilter_rs input {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
479 width: 100%;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
480 border-radius: 10px;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
481 padding: 2px 7px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
482 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
483
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
484 #header #header-inner #quick .repo_switcher_type {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
485 position: absolute;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
486 left: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
487 top: 9px;
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
488 margin: 0px 2px 0px 2px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
489 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
490
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
491 #header #header-inner #quick li ul li a.journal, #header #header-inner #quick li ul li a.journal:hover {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
492 background-image: url("../images/icons/book.png");
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
493 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
494
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
495 #header #header-inner #quick li ul li a.private_repo, #header #header-inner #quick li ul li a.private_repo:hover {
4003
867a7dffc424 Make the private icon of repo more distinguished from
Marcin Kuzminski <marcin@python-works.com>
parents: 3989
diff changeset
496 background-image: url("../images/icons/private_repo.png")
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
497 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
498
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
499 #header #header-inner #quick li ul li a.public_repo, #header #header-inner #quick li ul li a.public_repo:hover {
4003
867a7dffc424 Make the private icon of repo more distinguished from
Marcin Kuzminski <marcin@python-works.com>
parents: 3989
diff changeset
500 background-image: url("../images/icons/public_repo.png");
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
501 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
502
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
503 #header #header-inner #quick li ul li a.hg, #header #header-inner #quick li ul li a.hg:hover {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
504 background-image: url("../images/icons/hgicon.png");
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
505 padding-left: 42px;
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
506 background-position: 20px 9px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
507 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
508
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
509 #header #header-inner #quick li ul li a.git, #header #header-inner #quick li ul li a.git:hover {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
510 background-image: url("../images/icons/giticon.png");
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
511 padding-left: 42px;
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
512 background-position: 20px 9px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
513 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
514
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
515 #header #header-inner #quick li ul li a.repos, #header #header-inner #quick li ul li a.repos:hover {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
516 background-image: url("../images/icons/database_edit.png");
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
517 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
518
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
519 #header #header-inner #quick li ul li a.repos_groups, #header #header-inner #quick li ul li a.repos_groups:hover {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
520 background-image: url("../images/icons/database_link.png");
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
521 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
522
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
523 #header #header-inner #quick li ul li a.users, #header #header-inner #quick li ul li a.users:hover {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
524 background-image: url("../images/icons/user_edit.png");
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
525 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
526
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
527 #header #header-inner #quick li ul li a.groups, #header #header-inner #quick li ul li a.groups:hover {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
528 background-image: url("../images/icons/group_edit.png");
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
529 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
530
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
531 #header #header-inner #quick li ul li a.defaults, #header #header-inner #quick li ul li a.defaults:hover {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
532 background-image: url("../images/icons/wrench.png");
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
533 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
534
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
535 #header #header-inner #quick li ul li a.settings, #header #header-inner #quick li ul li a.settings:hover {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
536 background-image: url("../images/icons/cog.png");
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
537 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
538
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
539 #header #header-inner #quick li ul li a.permissions, #header #header-inner #quick li ul li a.permissions:hover {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
540 background-image: url("../images/icons/key.png");
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
541 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
542
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
543 #header #header-inner #quick li ul li a.ldap, #header #header-inner #quick li ul li a.ldap:hover {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
544 background-image: url("../images/icons/server_key.png");
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
545 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
546
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
547 #header #header-inner #quick li ul li a.fork, #header #header-inner #quick li ul li a.fork:hover {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
548 background-image: url("../images/icons/arrow_divide.png");
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
549 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
550
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
551 #header #header-inner #quick li ul li a.locking_add, #header #header-inner #quick li ul li a.locking_add:hover {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
552 background-image: url("../images/icons/lock_add.png");
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
553 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
554
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
555 #header #header-inner #quick li ul li a.locking_del, #header #header-inner #quick li ul li a.locking_del:hover {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
556 background-image: url("../images/icons/lock_delete.png");
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
557 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
558
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
559 #header #header-inner #quick li ul li a.pull_request, #header #header-inner #quick li ul li a.pull_request:hover {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
560 background-image: url("../images/icons/arrow_join.png") ;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
561 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
562
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
563 #header #header-inner #quick li ul li a.compare_request, #header #header-inner #quick li ul li a.compare_request:hover {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
564 background-image: url("../images/icons/arrow_inout.png");
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
565 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
566
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
567 #header #header-inner #quick li ul li a.search, #header #header-inner #quick li ul li a.search:hover {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
568 background-image: url("../images/icons/search_16.png");
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
569 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
570
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
571 #header #header-inner #quick li ul li a.delete, #header #header-inner #quick li ul li a.delete:hover {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
572 background-image: url("../images/icons/delete.png");
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
573 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
574
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
575 #header #header-inner #quick li ul li a.branches, #header #header-inner #quick li ul li a.branches:hover {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
576 background-image: url("../images/icons/arrow_branch.png");
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
577 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
578
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
579 #header #header-inner #quick li ul li a.tags,
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
580 #header #header-inner #quick li ul li a.tags:hover {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
581 background: #FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
582 width: 167px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
583 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
584 padding: 12px 9px 7px 24px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
585 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
586
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
587 #header #header-inner #quick li ul li a.bookmarks,
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
588 #header #header-inner #quick li ul li a.bookmarks:hover {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
589 background: #FFF url("../images/icons/tag_green.png") no-repeat 4px 9px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
590 width: 167px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
591 margin: 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
592 padding: 12px 9px 7px 24px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
593 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
594
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
595 #header #header-inner #quick li ul li a.admin,
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
596 #header #header-inner #quick li ul li a.admin:hover {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
597 background: #FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
598 width: 167px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
599 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
600 padding: 12px 9px 7px 24px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
601 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
602
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
603 .groups_breadcrumbs a {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
604 color: #fff;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
605 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
606
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
607 .groups_breadcrumbs a:hover {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
608 color: #bfe3ff;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
609 text-decoration: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
610 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
611
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
612 td.quick_repo_menu {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
613 background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
614 cursor: pointer;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
615 width: 8px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
616 border: 1px solid transparent;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
617 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
618
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
619 td.quick_repo_menu.active {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
620 background: url("../images/dt-arrow-dn.png") no-repeat scroll 5px 50% #FFFFFF !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
621 border: 1px solid #003367;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
622 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
623 cursor: pointer;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
624 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
625
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
626 td.quick_repo_menu .menu_items {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
627 margin-top: 10px;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
628 margin-left: -6px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
629 width: 150px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
630 position: absolute;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
631 background-color: #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
632 background: none repeat scroll 0 0 #FFFFFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
633 border-color: #003367 #666666 #666666;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
634 border-right: 1px solid #666666;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
635 border-style: solid;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
636 border-width: 1px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
637 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
638 border-top-style: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
639 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
640
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
641 td.quick_repo_menu .menu_items li {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
642 padding: 0 !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
643 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
644
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
645 td.quick_repo_menu .menu_items a {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
646 display: block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
647 padding: 4px 12px 4px 8px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
648 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
649
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
650 td.quick_repo_menu .menu_items a:hover {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
651 background-color: #EEE;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
652 text-decoration: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
653 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
654
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
655 td.quick_repo_menu .menu_items .icon img {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
656 margin-bottom: -2px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
657 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
658
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
659 td.quick_repo_menu .menu_items.hidden {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
660 display: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
661 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
662
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
663 .yui-dt-first th {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
664 text-align: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
665 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
666
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
667 /*
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
668 Copyright (c) 2011, Yahoo! Inc. All rights reserved.
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
669 Code licensed under the BSD License:
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
670 http://developer.yahoo.com/yui/license.html
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
671 version: 2.9.0
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
672 */
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
673 .yui-skin-sam .yui-dt-mask {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
674 position: absolute;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
675 z-index: 9500;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
676 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
677 .yui-dt-tmp {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
678 position: absolute;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
679 left: -9000px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
680 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
681 .yui-dt-scrollable .yui-dt-bd { overflow: auto }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
682 .yui-dt-scrollable .yui-dt-hd {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
683 overflow: hidden;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
684 position: relative;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
685 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
686 .yui-dt-scrollable .yui-dt-bd thead tr,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
687 .yui-dt-scrollable .yui-dt-bd thead th {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
688 position: absolute;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
689 left: -1500px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
690 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
691 .yui-dt-scrollable tbody { -moz-outline: 0 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
692 .yui-skin-sam thead .yui-dt-sortable { cursor: pointer }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
693 .yui-skin-sam thead .yui-dt-draggable { cursor: move }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
694 .yui-dt-coltarget {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
695 position: absolute;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
696 z-index: 999;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
697 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
698 .yui-dt-hd { zoom: 1 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
699 th.yui-dt-resizeable .yui-dt-resizerliner { position: relative }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
700 .yui-dt-resizer {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
701 position: absolute;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
702 right: 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
703 bottom: 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
704 height: 100%;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
705 cursor: e-resize;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
706 cursor: col-resize;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
707 background-color: #CCC;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
708 opacity: 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
709 filter: alpha(opacity=0);
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
710 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
711 .yui-dt-resizerproxy {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
712 visibility: hidden;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
713 position: absolute;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
714 z-index: 9000;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
715 background-color: #CCC;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
716 opacity: 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
717 filter: alpha(opacity=0);
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
718 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
719 th.yui-dt-hidden .yui-dt-liner,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
720 td.yui-dt-hidden .yui-dt-liner,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
721 th.yui-dt-hidden .yui-dt-resizer { display: none }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
722 .yui-dt-editor,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
723 .yui-dt-editor-shim {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
724 position: absolute;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
725 z-index: 9000;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
726 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
727 .yui-skin-sam .yui-dt table {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
728 margin: 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
729 padding: 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
730 font-family: arial;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
731 font-size: inherit;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
732 border-collapse: separate;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
733 *border-collapse: collapse;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
734 border-spacing: 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
735 border: 1px solid #7f7f7f;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
736 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
737 .yui-skin-sam .yui-dt thead { border-spacing: 0 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
738 .yui-skin-sam .yui-dt caption {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
739 color: #000;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
740 font-size: 85%;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
741 font-weight: normal;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
742 font-style: italic;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
743 line-height: 1;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
744 padding: 1em 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
745 text-align: center;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
746 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
747 .yui-skin-sam .yui-dt th { background: #d8d8da url(../images/sprite.png) repeat-x 0 0 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
748 .yui-skin-sam .yui-dt th,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
749 .yui-skin-sam .yui-dt th a {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
750 font-weight: normal;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
751 text-decoration: none;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
752 color: #000;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
753 vertical-align: bottom;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
754 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
755 .yui-skin-sam .yui-dt th {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
756 margin: 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
757 padding: 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
758 border: 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
759 border-right: 1px solid #cbcbcb;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
760 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
761 .yui-skin-sam .yui-dt tr.yui-dt-first td { border-top: 1px solid #7f7f7f }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
762 .yui-skin-sam .yui-dt th .yui-dt-liner { white-space: nowrap }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
763 .yui-skin-sam .yui-dt-liner {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
764 margin: 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
765 padding: 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
766 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
767 .yui-skin-sam .yui-dt-coltarget {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
768 width: 5px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
769 background-color: red;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
770 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
771 .yui-skin-sam .yui-dt td {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
772 margin: 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
773 padding: 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
774 border: 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
775 border-right: 1px solid #cbcbcb;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
776 text-align: left;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
777 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
778 .yui-skin-sam .yui-dt-list td { border-right: 0 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
779 .yui-skin-sam .yui-dt-resizer { width: 6px }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
780 .yui-skin-sam .yui-dt-mask {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
781 background-color: #000;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
782 opacity: .25;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
783 filter: alpha(opacity=25);
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
784 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
785 .yui-skin-sam .yui-dt-message { background-color: #FFF }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
786 .yui-skin-sam .yui-dt-scrollable table { border: 0 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
787 .yui-skin-sam .yui-dt-scrollable .yui-dt-hd {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
788 border-left: 1px solid #7f7f7f;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
789 border-top: 1px solid #7f7f7f;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
790 border-right: 1px solid #7f7f7f;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
791 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
792 .yui-skin-sam .yui-dt-scrollable .yui-dt-bd {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
793 border-left: 1px solid #7f7f7f;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
794 border-bottom: 1px solid #7f7f7f;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
795 border-right: 1px solid #7f7f7f;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
796 background-color: #FFF;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
797 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
798 .yui-skin-sam .yui-dt-scrollable .yui-dt-data tr.yui-dt-last td { border-bottom: 1px solid #7f7f7f }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
799 .yui-skin-sam th.yui-dt-asc,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
800 .yui-skin-sam th.yui-dt-desc { background: url(../images/sprite.png) repeat-x 0 -100px }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
801 .yui-skin-sam th.yui-dt-sortable .yui-dt-label { margin-right: 10px }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
802 .yui-skin-sam th.yui-dt-asc .yui-dt-liner { background: url(../images/dt-arrow-up.png) no-repeat right }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
803 .yui-skin-sam th.yui-dt-desc .yui-dt-liner { background: url(../images/dt-arrow-dn.png) no-repeat right }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
804 tbody .yui-dt-editable { cursor: pointer }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
805 .yui-dt-editor {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
806 text-align: left;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
807 background-color: #f2f2f2;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
808 border: 1px solid #808080;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
809 padding: 6px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
810 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
811 .yui-dt-editor label {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
812 padding-left: 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
813 padding-right: 6px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
814 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
815 .yui-dt-editor .yui-dt-button {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
816 padding-top: 6px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
817 text-align: right;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
818 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
819 .yui-dt-editor .yui-dt-button button {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
820 background: url(../images/sprite.png) repeat-x 0 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
821 border: 1px solid #999;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
822 width: 4em;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
823 height: 1.8em;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
824 margin-left: 6px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
825 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
826 .yui-dt-editor .yui-dt-button button.yui-dt-default {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
827 background: url(../images/sprite.png) repeat-x 0 -1400px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
828 background-color: #5584e0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
829 border: 1px solid #304369;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
830 color: #FFF;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
831 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
832 .yui-dt-editor .yui-dt-button button:hover {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
833 background: url(../images/sprite.png) repeat-x 0 -1300px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
834 color: #000;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
835 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
836 .yui-dt-editor .yui-dt-button button:active {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
837 background: url(../images/sprite.png) repeat-x 0 -1700px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
838 color: #000;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
839 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
840 .yui-skin-sam tr.yui-dt-even { background-color: #FFF }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
841 .yui-skin-sam tr.yui-dt-odd { background-color: #edf5ff }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
842 .yui-skin-sam tr.yui-dt-even td.yui-dt-asc,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
843 .yui-skin-sam tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
844 .yui-skin-sam tr.yui-dt-odd td.yui-dt-asc,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
845 .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc { background-color: #dbeaff }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
846 .yui-skin-sam .yui-dt-list tr.yui-dt-even { background-color: #FFF }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
847 .yui-skin-sam .yui-dt-list tr.yui-dt-odd { background-color: #FFF }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
848 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-asc,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
849 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
850 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-asc,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
851 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-desc { background-color: #edf5ff }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
852 .yui-skin-sam th.yui-dt-highlighted,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
853 .yui-skin-sam th.yui-dt-highlighted a { background-color: #b2d2ff }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
854 .yui-skin-sam tr.yui-dt-highlighted,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
855 .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-asc,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
856 .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-desc,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
857 .yui-skin-sam tr.yui-dt-even td.yui-dt-highlighted,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
858 .yui-skin-sam tr.yui-dt-odd td.yui-dt-highlighted {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
859 cursor: pointer;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
860 background-color: #b2d2ff;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
861 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
862 .yui-skin-sam .yui-dt-list th.yui-dt-highlighted,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
863 .yui-skin-sam .yui-dt-list th.yui-dt-highlighted a { background-color: #b2d2ff }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
864 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
865 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
866 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
867 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-highlighted,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
868 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
869 cursor: pointer;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
870 background-color: #b2d2ff;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
871 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
872 .yui-skin-sam th.yui-dt-selected,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
873 .yui-skin-sam th.yui-dt-selected a { background-color: #446cd7 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
874 .yui-skin-sam tr.yui-dt-selected td,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
875 .yui-skin-sam tr.yui-dt-selected td.yui-dt-asc,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
876 .yui-skin-sam tr.yui-dt-selected td.yui-dt-desc {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
877 background-color: #426fd9;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
878 color: #FFF;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
879 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
880 .yui-skin-sam tr.yui-dt-even td.yui-dt-selected,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
881 .yui-skin-sam tr.yui-dt-odd td.yui-dt-selected {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
882 background-color: #446cd7;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
883 color: #FFF;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
884 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
885 .yui-skin-sam .yui-dt-list th.yui-dt-selected,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
886 .yui-skin-sam .yui-dt-list th.yui-dt-selected a { background-color: #446cd7 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
887 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
888 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-asc,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
889 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-desc {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
890 background-color: #426fd9;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
891 color: #FFF;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
892 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
893 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-selected,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
894 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-selected {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
895 background-color: #446cd7;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
896 color: #FFF;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
897 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
898 .yui-skin-sam .yui-dt-paginator {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
899 display: block;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
900 margin: 6px 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
901 white-space: nowrap;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
902 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
903 .yui-skin-sam .yui-dt-paginator .yui-dt-first,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
904 .yui-skin-sam .yui-dt-paginator .yui-dt-last,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
905 .yui-skin-sam .yui-dt-paginator .yui-dt-selected { padding: 2px 6px }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
906 .yui-skin-sam .yui-dt-paginator a.yui-dt-first,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
907 .yui-skin-sam .yui-dt-paginator a.yui-dt-last { text-decoration: none }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
908 .yui-skin-sam .yui-dt-paginator .yui-dt-previous,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
909 .yui-skin-sam .yui-dt-paginator .yui-dt-next { display: none }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
910 .yui-skin-sam a.yui-dt-page {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
911 border: 1px solid #cbcbcb;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
912 padding: 2px 6px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
913 text-decoration: none;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
914 background-color: #fff;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
915 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
916 .yui-skin-sam .yui-dt-selected {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
917 border: 1px solid #fff;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
918 background-color: #fff;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
919 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
920
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
921 #content #left {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
922 left: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
923 width: 280px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
924 position: absolute;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
925 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
926
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
927 #content #right {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
928 margin: 0 60px 10px 290px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
929 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
930
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
931 #content div.box {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
932 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
933 background: #fff;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
934 margin: 0 0 10px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
935 padding: 0 0 10px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
936 -webkit-border-radius: 4px 4px 4px 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
937 -khtml-border-radius: 4px 4px 4px 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
938 border-radius: 4px 4px 4px 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
939 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
940 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
941
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
942 #content div.box-left {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
943 width: 49%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
944 clear: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
945 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
946 margin: 0 0 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
947 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
948
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
949 #content div.box-right {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
950 width: 49%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
951 clear: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
952 float: right;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
953 margin: 0 0 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
954 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
955
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
956 #content div.box div.title {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
957 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
958 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
959 background-color: #003B76;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
960 background-repeat: repeat-x;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
961 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
962 background-image: -moz-linear-gradient(top, #003b76, #00376e);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
963 background-image: -ms-linear-gradient(top, #003b76, #00376e);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
964 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
965 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
966 background-image: -o-linear-gradient(top, #003b76, #00376e);
3435
a81dba13e6a2 css: linear-gradient do not have 'top' but 'to bottom'
Mads Kiilerich <madski@unity3d.com>
parents: 3433
diff changeset
967 background-image: linear-gradient(to bottom, #003b76, #00376e);
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
968 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
969 margin: 0 0 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
970 padding: 0;
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3537
diff changeset
971 border-radius: 4px 4px 0 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
972 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
973
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
974 #content div.box div.title h5 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
975 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
976 border: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
977 color: #fff;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
978 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
979 padding: 11px 0 11px 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
980 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
981
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
982 #content div.box div.title .link-white {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
983 color: #FFFFFF;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
984 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
985
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
986 #content div.box div.title .link-white.current {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
987 color: #BFE3FF;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
988 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
989
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
990 #content div.box div.title ul.links li {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
991 list-style: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
992 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
993 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
994 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
995 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
996
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
997 #content div.box div.title ul.links li a {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
998 font-size: 13px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
999 font-weight: 700;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1000 height: 1%;
4144
962f753552cd old style: don't reserve space for icons - they will have take the space they need
Mads Kiilerich <madski@unity3d.com>
parents: 4143
diff changeset
1001 margin: 4px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1002 text-decoration: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1003 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1004
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1005 #content div.box h1, #content div.box h2, #content div.box h3, #content div.box h4, #content div.box h5, #content div.box h6,
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1006 #content div.box div.h1, #content div.box div.h2, #content div.box div.h3, #content div.box div.h4, #content div.box div.h5, #content div.box div.h6 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1007 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1008 overflow: hidden;
4141
fe4e9a7d7bb7 old style: fix the contextbar location
Mads Kiilerich <madski@unity3d.com>
parents: 4140
diff changeset
1009 margin: 8px 20px 5px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1010 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1011
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1012 #content div.box p {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1013 color: #5f5f5f;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1014 font-size: 12px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1015 line-height: 150%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1016 margin: 0 24px 10px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1017 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1018 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1019
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1020 #content div.box blockquote {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1021 border-left: 4px solid #DDD;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1022 color: #5f5f5f;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1023 font-size: 11px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1024 line-height: 150%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1025 margin: 0 34px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1026 padding: 0 0 0 14px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1027 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1028
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1029 #content div.box blockquote p {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1030 margin: 10px 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1031 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1032 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1033
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1034 #content div.box dl {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1035 margin: 10px 0px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1036 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1037
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1038 #content div.box dt {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1039 font-size: 12px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1040 margin: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1041 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1042
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1043 #content div.box dd {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1044 font-size: 12px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1045 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1046 padding: 8px 0 8px 15px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1047 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1048
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1049 #content div.box li {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1050 font-size: 12px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1051 padding: 4px 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1052 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1053
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1054 #content div.box ul.disc, #content div.box ul.circle {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1055 margin: 10px 24px 10px 38px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1056 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1057
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1058 #content div.box ul.square {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1059 margin: 10px 24px 10px 40px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1060 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1061
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1062 #content div.box img.left {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1063 border: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1064 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1065 margin: 10px 10px 10px 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1066 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1067
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1068 #content div.box img.right {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1069 border: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1070 float: right;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1071 margin: 10px 0 10px 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1072 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1073
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1074 #content div.box div.messages {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1075 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1076 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1077 margin: 0 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1078 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1079 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1080
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1081 #content div.box div.message {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1082 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1083 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1084 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1085 padding: 5px 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1086 white-space: pre-wrap;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1087 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1088 #content div.box div.expand {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1089 width: 110%;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1090 height: 14px;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1091 font-size: 10px;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1092 text-align: center;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1093 cursor: pointer;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1094 color: #666;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1095
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1096 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)));
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1097 background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1098 background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1099 background: -o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1100 background: -ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1101 background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(64,96,128,0.1));
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1102
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1103 display: none;
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
1104 overflow: hidden;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1105 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1106 #content div.box div.expand .expandtext {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1107 background-color: #ffffff;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1108 padding: 2px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1109 border-radius: 2px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1110 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1111
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1112 #content div.box div.message a {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1113 font-weight: 400 !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1114 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1115
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1116 #content div.box div.message div.image {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1117 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1118 margin: 9px 0 0 5px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1119 padding: 6px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1120 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1121
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1122 #content div.box div.message div.image img {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1123 vertical-align: middle;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1124 margin: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1125 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1126
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1127 #content div.box div.message div.text {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1128 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1129 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1130 padding: 9px 6px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1131 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1132
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1133 #content div.box div.message div.dismiss a {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1134 height: 16px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1135 width: 16px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1136 display: block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1137 background: url("../images/icons/cross.png") no-repeat;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1138 margin: 15px 14px 0 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1139 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1140 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1141
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1142 #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 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1143 border: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1144 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1145 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1146 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1147
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1148 #content div.box div.message div.text span {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1149 height: 1%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1150 display: block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1151 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1152 padding: 5px 0 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1153 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1154
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1155 #content div.box div.message-error {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1156 height: 1%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1157 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1158 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1159 background: #FBE3E4;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1160 border: 1px solid #FBC2C4;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1161 color: #860006;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1162 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1163
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1164 #content div.box div.message-error h6 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1165 color: #860006;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1166 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1167
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1168 #content div.box div.message-warning {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1169 height: 1%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1170 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1171 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1172 background: #FFF6BF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1173 border: 1px solid #FFD324;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1174 color: #5f5200;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1175 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1176
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1177 #content div.box div.message-warning h6 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1178 color: #5f5200;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1179 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1180
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1181 #content div.box div.message-notice {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1182 height: 1%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1183 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1184 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1185 background: #8FBDE0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1186 border: 1px solid #6BACDE;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1187 color: #003863;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1188 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1190 #content div.box div.message-notice h6 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1191 color: #003863;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1192 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1193
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1194 #content div.box div.message-success {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1195 height: 1%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1196 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1197 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1198 background: #E6EFC2;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1199 border: 1px solid #C6D880;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1200 color: #4e6100;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1201 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1202
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1203 #content div.box div.message-success h6 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1204 color: #4e6100;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1205 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1206
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1207 #content div.box div.form div.fields div.field {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1208 height: 1%;
3271
62d56ee0eafb css: set min-height on form fields
Mads Kiilerich <madski@unity3d.com>
parents: 3268
diff changeset
1209 min-height: 12px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1210 border-bottom: 1px solid #DDD;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1211 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1212 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1213 padding: 10px 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1214 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1215
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1216 #content div.box div.form div.fields div.field-first {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1217 padding: 0 0 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1218 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1219
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1220 #content div.box div.form div.fields div.field-noborder {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1221 border-bottom: 0 !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1222 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1223
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1224 #content div.box div.form div.fields div.field span.error-message {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1225 height: 1%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1226 display: inline-block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1227 color: red;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1228 margin: 8px 0 0 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1229 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1230 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1231
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1232 #content div.box div.form div.fields div.field span.success {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1233 height: 1%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1234 display: block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1235 color: #316309;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1236 margin: 8px 0 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1237 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1238 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1239
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1240 #content div.box div.form div.fields div.field div.label {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1241 left: 70px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1242 width: 155px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1243 position: absolute;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1244 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1245 padding: 5px 0 0 0px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1246 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1247
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1248 #content div.box div.form div.fields div.field div.label-summary {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1249 left: 30px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1250 width: 155px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1251 position: absolute;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1252 margin: 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1253 padding: 0px 0 0 0px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1254 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1255
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1256 #content div.box-left div.form div.fields div.field div.label,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1257 #content div.box-right div.form div.fields div.field div.label,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1258 #content div.box-left div.form div.fields div.field div.label,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1259 #content div.box-left div.form div.fields div.field div.label-summary,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1260 #content div.box-right div.form div.fields div.field div.label-summary,
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1261 #content div.box-left div.form div.fields div.field div.label-summary {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1262 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1263 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1264 left: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1265 width: auto;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1266 position: relative;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1267 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1268 padding: 0 0 8px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1269 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1270
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1271 #content div.box div.form div.fields div.field div.label-select {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1272 padding: 5px 0 0 5px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1273 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1274
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1275 #content div.box-left div.form div.fields div.field div.label-select,
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1276 #content div.box-right div.form div.fields div.field div.label-select {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1277 padding: 0 0 8px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1278 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1279
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1280 #content div.box-left div.form div.fields div.field div.label-textarea,
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1281 #content div.box-right div.form div.fields div.field div.label-textarea {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1282 padding: 0 0 8px !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1283 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1284
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1285 #content div.box div.form div.fields div.field div.label label, div.label label {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1286 color: #393939;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1287 font-weight: 700;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1288 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1289 #content div.box div.form div.fields div.field div.label label, div.label-summary label {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1290 color: #393939;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1291 font-weight: 700;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1292 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1293 #content div.box div.form div.fields div.field div.input {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1294 margin: 0 0 0 200px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1295 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1296
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1297 #content div.box div.form div.fields div.field div.input.summary {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1298 margin: 0 0 0 110px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1299 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1300 #content div.box div.form div.fields div.field div.input.summary-short {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1301 margin: 0 0 0 110px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1302 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1303 #content div.box div.form div.fields div.field div.file {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1304 margin: 0 0 0 200px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1305 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1306
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1307 #content div.box-left div.form div.fields div.field div.input, #content div.box-right div.form div.fields div.field div.input {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1308 margin: 0 0 0 0px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1309 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1310
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1311 #content div.box div.form div.fields div.field div.input input,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1312 .reviewer_ac input {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1313 background: #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1314 border-top: 1px solid #b3b3b3;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1315 border-left: 1px solid #b3b3b3;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1316 border-right: 1px solid #eaeaea;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1317 border-bottom: 1px solid #eaeaea;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1318 color: #000;
3982
285b620fe5ae css: make text input fields less small
Mads Kiilerich <madski@unity3d.com>
parents: 3960
diff changeset
1319 font-size: 12px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1320 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1321 padding: 7px 7px 6px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1322 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1323
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1324 #content div.box div.form div.fields div.field div.input input#clone_url,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1325 #content div.box div.form div.fields div.field div.input input#clone_url_id
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1326 {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1327 font-size: 16px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1328 padding: 2px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1329 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1330
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1331 #content div.box div.form div.fields div.field div.file input {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1332 background: none repeat scroll 0 0 #FFFFFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1333 border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1334 border-style: solid;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1335 border-width: 1px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1336 color: #000000;
3982
285b620fe5ae css: make text input fields less small
Mads Kiilerich <madski@unity3d.com>
parents: 3960
diff changeset
1337 font-size: 12px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1338 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1339 padding: 7px 7px 6px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1340 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1341
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1342 input.disabled {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1343 background-color: #F5F5F5 !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1344 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1345 #content div.box div.form div.fields div.field div.input input.small {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1346 width: 30%;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1347 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1348
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1349 #content div.box div.form div.fields div.field div.input input.medium {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1350 width: 55%;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1351 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1352
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1353 #content div.box div.form div.fields div.field div.input input.large {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1354 width: 85%;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1355 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1356
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1357 #content div.box div.form div.fields div.field div.input input.date {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1358 width: 177px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1359 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1360
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1361 #content div.box div.form div.fields div.field div.input input.button {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1362 background: #D4D0C8;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1363 border-top: 1px solid #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1364 border-left: 1px solid #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1365 border-right: 1px solid #404040;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1366 border-bottom: 1px solid #404040;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1367 color: #000;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1368 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1369 padding: 4px 8px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1370 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1371
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1372 #content div.box div.form div.fields div.field div.textarea {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1373 border-top: 1px solid #b3b3b3;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1374 border-left: 1px solid #b3b3b3;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1375 border-right: 1px solid #eaeaea;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1376 border-bottom: 1px solid #eaeaea;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1377 margin: 0 0 0 200px;
3982
285b620fe5ae css: make text input fields less small
Mads Kiilerich <madski@unity3d.com>
parents: 3960
diff changeset
1378 padding: 7px 7px 6px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1379 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1380
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1381 #content div.box div.form div.fields div.field div.textarea-editor {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1382 border: 1px solid #ddd;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1383 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1384 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1385
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1386 #content div.box div.form div.fields div.field div.textarea textarea {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1387 width: 100%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1388 height: 220px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1389 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1390 background: #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1391 color: #000;
3982
285b620fe5ae css: make text input fields less small
Mads Kiilerich <madski@unity3d.com>
parents: 3960
diff changeset
1392 font-size: 12px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1393 outline: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1394 border-width: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1395 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1396 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1397 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1398
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1399 #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 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1400 width: 100%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1401 height: 100px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1402 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1403
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1404 #content div.box div.form div.fields div.field div.textarea table {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1405 width: 100%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1406 border: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1407 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1408 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1409 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1410
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1411 #content div.box div.form div.fields div.field div.textarea table td {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1412 background: #DDD;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1413 border: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1414 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1415 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1416
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1417 #content div.box div.form div.fields div.field div.textarea table td table {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1418 width: auto;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1419 border: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1420 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1421 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1422 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1423
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1424 #content div.box div.form div.fields div.field div.textarea table td table td {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1425 font-size: 11px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1426 padding: 5px 5px 5px 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1427 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1428
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1429 #content div.box div.form div.fields div.field input[type=text]:focus,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1430 #content div.box div.form div.fields div.field input[type=password]:focus,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1431 #content div.box div.form div.fields div.field input[type=file]:focus,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1432 #content div.box div.form div.fields div.field textarea:focus,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1433 #content div.box div.form div.fields div.field select:focus,
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1434 .reviewer_ac input:focus {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1435 background: #f6f6f6;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1436 border-color: #666;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1437 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1438
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1439 .reviewer_ac {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1440 padding: 10px
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1441 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1442
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1443 div.form div.fields div.field div.button {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1444 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1445 padding: 0 0 0 8px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1446 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1447 #content div.box table.noborder {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1448 border: 1px solid transparent;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1449 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1450
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1451 #content div.box table {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1452 width: 100%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1453 border-collapse: separate;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1454 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1455 padding: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1456 border: 1px solid #eee;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1457 -webkit-border-radius: 4px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1458 border-radius: 4px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1459 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1460
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1461 #content div.box table th {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1462 background: #eee;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1463 border-bottom: 1px solid #ddd;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1464 padding: 5px 0px 5px 5px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1465 text-align: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1466 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1467
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1468 #content div.box table th.left {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1469 text-align: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1470 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1471
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1472 #content div.box table th.right {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1473 text-align: right;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1474 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1475
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1476 #content div.box table th.center {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1477 text-align: center;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1478 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1479
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1480 #content div.box table th.selected {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1481 vertical-align: middle;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1482 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1483 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1484
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1485 #content div.box table td {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1486 background: #fff;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1487 border-bottom: 1px solid #cdcdcd;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1488 vertical-align: middle;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1489 padding: 5px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1490 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1491
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1492 #content div.box table tr.selected td {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1493 background: #FFC;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1494 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1495
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1496 #content div.box table td.selected {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1497 width: 3%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1498 text-align: center;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1499 vertical-align: middle;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1500 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1501 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1502
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1503 #content div.box table td.action {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1504 width: 45%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1505 text-align: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1506 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1507
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1508 #content div.box table td.date {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1509 width: 33%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1510 text-align: center;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1511 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1512
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1513 #content div.box div.action {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1514 float: right;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1515 background: #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1516 text-align: right;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1517 margin: 10px 0 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1518 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1519 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1520
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1521 #content div.box div.action select {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1522 font-size: 11px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1523 margin: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1524 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1525
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1526 #content div.box div.action .ui-selectmenu {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1527 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1528 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1529 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1530
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1531 #content div.box div.pagination {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1532 height: 1%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1533 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1534 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1535 margin: 10px 0 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1536 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1537 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1538
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1539 #content div.box div.pagination ul.pager {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1540 float: right;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1541 text-align: right;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1542 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1543 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1544 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1545
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1546 #content div.box div.pagination ul.pager li {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1547 height: 1%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1548 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1549 list-style: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1550 background: #ebebeb url("../images/pager.png") repeat-x;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1551 border-top: 1px solid #dedede;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1552 border-left: 1px solid #cfcfcf;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1553 border-right: 1px solid #c4c4c4;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1554 border-bottom: 1px solid #c4c4c4;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1555 color: #4A4A4A;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1556 font-weight: 700;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1557 margin: 0 0 0 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1558 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1559 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1560
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1561 #content div.box div.pagination ul.pager li.separator {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1562 padding: 6px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1563 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1564
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1565 #content div.box div.pagination ul.pager li.current {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1566 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1567 border-top: 1px solid #ccc;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1568 border-left: 1px solid #bebebe;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1569 border-right: 1px solid #b1b1b1;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1570 border-bottom: 1px solid #afafaf;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1571 color: #515151;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1572 padding: 6px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1573 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1574
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1575 #content div.box div.pagination ul.pager li a {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1576 height: 1%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1577 display: block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1578 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1579 color: #515151;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1580 text-decoration: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1581 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1582 padding: 6px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1583 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1584
3775
371898dc9a91 fixed some issues with paginators on chrome, and made them look nicer
Marcin Kuzminski <marcin@python-works.com>
parents: 3765
diff changeset
1585 #content div.box div.pagination ul.pager li a:hover,
371898dc9a91 fixed some issues with paginators on chrome, and made them look nicer
Marcin Kuzminski <marcin@python-works.com>
parents: 3765
diff changeset
1586 #content div.box div.pagination ul.pager li a:active {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1587 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1588 border-top: 1px solid #ccc;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1589 border-left: 1px solid #bebebe;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1590 border-right: 1px solid #b1b1b1;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1591 border-bottom: 1px solid #afafaf;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1592 margin: -1px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1593 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1594
3775
371898dc9a91 fixed some issues with paginators on chrome, and made them look nicer
Marcin Kuzminski <marcin@python-works.com>
parents: 3765
diff changeset
1595 #content div.box div.pagination-right {
371898dc9a91 fixed some issues with paginators on chrome, and made them look nicer
Marcin Kuzminski <marcin@python-works.com>
parents: 3765
diff changeset
1596 float: right;
371898dc9a91 fixed some issues with paginators on chrome, and made them look nicer
Marcin Kuzminski <marcin@python-works.com>
parents: 3765
diff changeset
1597 }
371898dc9a91 fixed some issues with paginators on chrome, and made them look nicer
Marcin Kuzminski <marcin@python-works.com>
parents: 3765
diff changeset
1598
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1599 #content div.box div.pagination-wh {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1600 height: 1%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1601 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1602 text-align: right;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1603 margin: 10px 0 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1604 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1605 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1606
3775
371898dc9a91 fixed some issues with paginators on chrome, and made them look nicer
Marcin Kuzminski <marcin@python-works.com>
parents: 3765
diff changeset
1607 #content div.box div.pagination-wh > :first-child {
371898dc9a91 fixed some issues with paginators on chrome, and made them look nicer
Marcin Kuzminski <marcin@python-works.com>
parents: 3765
diff changeset
1608 border-radius: 4px 0px 0px 4px;
371898dc9a91 fixed some issues with paginators on chrome, and made them look nicer
Marcin Kuzminski <marcin@python-works.com>
parents: 3765
diff changeset
1609 }
371898dc9a91 fixed some issues with paginators on chrome, and made them look nicer
Marcin Kuzminski <marcin@python-works.com>
parents: 3765
diff changeset
1610
3776
13241a4075e9 Unified the paginators for pylons and YUI.
Marcin Kuzminski <marcin@python-works.com>
parents: 3775
diff changeset
1611 #content div.box div.pagination-wh > :last-child {
3775
371898dc9a91 fixed some issues with paginators on chrome, and made them look nicer
Marcin Kuzminski <marcin@python-works.com>
parents: 3765
diff changeset
1612 border-radius: 0px 4px 4px 0px;
371898dc9a91 fixed some issues with paginators on chrome, and made them look nicer
Marcin Kuzminski <marcin@python-works.com>
parents: 3765
diff changeset
1613 border-right: 1px solid #cfcfcf;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1614 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1615
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1616 #content div.box div.pagination-wh a,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1617 #content div.box div.pagination-wh span.pager_dotdot,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1618 #content div.box div.pagination-wh span.yui-pg-previous,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1619 #content div.box div.pagination-wh span.yui-pg-last,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1620 #content div.box div.pagination-wh span.yui-pg-next,
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1621 #content div.box div.pagination-wh span.yui-pg-first {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1622 height: 1%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1623 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1624 background: #ebebeb url("../images/pager.png") repeat-x;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1625 border-top: 1px solid #dedede;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1626 border-left: 1px solid #cfcfcf;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1627 border-bottom: 1px solid #c4c4c4;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1628 color: #4A4A4A;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1629 font-weight: 700;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1630 padding: 6px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1631 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1632
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1633 #content div.box div.pagination-wh span.pager_curpage {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1634 height: 1%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1635 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1636 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1637 border-top: 1px solid #ccc;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1638 border-left: 1px solid #bebebe;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1639 border-bottom: 1px solid #afafaf;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1640 color: #515151;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1641 font-weight: 700;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1642 padding: 6px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1643 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1644
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1645 #content div.box div.pagination-wh a:hover, #content div.box div.pagination-wh a:active {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1646 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1647 border-top: 1px solid #ccc;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1648 border-left: 1px solid #bebebe;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1649 border-bottom: 1px solid #afafaf;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1650 text-decoration: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1651 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1652
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1653 #content div.box div.traffic div.legend {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1654 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1655 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1656 border-bottom: 1px solid #ddd;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1657 margin: 0 0 10px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1658 padding: 0 0 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1659 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1660
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1661 #content div.box div.traffic div.legend h6 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1662 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1663 border: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1664 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1665 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1666 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1667
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1668 #content div.box div.traffic div.legend li {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1669 list-style: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1670 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1671 font-size: 11px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1672 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1673 padding: 0 8px 0 4px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1674 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1675
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1676 #content div.box div.traffic div.legend li.visits {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1677 border-left: 12px solid #edc240;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1678 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1679
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1680 #content div.box div.traffic div.legend li.pageviews {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1681 border-left: 12px solid #afd8f8;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1682 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1683
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1684 #content div.box div.traffic table {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1685 width: auto;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1686 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1687
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1688 #content div.box div.traffic table td {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1689 background: transparent;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1690 border: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1691 padding: 2px 3px 3px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1692 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1693
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1694 #content div.box div.traffic table td.legendLabel {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1695 padding: 0 3px 2px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1696 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1697
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
1698 #content div.box #summary {
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
1699 margin-right: 200px;
3529
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1700 }
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1701
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
1702 #summary-menu-stats {
3529
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1703 float: left;
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3537
diff changeset
1704 width: 180px;
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
1705 position: absolute;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
1706 top: 0;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
1707 right: 0;
3529
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1708 }
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1709
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1710 #summary-menu-stats ul {
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1711 margin: 0 10px;
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1712 display: block;
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1713 background-color: #f9f9f9;
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1714 border: 1px solid #d1d1d1;
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1715 border-radius: 4px;
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1716 }
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1717
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1718 #content #summary-menu-stats li {
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1719 border-top: 1px solid #d1d1d1;
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1720 padding: 0;
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1721 }
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1722
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1723 #content #summary-menu-stats li:hover {
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1724 background: #f0f0f0;
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1725 }
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1726
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1727 #content #summary-menu-stats li:first-child {
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1728 border-top: none;
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1729 }
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1730
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
1731 #summary-menu-stats a.followers { background-image: url('../images/icons/heart.png')}
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
1732 #summary-menu-stats a.forks { background-image: url('../images/icons/arrow_divide.png')}
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
1733 #summary-menu-stats a.settings { background-image: url('../images/icons/cog_edit.png')}
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
1734 #summary-menu-stats a.feed { background-image: url('../images/icons/rss_16.png')}
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
1735 #summary-menu-stats a.repo-size { background-image: url('../images/icons/server.png')}
3529
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1736
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1737 #summary-menu-stats a {
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1738 display: block;
4144
962f753552cd old style: don't reserve space for icons - they will have take the space they need
Mads Kiilerich <madski@unity3d.com>
parents: 4143
diff changeset
1739 padding: 12px 10px;
3529
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1740 background-repeat: no-repeat;
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1741 background-position: 10px 50%;
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3537
diff changeset
1742 padding-right: 10px;
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3537
diff changeset
1743 }
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3537
diff changeset
1744
3560
835d44dd6ed8 small ui fixes for summary info block
Marcin Kuzminski <marcin@python-works.com>
parents: 3552
diff changeset
1745 #repo_size_2.loaded {
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3537
diff changeset
1746 margin-left: 30px;
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3537
diff changeset
1747 display: block;
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3537
diff changeset
1748 padding-right: 10px;
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3537
diff changeset
1749 padding-bottom: 7px;
3529
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1750 }
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1751
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1752 #summary-menu-stats a:hover {
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1753 text-decoration: none;
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1754 }
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1755
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
1756 #summary-menu-stats a span {
3546
c5efdafee8fe small UI changes for dropdowns on upper menu
Marcin Kuzminski <marcin@python-works.com>
parents: 3544
diff changeset
1757 background-color: #DEDEDE;
3887
4930abd96a7e minor css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3840
diff changeset
1758 color: #888 !important;
3546
c5efdafee8fe small UI changes for dropdowns on upper menu
Marcin Kuzminski <marcin@python-works.com>
parents: 3544
diff changeset
1759 border-radius: 4px;
c5efdafee8fe small UI changes for dropdowns on upper menu
Marcin Kuzminski <marcin@python-works.com>
parents: 3544
diff changeset
1760 padding: 2px 4px;
3529
1c32b72930fa Addding context bar to more repo related pages.
leonardo
parents: 3527
diff changeset
1761 font-size: 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1762 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1763
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1764 #summary .metatag {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1765 display: inline-block;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1766 padding: 3px 5px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1767 margin-bottom: 3px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1768 margin-right: 1px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1769 border-radius: 5px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1770 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1771
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1772 #content div.box #summary p {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1773 margin-bottom: -5px;
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1774 width: 600px;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1775 white-space: pre-wrap;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1776 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1777
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1778 #content div.box #summary p:last-child {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1779 margin-bottom: 9px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1780 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1781
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1782 #content div.box #summary p:first-of-type {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1783 margin-top: 9px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1784 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1785
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1786 .metatag {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1787 display: inline-block;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1788 margin-right: 1px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1789 -webkit-border-radius: 4px 4px 4px 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1790 -khtml-border-radius: 4px 4px 4px 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1791 border-radius: 4px 4px 4px 4px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1792
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1793 border: solid 1px #9CF;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1794 padding: 2px 3px 2px 3px !important;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1795 background-color: #DEF;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1796 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1797
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1798 .metatag[tag="dead"] {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1799 background-color: #E44;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1800 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1801
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1802 .metatag[tag="stale"] {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1803 background-color: #EA4;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1804 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1805
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1806 .metatag[tag="featured"] {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1807 background-color: #AEA;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1808 }
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1809
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1810 .metatag[tag="requires"] {
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1811 background-color: #9CF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1812 }
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1813
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1814 .metatag[tag="recommends"] {
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1815 background-color: #BDF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1816 }
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1817
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1818 .metatag[tag="lang"] {
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1819 background-color: #FAF474;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1820 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1821
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1822 .metatag[tag="license"] {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1823 border: solid 1px #9CF;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1824 background-color: #DEF;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1825 target-new: tab !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1826 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1827 .metatag[tag="see"] {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1828 border: solid 1px #CBD;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1829 background-color: #EDF;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1830 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1831
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1832 a.metatag[tag="license"]:hover {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1833 background-color: #003367;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1834 color: #FFF;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1835 text-decoration: none;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1836 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1837
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1838 #summary .desc {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1839 white-space: pre;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1840 width: 100%;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1841 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1842
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1843 #summary .repo_name {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1844 font-size: 1.6em;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1845 font-weight: bold;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1846 vertical-align: baseline;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1847 clear: right
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1848 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1849
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1850 #footer {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1851 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1852 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1853 text-align: right;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1854 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1855 padding: 0 10px 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1856 margin: -10px 0 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1857 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1858
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1859 #footer div#footer-inner {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1860 background-color: #003B76;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1861 background-repeat: repeat-x;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1862 background-image: -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1863 background-image: -moz-linear-gradient(top, #003b76, #00376e);
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1864 background-image: -ms-linear-gradient( top, #003b76, #00376e);
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1865 background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1866 background-image: -webkit-linear-gradient( top, #003b76, #00376e));
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1867 background-image: -o-linear-gradient( top, #003b76, #00376e));
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1868 background-image: linear-gradient(to bottom, #003b76, #00376e);
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1869 filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1870 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1871 -webkit-border-radius: 4px 4px 4px 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1872 -khtml-border-radius: 4px 4px 4px 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1873 border-radius: 4px 4px 4px 4px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1874 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1875
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1876 #footer div#footer-inner p {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1877 padding: 15px 25px 15px 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1878 color: #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1879 font-weight: 700;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1880 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1881
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1882 #footer div#footer-inner .footer-link {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1883 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1884 padding-left: 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1885 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1886
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1887 #footer div#footer-inner .footer-link a, #footer div#footer-inner .footer-link-right a {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1888 color: #FFF;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1889 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1890
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1891 #login div.title {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1892 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1893 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1894 position: relative;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1895 background-color: #003B76;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1896 background-repeat: repeat-x;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1897 background-image: -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1898 background-image: -moz-linear-gradient( top, #003b76, #00376e);
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1899 background-image: -ms-linear-gradient( top, #003b76, #00376e);
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1900 background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1901 background-image: -webkit-linear-gradient( top, #003b76, #00376e));
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1902 background-image: -o-linear-gradient( top, #003b76, #00376e));
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1903 background-image: linear-gradient(to bottom, #003b76, #00376e);
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1904 filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1905 margin: 0 auto;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1906 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1907 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1908
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1909 #login div.inner {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1910 background: #FFF url("../images/login.png") no-repeat top left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1911 border-top: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1912 border-bottom: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1913 margin: 0 auto;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1914 padding: 20px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1915 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1916
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1917 #login div.form div.fields div.field div.label {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1918 width: 173px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1919 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1920 text-align: right;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1921 margin: 2px 10px 0 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1922 padding: 5px 0 0 5px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1923 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1924
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1925 #login div.form div.fields div.field div.input input {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1926 background: #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1927 border-top: 1px solid #b3b3b3;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1928 border-left: 1px solid #b3b3b3;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1929 border-right: 1px solid #eaeaea;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1930 border-bottom: 1px solid #eaeaea;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1931 color: #000;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1932 font-size: 11px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1933 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1934 padding: 7px 7px 6px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1935 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1936
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1937 #login div.form div.fields div.buttons {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1938 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1939 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1940 border-top: 1px solid #DDD;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1941 text-align: right;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1942 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1943 padding: 10px 0 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1944 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1945
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1946 #login div.form div.links {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1947 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1948 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1949 margin: 10px 0 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1950 padding: 0 0 2px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1951 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1952
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1953 .user-menu {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1954 margin: 0px !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1955 float: left;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1956 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1957
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1958 .user-menu .container {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
1959 padding: 0px 4px 0px 4px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1960 margin: 0px 0px 0px 0px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1961 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1962
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1963 .user-menu .gravatar {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1964 margin: 0px 0px 0px 0px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1965 cursor: pointer;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1966 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1967 .user-menu .gravatar.enabled {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1968 background-color: #FDF784 !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1969 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1970 .user-menu .gravatar:hover {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1971 background-color: #FDF784 !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1972 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1973 #quick_login {
3658
7e73c0f4f335 usermenu
Marcin Kuzminski <marcin@python-works.com>
parents: 3652
diff changeset
1974 min-height: 110px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1975 padding: 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1976 position: absolute;
3206
d4bb8de7382f top menu: show user menu when hovering instead of using js - like other menus
Mads Kiilerich <madski@unity3d.com>
parents: 3205
diff changeset
1977 right: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1978 background-color: #003B76;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1979 background-repeat: repeat-x;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1980 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1981 background-image: -moz-linear-gradient(top, #003b76, #00376e);
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1982 background-image: -ms-linear-gradient(top, #003b76, #00376e);
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1983 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1984 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1985 background-image: -o-linear-gradient(top, #003b76, #00376e);
3435
a81dba13e6a2 css: linear-gradient do not have 'top' but 'to bottom'
Mads Kiilerich <madski@unity3d.com>
parents: 3433
diff changeset
1986 background-image: linear-gradient(to bottom, #003b76, #00376e);
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1987 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1988
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1989 z-index: 999;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1990 -webkit-border-radius: 0px 0px 4px 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1991 -khtml-border-radius: 0px 0px 4px 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1992 border-radius: 0px 0px 4px 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
1993 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3548
b44bb596ddb2 Fixing user dropdown menu. It now scales acording to the contents.
Leonardo Carneiro<leonardo@unity3d.com>
parents: 3547
diff changeset
1994
b44bb596ddb2 Fixing user dropdown menu. It now scales acording to the contents.
Leonardo Carneiro<leonardo@unity3d.com>
parents: 3547
diff changeset
1995 overflow: hidden;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1996 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
1997 #quick_login h4 {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1998 color: #fff;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
1999 padding: 5px 0px 5px 14px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2000 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2001
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2002 #quick_login .password_forgoten {
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
2003 padding-right: 0px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2004 padding-top: 0px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2005 text-align: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2006 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2007
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2008 #quick_login .password_forgoten a {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2009 font-size: 10px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2010 color: #fff;
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
2011 padding: 0px !important;
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
2012 line-height: 20px !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2013 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2014
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2015 #quick_login .register {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2016 padding-right: 10px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2017 padding-top: 5px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2018 text-align: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2019 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2020
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2021 #quick_login .register a {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2022 font-size: 10px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2023 color: #fff;
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
2024 padding: 0px !important;
3544
c0a157ab9a15 codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3542
diff changeset
2025 line-height: 20px !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2026 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2027
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2028 #quick_login .submit {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2029 margin: -20px 0 0 0px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2030 position: absolute;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2031 right: 15px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2032 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2033
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2034 #quick_login .links_left {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2035 float: left;
3658
7e73c0f4f335 usermenu
Marcin Kuzminski <marcin@python-works.com>
parents: 3652
diff changeset
2036 margin-right: 130px;
7e73c0f4f335 usermenu
Marcin Kuzminski <marcin@python-works.com>
parents: 3652
diff changeset
2037 width: 170px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2038 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2039 #quick_login .links_right {
3658
7e73c0f4f335 usermenu
Marcin Kuzminski <marcin@python-works.com>
parents: 3652
diff changeset
2040
3548
b44bb596ddb2 Fixing user dropdown menu. It now scales acording to the contents.
Leonardo Carneiro<leonardo@unity3d.com>
parents: 3547
diff changeset
2041 position: absolute;
b44bb596ddb2 Fixing user dropdown menu. It now scales acording to the contents.
Leonardo Carneiro<leonardo@unity3d.com>
parents: 3547
diff changeset
2042 right: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2043 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2044 #quick_login .full_name {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2045 color: #FFFFFF;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2046 font-weight: bold;
3280
c2dc089f4c3d user menu: call 'notifications' for what it is in the rest of the system - not 'inbox'
Mads Kiilerich <madski@unity3d.com>
parents: 3271
diff changeset
2047 padding: 3px 3px 3px 6px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2048 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2049 #quick_login .big_gravatar {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
2050 padding: 4px 0px 0px 6px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2051 }
3280
c2dc089f4c3d user menu: call 'notifications' for what it is in the rest of the system - not 'inbox'
Mads Kiilerich <madski@unity3d.com>
parents: 3271
diff changeset
2052 #quick_login .notifications {
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
2053 padding: 2px 0px 0px 6px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2054 color: #FFFFFF;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2055 font-weight: bold;
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
2056 line-height: 10px !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2057 }
3297
a66198aa9e84 make unread also a link, constantly was clicking that
Marcin Kuzminski <marcin@python-works.com>
parents: 3296
diff changeset
2058 #quick_login .notifications a,
a66198aa9e84 make unread also a link, constantly was clicking that
Marcin Kuzminski <marcin@python-works.com>
parents: 3296
diff changeset
2059 #quick_login .unread a {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2060 color: #FFFFFF;
3297
a66198aa9e84 make unread also a link, constantly was clicking that
Marcin Kuzminski <marcin@python-works.com>
parents: 3296
diff changeset
2061 display: block;
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
2062 padding: 0px !important;
3297
a66198aa9e84 make unread also a link, constantly was clicking that
Marcin Kuzminski <marcin@python-works.com>
parents: 3296
diff changeset
2063 }
a66198aa9e84 make unread also a link, constantly was clicking that
Marcin Kuzminski <marcin@python-works.com>
parents: 3296
diff changeset
2064 #quick_login .notifications a:hover,
a66198aa9e84 make unread also a link, constantly was clicking that
Marcin Kuzminski <marcin@python-works.com>
parents: 3296
diff changeset
2065 #quick_login .unread a:hover {
a66198aa9e84 make unread also a link, constantly was clicking that
Marcin Kuzminski <marcin@python-works.com>
parents: 3296
diff changeset
2066 background-color: inherit !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2067 }
3280
c2dc089f4c3d user menu: call 'notifications' for what it is in the rest of the system - not 'inbox'
Mads Kiilerich <madski@unity3d.com>
parents: 3271
diff changeset
2068 #quick_login .email, #quick_login .unread {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2069 color: #FFFFFF;
3280
c2dc089f4c3d user menu: call 'notifications' for what it is in the rest of the system - not 'inbox'
Mads Kiilerich <madski@unity3d.com>
parents: 3271
diff changeset
2070 padding: 3px 3px 3px 6px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2071 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2072 #quick_login .links .logout {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2073 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2074
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2075 #quick_login div.form div.fields {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2076 padding-top: 2px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2077 padding-left: 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2078 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2079
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2080 #quick_login div.form div.fields div.field {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2081 padding: 5px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2082 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2083
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2084 #quick_login div.form div.fields div.field div.label label {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2085 color: #fff;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2086 padding-bottom: 3px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2087 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2088
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2089 #quick_login div.form div.fields div.field div.input input {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2090 width: 236px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2091 background: #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2092 border-top: 1px solid #b3b3b3;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2093 border-left: 1px solid #b3b3b3;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2094 border-right: 1px solid #eaeaea;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2095 border-bottom: 1px solid #eaeaea;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2096 color: #000;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2097 font-size: 11px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2098 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2099 padding: 5px 7px 4px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2100 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2101
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2102 #quick_login div.form div.fields div.buttons {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2103 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2104 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2105 text-align: right;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2106 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2107 padding: 5px 14px 0px 5px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2108 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2109
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2110 #quick_login div.form div.links {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2111 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2112 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2113 margin: 10px 0 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2114 padding: 0 0 2px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2115 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2116
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2117 #quick_login ol.links {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2118 display: block;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2119 font-weight: bold;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2120 list-style: none outside none;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2121 text-align: right;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2122 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2123 #quick_login ol.links li {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2124 line-height: 27px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2125 margin: 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2126 padding: 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2127 color: #fff;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2128 display: block;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
2129 float: none !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2130 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2131
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2132 #quick_login ol.links li a {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2133 color: #fff;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2134 display: block;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2135 padding: 2px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2136 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2137 #quick_login ol.links li a:HOVER {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2138 background-color: inherit !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2139 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2140
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2141 #register div.title {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2142 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2143 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2144 position: relative;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2145 background-color: #003B76;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2146 background-repeat: repeat-x;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2147 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2148 background-image: -moz-linear-gradient(top, #003b76, #00376e);
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2149 background-image: -ms-linear-gradient(top, #003b76, #00376e);
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2150 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2151 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2152 background-image: -o-linear-gradient(top, #003b76, #00376e);
3435
a81dba13e6a2 css: linear-gradient do not have 'top' but 'to bottom'
Mads Kiilerich <madski@unity3d.com>
parents: 3433
diff changeset
2153 background-image: linear-gradient(to bottom, #003b76, #00376e);
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2154 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2155 endColorstr='#00376e', GradientType=0 );
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2156 margin: 0 auto;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2157 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2158 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2159
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2160 #register div.inner {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2161 background: #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2162 border-top: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2163 border-bottom: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2164 margin: 0 auto;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2165 padding: 20px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2166 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2167
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2168 #register div.form div.fields div.field div.label {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2169 width: 135px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2170 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2171 text-align: right;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2172 margin: 2px 10px 0 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2173 padding: 5px 0 0 5px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2174 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2175
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2176 #register div.form div.fields div.field div.input input {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2177 width: 300px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2178 background: #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2179 border-top: 1px solid #b3b3b3;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2180 border-left: 1px solid #b3b3b3;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2181 border-right: 1px solid #eaeaea;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2182 border-bottom: 1px solid #eaeaea;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2183 color: #000;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2184 font-size: 11px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2185 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2186 padding: 7px 7px 6px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2187 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2188
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2189 #register div.form div.fields div.buttons {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2190 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2191 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2192 border-top: 1px solid #DDD;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2193 text-align: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2194 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2195 padding: 10px 0 0 150px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2196 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2197
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2198 #register div.form div.activation_msg {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2199 padding-top: 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2200 padding-bottom: 4px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2201 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2202
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2203 #journal .journal_day {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2204 font-size: 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2205 padding: 10px 0px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2206 border-bottom: 2px solid #DDD;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2207 margin-left: 10px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2208 margin-right: 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2209 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2210
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2211 #journal .journal_container {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2212 padding: 5px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2213 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2214 margin: 0px 5px 0px 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2215 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2216
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2217 #journal .journal_action_container {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2218 padding-left: 38px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2219 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2220
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2221 #journal .journal_user {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2222 color: #747474;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2223 font-size: 14px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2224 font-weight: bold;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2225 height: 30px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2226 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2227
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2228 #journal .journal_user.deleted {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2229 color: #747474;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2230 font-size: 14px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2231 font-weight: normal;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2232 height: 30px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2233 font-style: italic;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2234 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2235
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2236
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2237 #journal .journal_icon {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2238 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2239 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2240 padding-right: 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2241 padding-top: 3px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2242 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2243
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2244 #journal .journal_action {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2245 padding-top: 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2246 min-height: 2px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2247 float: left
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2248 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2249
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2250 #journal .journal_action_params {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2251 clear: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2252 padding-left: 22px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2253 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2254
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2255 #journal .journal_repo {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2256 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2257 margin-left: 6px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2258 padding-top: 3px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2259 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2260
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2261 #journal .date {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2262 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2263 color: #777777;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2264 font-size: 11px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2265 padding-left: 22px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2266 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2267
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2268 #journal .journal_repo .journal_repo_name {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2269 font-weight: bold;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2270 font-size: 1.1em;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2271 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2272
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2273 #journal .compare_view {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2274 padding: 5px 0px 5px 0px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2275 width: 95px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2276 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2277
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2278 .journal_highlight {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2279 font-weight: bold;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2280 padding: 0 2px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2281 vertical-align: bottom;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2282 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2283
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2284 .trending_language_tbl, .trending_language_tbl td {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2285 border: 0 !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2286 margin: 0 !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2287 padding: 0 !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2288 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2289
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2290 .trending_language_tbl, .trending_language_tbl tr {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2291 border-spacing: 1px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2292 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2293
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2294 .trending_language {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2295 background-color: #003367;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2296 color: #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2297 display: block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2298 min-width: 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2299 text-decoration: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2300 height: 12px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2301 margin-bottom: 0px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2302 margin-left: 5px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2303 white-space: pre;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2304 padding: 3px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2305 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2306
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2307 h3.files_location {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2308 font-size: 1.8em;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2309 font-weight: 700;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2310 border-bottom: none !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2311 margin: 10px 0 !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2312 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2313
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2314 #files_data dl dt {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2315 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2316 width: 60px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2317 margin: 0 !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2318 padding: 5px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2319 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2320
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2321 #files_data dl dd {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2322 margin: 0 !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2323 padding: 5px !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2324 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2325
3840
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
2326 #files_data .codeblock #editor_container .error-message {
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
2327 color: red;
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
2328 padding: 10px 10px 10px 26px
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
2329 }
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
2330
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2331 .file_history {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
2332 padding-top: 10px;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
2333 font-size: 16px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2334 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2335 .file_author {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2336 float: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2337 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2338
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2339 .file_author .item {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
2340 float: left;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
2341 padding: 5px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2342 color: #888;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2343 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2344
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2345 .tablerow0 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2346 background-color: #F8F8F8;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2347 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2348
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2349 .tablerow1 {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2350 background-color: #FFFFFF;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2351 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2352
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2353 .changeset_id {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2354 color: #666666;
3550
7abbb77b02d0 Repo size - show just the size without duplicating text
Marcin Kuzminski <marcin@python-works.com>
parents: 3548
diff changeset
2355 margin-right: -3px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2356 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2357
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2358 .changeset_hash {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2359 color: #000000;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2360 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2361
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2362 #changeset_content {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2363 border-left: 1px solid #CCC;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2364 border-right: 1px solid #CCC;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2365 border-bottom: 1px solid #CCC;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2366 padding: 5px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2367 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2368
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2369 #changeset_compare_view_content {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2370 border: 1px solid #CCC;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2371 padding: 5px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2372 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2373
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2374 #changeset_content .container {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2375 min-height: 100px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2376 font-size: 1.2em;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2377 overflow: hidden;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2378 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2379
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2380 #changeset_compare_view_content .compare_view_commits {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2381 width: auto !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2382 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2383
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2384 #changeset_compare_view_content .compare_view_commits td {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2385 padding: 0px 0px 0px 12px !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2386 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2387
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2388 #changeset_content .container .right {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2389 float: right;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2390 width: 20%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2391 text-align: right;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2392 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2393
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2394 #changeset_content .container .message {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2395 white-space: pre-wrap;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2396 }
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2397 #changeset_content .container .message a:hover {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2398 text-decoration: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2399 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2400 .cs_files .cur_cs {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2401 margin: 10px 2px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2402 font-weight: bold;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2403 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2404
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2405 .cs_files .node {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2406 float: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2407 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2408
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2409 .cs_files .changes {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2410 float: right;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
2411 color: #003367;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2412 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2413
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2414 .cs_files .changes .added {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2415 background-color: #BBFFBB;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2416 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2417 text-align: center;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2418 font-size: 9px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2419 padding: 2px 0px 2px 0px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2420 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2421
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2422 .cs_files .changes .deleted {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2423 background-color: #FF8888;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2424 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2425 text-align: center;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2426 font-size: 9px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2427 padding: 2px 0px 2px 0px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2428 }
3821
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2429 /*new binary
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2430 NEW_FILENODE = 1
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2431 DEL_FILENODE = 2
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2432 MOD_FILENODE = 3
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2433 RENAMED_FILENODE = 4
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2434 CHMOD_FILENODE = 5
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2435 BIN_FILENODE = 6
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2436 */
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2437 .cs_files .changes .bin {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2438 background-color: #BBFFBB;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2439 float: left;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2440 text-align: center;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2441 font-size: 9px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2442 padding: 2px 0px 2px 0px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2443 }
3821
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2444 .cs_files .changes .bin.bin1 {
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2445 background-color: #BBFFBB;
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2446 }
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2447
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2448 /*deleted binary*/
3821
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2449 .cs_files .changes .bin.bin2 {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2450 background-color: #FF8888;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2451 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2452
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2453 /*mod binary*/
3821
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2454 .cs_files .changes .bin.bin3 {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2455 background-color: #DDDDDD;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2456 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2457
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2458 /*rename file*/
3821
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2459 .cs_files .changes .bin.bin4 {
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2460 background-color: #6D99FF;
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2461 }
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2462
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2463 /*rename file*/
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2464 .cs_files .changes .bin.bin4 {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2465 background-color: #6D99FF;
3821
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2466 }
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2467
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2468 /*chmod file*/
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2469 .cs_files .changes .bin.bin5 {
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2470 background-color: #6D99FF;
ce4b7023a492 diff parser: redefined operations stats for changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3776
diff changeset
2471 }
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2472
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2473 .cs_files .cs_added, .cs_files .cs_A {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2474 background: url("../images/icons/page_white_add.png") no-repeat scroll
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2475 3px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2476 height: 16px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2477 padding-left: 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2478 margin-top: 7px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2479 text-align: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2480 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2481
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2482 .cs_files .cs_changed, .cs_files .cs_M {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2483 background: url("../images/icons/page_white_edit.png") no-repeat scroll
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2484 3px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2485 height: 16px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2486 padding-left: 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2487 margin-top: 7px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2488 text-align: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2489 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2490
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2491 .cs_files .cs_removed, .cs_files .cs_D {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2492 background: url("../images/icons/page_white_delete.png") no-repeat
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2493 scroll 3px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2494 height: 16px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2495 padding-left: 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2496 margin-top: 7px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2497 text-align: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2498 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2499
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2500 .table {
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2501 position: relative;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2502 }
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2503
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2504 #graph {
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2505 position: relative;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2506 overflow: hidden;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2507 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2508
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2509 #graph_nodes {
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2510 position: absolute;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2511 }
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2512
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2513 #graph_content,
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2514 #graph .info_box,
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2515 #graph .container_header {
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2516 margin-left: 100px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2517 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2518
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2519 #graph_content {
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2520 position: relative;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2521 }
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2522
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2523 #graph .container_header {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2524 padding: 10px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2525 height: 25px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2526 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2527
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2528 #graph_content #rev_range_container {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2529 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2530 margin: 0px 0px 0px 3px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2531 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2532
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2533 #graph_content #rev_range_clear {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2534 float: left;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2535 margin: 0px 0px 0px 3px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2536 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2537
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2538 #graph_content #changesets {
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2539 table-layout: fixed;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2540 border-collapse: collapse;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2541 border-left: none;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2542 border-right: none;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2543 border-color: #cdcdcd;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2544 }
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2545
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2546 #graph_content #changesets td {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2547 overflow: hidden;
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
2548 text-overflow: ellipsis;
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2549 white-space: nowrap;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2550 height: 31px;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2551 border-color: #cdcdcd;
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3537
diff changeset
2552 text-align: left;
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2553 }
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2554
3688
6c505fe11f0f bring back review status in main changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3677
diff changeset
2555 #graph_content .container .checkbox {
6c505fe11f0f bring back review status in main changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3677
diff changeset
2556 width: 12px;
6c505fe11f0f bring back review status in main changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3677
diff changeset
2557 font-size: 0.85em;
6c505fe11f0f bring back review status in main changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3677
diff changeset
2558 }
6c505fe11f0f bring back review status in main changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3677
diff changeset
2559
6c505fe11f0f bring back review status in main changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3677
diff changeset
2560 #graph_content .container .status {
6c505fe11f0f bring back review status in main changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3677
diff changeset
2561 width: 14px;
6c505fe11f0f bring back review status in main changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3677
diff changeset
2562 font-size: 0.85em;
6c505fe11f0f bring back review status in main changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3677
diff changeset
2563 }
6c505fe11f0f bring back review status in main changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3677
diff changeset
2564
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2565 #graph_content .container .author {
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2566 width: 105px;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2567 }
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2568
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
2569 #graph_content .container .hash {
3550
7abbb77b02d0 Repo size - show just the size without duplicating text
Marcin Kuzminski <marcin@python-works.com>
parents: 3548
diff changeset
2570 width: 100px;
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2571 font-size: 0.85em;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2572 }
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2573
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
2574 #graph_content #changesets .container .date {
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2575 width: 76px;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2576 color: #666;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2577 font-size: 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2578 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2579
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2580 #graph_content #changesets .container .right {
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2581 width: 120px;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2582 padding-right: 0px;
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2583 overflow: visible;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2584 position: relative;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2585 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2586
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2587 #graph_content .container .mid {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2588 padding: 0;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2589 }
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2590
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
2591 #graph_content .log-container {
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2592 position: relative;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2593 }
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2594
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2595 #graph_content .container .changeset_range {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2596 float: left;
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2597 margin: 6px 3px;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2598 }
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2599
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2600 #graph_content .container .author img {
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2601 vertical-align: middle;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2602 }
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2603
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2604 #graph_content .container .author .user {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2605 color: #444444;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2606 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2607
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2608 #graph_content .container .mid .message {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2609 white-space: pre-wrap;
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2610 padding: 0;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2611 overflow: hidden;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2612 height: 1.1em;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2613 }
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2614
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2615 #graph_content .container .extra-container {
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2616 display: block;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2617 position: absolute;
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2618 top: -15px;
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2619 right: 0;
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
2620 padding-left: 5px;
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2621 background: #FFFFFF;
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2622 height: 41px;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2623 }
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2624
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2625 #graph_content .comments-container,
3765
5a8918aba869 show comments in summary changelog overview
Marcin Kuzminski <marcin@python-works.com>
parents: 3764
diff changeset
2626 #shortlog_data .comments-container,
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2627 #graph_content .logtags {
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2628 display: block;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2629 float: left;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2630 overflow: hidden;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2631 padding: 0;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2632 margin: 0;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2633 }
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2634
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2635 #graph_content .comments-container {
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2636 margin: 0.8em 0;
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3537
diff changeset
2637 margin-right: 0.5em;
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2638 }
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2639
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2640 #graph_content .tagcontainer {
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2641 width: 80px;
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2642 position: relative;
3539
c65b440540da Style clean up, and comments removal.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3538
diff changeset
2643 float: right;
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2644 height: 100%;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2645 top: 7px;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2646 margin-left: 0.5em;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2647 }
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2648
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2649 #graph_content .logtags {
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2650 min-width: 80px;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2651 height: 1.1em;
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2652 position: absolute;
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2653 left: 0px;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2654 width: auto;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2655 top: 0px;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2656 }
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2657
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2658 #graph_content .logtags.tags {
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2659 top: 14px;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2660 }
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2661
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2662 #graph_content .logtags:hover {
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2663 overflow: visible;
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2664 position: absolute;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2665 width: auto;
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2666 right: 0;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2667 left: initial;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2668 }
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2669
3707
93de03499097 shortlog: show all refs (bookmarks,tags,branches) in one dedicated column
Marcin Kuzminski <marcin@python-works.com>
parents: 3695
diff changeset
2670 #graph_content .logtags .booktag,
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2671 #graph_content .logtags .tagtag {
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2672 float: left;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2673 line-height: 1em;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2674 margin-bottom: 1px;
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2675 margin-right: 1px;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2676 padding: 1px 3px;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2677 font-size: 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2678 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2679
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2680 #graph_content .container .mid .message a:hover {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2681 text-decoration: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2682 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2683
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2684 .revision-link {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
2685 color: #3F6F9F;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2686 font-weight: bold !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2687 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2688
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2689 .issue-tracker-link {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
2690 color: #3F6F9F;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2691 font-weight: bold !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2692 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2693
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2694 .changeset-status-container {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2695 padding-right: 5px;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
2696 margin-top: 1px;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
2697 float: right;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
2698 height: 14px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2699 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2700 .code-header .changeset-status-container {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
2701 float: left;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
2702 padding: 2px 0px 0px 2px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2703 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2704 .changeset-status-container .changeset-status-lbl {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2705 float: left;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2706 padding: 3px 4px 0px 0px
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2707 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2708 .code-header .changeset-status-container .changeset-status-lbl {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2709 float: left;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2710 padding: 0px 4px 0px 0px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2711 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2712 .changeset-status-container .changeset-status-ico {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2713 float: left;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2714 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2715 .code-header .changeset-status-container .changeset-status-ico, .container .changeset-status-ico {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2716 float: left;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2717 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2718
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2719 #graph_content .comments-cnt {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2720 color: rgb(136, 136, 136);
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2721 padding: 5px 0;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2722 }
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2723
3765
5a8918aba869 show comments in summary changelog overview
Marcin Kuzminski <marcin@python-works.com>
parents: 3764
diff changeset
2724 #shortlog_data .comments-cnt {
5a8918aba869 show comments in summary changelog overview
Marcin Kuzminski <marcin@python-works.com>
parents: 3764
diff changeset
2725 color: rgb(136, 136, 136);
5a8918aba869 show comments in summary changelog overview
Marcin Kuzminski <marcin@python-works.com>
parents: 3764
diff changeset
2726 padding: 3px 0;
5a8918aba869 show comments in summary changelog overview
Marcin Kuzminski <marcin@python-works.com>
parents: 3764
diff changeset
2727 }
5a8918aba869 show comments in summary changelog overview
Marcin Kuzminski <marcin@python-works.com>
parents: 3764
diff changeset
2728
5a8918aba869 show comments in summary changelog overview
Marcin Kuzminski <marcin@python-works.com>
parents: 3764
diff changeset
2729 #graph_content .comments-cnt a,
5a8918aba869 show comments in summary changelog overview
Marcin Kuzminski <marcin@python-works.com>
parents: 3764
diff changeset
2730 #shortlog_data .comments-cnt a {
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2731 background-image: url('../images/icons/comments.png');
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2732 background-repeat: no-repeat;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2733 background-position: 100% 50%;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2734 padding: 5px 0;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2735 padding-right: 20px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2736 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2737
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2738 .right .changes {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2739 clear: both;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2740 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2741
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2742 .right .changes .changed_total {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2743 display: block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2744 float: right;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2745 text-align: center;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2746 min-width: 45px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2747 cursor: pointer;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2748 color: #444444;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2749 background: #FEA;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2750 -webkit-border-radius: 0px 0px 0px 6px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2751 border-radius: 0px 0px 0px 6px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2752 padding: 1px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2753 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2754
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2755 .right .changes .added, .changed, .removed {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2756 display: block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2757 padding: 1px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2758 color: #444444;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2759 float: right;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2760 text-align: center;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2761 min-width: 15px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2762 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2763
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2764 .right .changes .added {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2765 background: #CFC;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2766 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2767
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2768 .right .changes .changed {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2769 background: #FEA;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2770 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2771
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2772 .right .changes .removed {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2773 background: #FAA;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2774 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2775
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2776 .right .merge {
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2777 padding: 1px 3px 1px 3px;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2778 background-color: #fca062;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2779 font-size: 10px;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2780 color: #ffffff;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2781 text-transform: uppercase;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2782 white-space: nowrap;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2783 -webkit-border-radius: 3px;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2784 border-radius: 3px;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2785 margin-right: 2px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2786 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2787
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2788 .right .parent {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2789 color: #666666;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
2790 clear: both;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2791 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2792 .right .logtags {
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2793 line-height: 2.2em;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2794 }
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2795 .branchtag, .logtags .tagtag, .logtags .booktag {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2796 margin: 0px 2px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2797 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2798
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2799 .branchtag,
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2800 .tagtag,
3707
93de03499097 shortlog: show all refs (bookmarks,tags,branches) in one dedicated column
Marcin Kuzminski <marcin@python-works.com>
parents: 3695
diff changeset
2801 .booktag,
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2802 .spantag {
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2803 padding: 1px 3px 1px 3px;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2804 font-size: 10px;
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2805 color: #336699;
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2806 white-space: nowrap;
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2807 -webkit-border-radius: 4px;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2808 border-radius: 4px;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2809 border: 1px solid #d9e8f8;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2810 line-height: 1.5em;
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2811 }
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2812
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2813 #graph_content .branchtag,
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2814 #graph_content .tagtag,
3707
93de03499097 shortlog: show all refs (bookmarks,tags,branches) in one dedicated column
Marcin Kuzminski <marcin@python-works.com>
parents: 3695
diff changeset
2815 #graph_content .booktag {
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2816 margin: 1.1em 0;
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2817 margin-right: 0.5em;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2818 }
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2819
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2820 .branchtag,
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2821 .tagtag,
3707
93de03499097 shortlog: show all refs (bookmarks,tags,branches) in one dedicated column
Marcin Kuzminski <marcin@python-works.com>
parents: 3695
diff changeset
2822 .booktag {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2823 float: left;
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2824 }
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2825
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2826 .right .logtags .branchtag,
3727
0cecc22285ef #818: Bookmarks Do Not Display on Changeset View
Marcin Kuzminski <marcin@python-works.com>
parents: 3707
diff changeset
2827 .right .logtags .tagtag,
0cecc22285ef #818: Bookmarks Do Not Display on Changeset View
Marcin Kuzminski <marcin@python-works.com>
parents: 3707
diff changeset
2828 .right .logtags .booktag,
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2829 .right .merge {
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2830 float: right;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2831 line-height: 1em;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2832 margin: 1px 1px !important;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2833 display: block;
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2834 }
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
2835
3707
93de03499097 shortlog: show all refs (bookmarks,tags,branches) in one dedicated column
Marcin Kuzminski <marcin@python-works.com>
parents: 3695
diff changeset
2836 .booktag {
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2837 border-color: #46A546;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2838 color: #46A546;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2839 }
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2840
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2841 .tagtag {
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2842 border-color: #62cffc;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2843 color: #62cffc;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2844 }
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2845
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2846 .logtags .branchtag a:hover,
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2847 .logtags .branchtag a,
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2848 .branchtag a,
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2849 .branchtag a:hover {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2850 text-decoration: none;
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2851 color: inherit;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2852 }
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2853 .logtags .tagtag {
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2854 padding: 1px 3px 1px 3px;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2855 background-color: #62cffc;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2856 font-size: 10px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2857 color: #ffffff;
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2858 white-space: nowrap;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2859 -webkit-border-radius: 3px;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2860 border-radius: 3px;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2861 }
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2862
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2863 .tagtag a,
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2864 .tagtag a:hover,
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2865 .logtags .tagtag a,
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2866 .logtags .tagtag a:hover {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2867 text-decoration: none;
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2868 color: inherit;
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2869 }
3707
93de03499097 shortlog: show all refs (bookmarks,tags,branches) in one dedicated column
Marcin Kuzminski <marcin@python-works.com>
parents: 3695
diff changeset
2870 .logbooks .booktag, .logbooks .booktag, .logtags .booktag, .logtags .booktag {
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2871 padding: 1px 3px 1px 3px;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2872 background-color: #46A546;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2873 font-size: 10px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2874 color: #ffffff;
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2875 white-space: nowrap;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2876 -webkit-border-radius: 3px;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2877 border-radius: 3px;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2878 }
3707
93de03499097 shortlog: show all refs (bookmarks,tags,branches) in one dedicated column
Marcin Kuzminski <marcin@python-works.com>
parents: 3695
diff changeset
2879 .logbooks .booktag, .logbooks .booktag a, .right .logtags .booktag, .logtags .booktag a {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2880 color: #ffffff;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2881 }
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2882
3707
93de03499097 shortlog: show all refs (bookmarks,tags,branches) in one dedicated column
Marcin Kuzminski <marcin@python-works.com>
parents: 3695
diff changeset
2883 .logbooks .booktag, .logbooks .booktag a:hover,
93de03499097 shortlog: show all refs (bookmarks,tags,branches) in one dedicated column
Marcin Kuzminski <marcin@python-works.com>
parents: 3695
diff changeset
2884 .logtags .booktag, .logtags .booktag a:hover,
93de03499097 shortlog: show all refs (bookmarks,tags,branches) in one dedicated column
Marcin Kuzminski <marcin@python-works.com>
parents: 3695
diff changeset
2885 .booktag a,
93de03499097 shortlog: show all refs (bookmarks,tags,branches) in one dedicated column
Marcin Kuzminski <marcin@python-works.com>
parents: 3695
diff changeset
2886 .booktag a:hover {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2887 text-decoration: none;
3537
7f8d349bbde4 Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo <leo@unity3d.com>
parents: 3536
diff changeset
2888 color: inherit;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2889 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2890 div.browserblock {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2891 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2892 border: 1px solid #ccc;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2893 background: #f8f8f8;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2894 font-size: 100%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2895 line-height: 125%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2896 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2897 -webkit-border-radius: 6px 6px 0px 0px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2898 border-radius: 6px 6px 0px 0px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2899 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2900
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2901 div.browserblock .browser-header {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2902 background: #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2903 padding: 10px 0px 15px 0px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2904 width: 100%;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2905 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2906
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2907 div.browserblock .browser-nav {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2908 float: left
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2909 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2910
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2911 div.browserblock .browser-branch {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2912 float: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2913 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2914
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2915 div.browserblock .browser-branch label {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2916 color: #4A4A4A;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2917 vertical-align: text-top;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2918 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2919
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2920 div.browserblock .browser-header span {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2921 margin-left: 5px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2922 font-weight: 700;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2923 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2924
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2925 div.browserblock .browser-search {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2926 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2927 padding: 8px 8px 0px 5px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2928 height: 20px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2929 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2930
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2931 div.browserblock #node_filter_box {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2932 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2933
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2934 div.browserblock .search_activate {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2935 float: left
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2936 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2937
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2938 div.browserblock .add_node {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2939 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2940 padding-left: 5px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2941 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2942
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2943 div.browserblock .search_activate a:hover, div.browserblock .add_node a:hover {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2944 text-decoration: none !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2945 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2946
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2947 div.browserblock .browser-body {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2948 background: #EEE;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2949 border-top: 1px solid #CCC;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2950 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2951
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2952 table.code-browser {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2953 border-collapse: collapse;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2954 width: 100%;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2955 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2956
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2957 table.code-browser tr {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2958 margin: 3px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2959 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2960
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2961 table.code-browser thead th {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2962 background-color: #EEE;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2963 height: 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2964 font-size: 1.1em;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2965 font-weight: 700;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2966 text-align: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2967 padding-left: 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2968 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2969
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2970 table.code-browser tbody td {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2971 padding-left: 10px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2972 height: 20px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2973 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2974
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2975 table.code-browser .browser-file {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2976 background: url("../images/icons/document_16.png") no-repeat scroll 3px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2977 height: 16px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2978 padding-left: 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2979 text-align: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2980 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2981 .diffblock .changeset_header {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2982 height: 16px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2983 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2984 .diffblock .changeset_file {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2985 float: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2986 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2987 .diffblock .diff-menu-wrapper {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
2988 float: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2989 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2990
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
2991 .diffblock .diff-menu {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2992 position: absolute;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2993 background: none repeat scroll 0 0 #FFFFFF;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2994 border-color: #003367 #666666 #666666;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2995 border-right: 1px solid #666666;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2996 border-style: solid solid solid;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2997 border-width: 1px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
2998 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
2999 margin-top: 5px;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
3000 margin-left: 1px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3001
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3002 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3003 .diffblock .diff-actions {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3004 padding: 2px 0px 0px 2px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3005 float: left;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3006 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3007 .diffblock .diff-menu ul li {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3008 padding: 0px 0px 0px 0px !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3009 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3010 .diffblock .diff-menu ul li a {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3011 display: block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3012 padding: 3px 8px 3px 8px !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3013 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3014 .diffblock .diff-menu ul li a:hover {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3015 text-decoration: none;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3016 background-color: #EEEEEE;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3017 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3018 table.code-browser .browser-dir {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3019 background: url("../images/icons/folder_16.png") no-repeat scroll 3px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3020 height: 16px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3021 padding-left: 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3022 text-align: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3023 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3024
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3025 table.code-browser .submodule-dir {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3026 background: url("../images/icons/disconnect.png") no-repeat scroll 3px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3027 height: 16px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3028 padding-left: 20px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3029 text-align: left;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3030 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3031
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3032
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3033 .box .search {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3034 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3035 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3036 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3037 padding: 0 20px 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3038 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3039
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3040 .box .search div.search_path {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3041 background: none repeat scroll 0 0 #EEE;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3042 border: 1px solid #CCC;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3043 color: blue;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3044 margin-bottom: 10px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3045 padding: 10px 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3046 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3047
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3048 .box .search div.search_path div.link {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3049 font-weight: 700;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3050 margin-left: 25px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3051 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3052
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3053 .box .search div.search_path div.link a {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3054 color: #003367;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3055 cursor: pointer;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3056 text-decoration: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3057 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3058
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3059 #path_unlock {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3060 color: red;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3061 font-size: 1.2em;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3062 padding-left: 4px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3063 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3064
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3065 .info_box span {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3066 margin-left: 3px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3067 margin-right: 3px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3068 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3069
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3070 .info_box .rev {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3071 color: #003367;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3072 font-size: 1.6em;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3073 font-weight: bold;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3074 vertical-align: sub;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3075 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3076
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3077 .info_box input#at_rev, .info_box input#size {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3078 background: #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3079 border-top: 1px solid #b3b3b3;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3080 border-left: 1px solid #b3b3b3;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3081 border-right: 1px solid #eaeaea;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3082 border-bottom: 1px solid #eaeaea;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3083 color: #000;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3084 font-size: 12px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3085 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3086 padding: 1px 5px 1px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3087 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3088
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3089 .info_box input#view {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3090 text-align: center;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3091 padding: 4px 3px 2px 2px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3092 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3093
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3094 .yui-overlay, .yui-panel-container {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3095 visibility: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3096 position: absolute;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3097 z-index: 2;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3098 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3099
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3100 #tip-box {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3101 position: absolute;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3102
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3103 background-color: #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3104 border: 2px solid #003367;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3105 font: 100% sans-serif;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3106 width: auto;
3433
07c9d77578a9 css: opacity is a float and cannot be px
Mads Kiilerich <madski@unity3d.com>
parents: 3432
diff changeset
3107 opacity: 1;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3108 padding: 8px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3109
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3110 white-space: pre-wrap;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3111 -webkit-border-radius: 8px 8px 8px 8px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3112 -khtml-border-radius: 8px 8px 8px 8px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3113 border-radius: 8px 8px 8px 8px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3114 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3115 -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
4063
3dba79ad5036 fixed zindex issues on side-by-side diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 4057
diff changeset
3116 z-index: 100000;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3117 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3118
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3119 .hl-tip-box {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3120 visibility: hidden;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3121 position: absolute;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3122 color: #666;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3123 background-color: #FFF;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3124 border: 2px solid #003367;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3125 font: 100% sans-serif;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3126 width: auto;
3433
07c9d77578a9 css: opacity is a float and cannot be px
Mads Kiilerich <madski@unity3d.com>
parents: 3432
diff changeset
3127 opacity: 1;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3128 padding: 8px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3129 white-space: pre-wrap;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3130 -webkit-border-radius: 8px 8px 8px 8px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3131 -khtml-border-radius: 8px 8px 8px 8px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3132 border-radius: 8px 8px 8px 8px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3133 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3134 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3135
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3136
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3137 .mentions-container {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3138 width: 90% !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3139 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3140 .mentions-container .yui-ac-content {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3141 width: 100% !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3142 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3143
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3144 .ac {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3145 vertical-align: top;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3146 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3147
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3148 .ac .yui-ac {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3149 position: inherit;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3150 font-size: 100%;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3151 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3152
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3153 .ac .perm_ac {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3154 width: 20em;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3155 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3156
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3157 .ac .yui-ac-input {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3158 width: 100%;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3159 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3160
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3161 .ac .yui-ac-container {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3162 position: absolute;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3163 top: 1.6em;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3164 width: auto;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3165 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3166
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3167 .ac .yui-ac-content {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3168 position: absolute;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3169 border: 1px solid gray;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3170 background: #fff;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3171 z-index: 9050;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3172 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3173
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3174 .ac .yui-ac-shadow {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3175 position: absolute;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3176 width: 100%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3177 background: #000;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3178 opacity: .10;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3179 filter: alpha(opacity = 10);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3180 z-index: 9049;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3181 margin: .3em;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3182 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3183
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3184 .ac .yui-ac-content ul {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3185 width: 100%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3186 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3187 padding: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3188 z-index: 9050;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3189 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3190
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3191 .ac .yui-ac-content li {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3192 cursor: default;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3193 white-space: nowrap;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3194 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3195 padding: 2px 5px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3196 height: 18px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3197 z-index: 9050;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3198 display: block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3199 width: auto !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3200 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3201
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3202 .ac .yui-ac-content li .ac-container-wrap {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3203 width: auto;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3204 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3205
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3206 .ac .yui-ac-content li.yui-ac-prehighlight {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3207 background: #B3D4FF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3208 z-index: 9050;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3209 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3210
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3211 .ac .yui-ac-content li.yui-ac-highlight {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3212 background: #556CB5;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3213 color: #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3214 z-index: 9050;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3215 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3216 .ac .yui-ac-bd {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3217 z-index: 9050;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3218 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3219
3246
b9ba0d4d3abf implemented #83 show repo size on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 3237
diff changeset
3220 .reposize {
b9ba0d4d3abf implemented #83 show repo size on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 3237
diff changeset
3221 background: url("../images/icons/server.png") no-repeat scroll 3px;
b9ba0d4d3abf implemented #83 show repo size on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 3237
diff changeset
3222 height: 16px;
b9ba0d4d3abf implemented #83 show repo size on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 3237
diff changeset
3223 width: 20px;
b9ba0d4d3abf implemented #83 show repo size on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 3237
diff changeset
3224 cursor: pointer;
b9ba0d4d3abf implemented #83 show repo size on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 3237
diff changeset
3225 display: block;
b9ba0d4d3abf implemented #83 show repo size on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 3237
diff changeset
3226 float: right;
b9ba0d4d3abf implemented #83 show repo size on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 3237
diff changeset
3227 margin-top: 2px;
b9ba0d4d3abf implemented #83 show repo size on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 3237
diff changeset
3228 }
b9ba0d4d3abf implemented #83 show repo size on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 3237
diff changeset
3229
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3230 #repo_size {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3231 display: block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3232 margin-top: 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3233 color: #666;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
3234 float: right;
3246
b9ba0d4d3abf implemented #83 show repo size on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 3237
diff changeset
3235 }
b9ba0d4d3abf implemented #83 show repo size on summary page
Marcin Kuzminski <marcin@python-works.com>
parents: 3237
diff changeset
3236
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3237 .locking_locked {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3238 background: #FFF url("../images/icons/block_16.png") no-repeat scroll 3px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3239 height: 16px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3240 width: 20px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3241 cursor: pointer;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3242 display: block;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3243 float: right;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3244 margin-top: 2px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3245 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3246
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3247 .locking_unlocked {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3248 background: #FFF url("../images/icons/accept.png") no-repeat scroll 3px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3249 height: 16px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3250 width: 20px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3251 cursor: pointer;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3252 display: block;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3253 float: right;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3254 margin-top: 2px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3255 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3256
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3257 .currently_following {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3258 padding-left: 10px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3259 padding-bottom: 5px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3260 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3261
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3262 .add_icon {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3263 background: url("../images/icons/add.png") no-repeat scroll 3px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3264 padding-left: 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3265 padding-top: 0px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3266 text-align: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3267 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3268
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3269 .accept_icon {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3270 background: url("../images/icons/accept.png") no-repeat scroll 3px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3271 padding-left: 20px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3272 padding-top: 0px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3273 text-align: left;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3274 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3275
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3276 .edit_icon {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3277 background: url("../images/icons/application_form_edit.png") no-repeat scroll 3px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3278 padding-left: 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3279 padding-top: 0px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3280 text-align: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3281 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3282
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3283 .delete_icon {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3284 background: url("../images/icons/delete.png") no-repeat scroll 3px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3285 padding-left: 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3286 padding-top: 0px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3287 text-align: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3288 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3289
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3290 .refresh_icon {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3291 background: url("../images/icons/arrow_refresh.png") no-repeat scroll
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3292 3px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3293 padding-left: 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3294 padding-top: 0px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3295 text-align: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3296 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3297
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3298 .pull_icon {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3299 background: url("../images/icons/connect.png") no-repeat scroll 3px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3300 padding-left: 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3301 padding-top: 0px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3302 text-align: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3303 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3304
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3305 .rss_icon {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3306 background: url("../images/icons/rss_16.png") no-repeat scroll 3px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3307 padding-left: 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3308 padding-top: 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3309 text-align: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3310 font-size: 8px
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3311 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3312
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3313 .atom_icon {
3307
fba005869f55 Bring back rss icon for atom:
Marcin Kuzminski <marcin@python-works.com>
parents: 3299
diff changeset
3314 background: url("../images/icons/rss_16.png") no-repeat scroll 3px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3315 padding-left: 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3316 padding-top: 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3317 text-align: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3318 font-size: 8px
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3319 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3320
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3321 .archive_icon {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3322 background: url("../images/icons/compress.png") no-repeat scroll 3px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3323 padding-left: 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3324 text-align: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3325 padding-top: 1px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3326 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3327
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3328 .start_following_icon {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3329 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3330 padding-left: 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3331 text-align: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3332 padding-top: 0px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3333 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3334
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3335 .stop_following_icon {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3336 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3337 padding-left: 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3338 text-align: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3339 padding-top: 0px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3340 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3341
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3342 .action_button {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3343 border: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3344 display: inline;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3345 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3346
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3347 .action_button:hover {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3348 border: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3349 text-decoration: underline;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3350 cursor: pointer;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3351 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3352
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3353 #switch_repos {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3354 position: absolute;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3355 height: 25px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3356 z-index: 1;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3357 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3358
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3359 #switch_repos select {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3360 min-width: 150px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3361 max-height: 250px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3362 z-index: 1;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3363 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3364
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3365 .breadcrumbs {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3366 border: medium none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3367 color: #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3368 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3369 font-weight: 700;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3370 font-size: 14px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3371 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3372 padding: 11px 0 11px 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3373 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3374
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3375 .breadcrumbs .hash {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3376 text-transform: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3377 color: #fff;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3378 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3379
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3380 .breadcrumbs a {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3381 color: #FFF;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3382 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3383
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3384 .flash_msg {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3385 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3386
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3387 .flash_msg ul {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3388 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3389
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3390 .error_red {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
3391 color: red;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3392 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3393
4142
a9b24db8fb03 old style: adjust for renaming of messages to bootstrap-ish alerts
Mads Kiilerich <madski@unity3d.com>
parents: 4141
diff changeset
3394 .flash_msg .alert-error {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3395 background-color: #c43c35;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3396 background-repeat: repeat-x;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3397 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35) );
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3398 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3399 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3400 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35) );
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3401 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3402 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3435
a81dba13e6a2 css: linear-gradient do not have 'top' but 'to bottom'
Mads Kiilerich <madski@unity3d.com>
parents: 3433
diff changeset
3403 background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3404 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 );
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3405 border-color: #c43c35 #c43c35 #882a25;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3406 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3407
4142
a9b24db8fb03 old style: adjust for renaming of messages to bootstrap-ish alerts
Mads Kiilerich <madski@unity3d.com>
parents: 4141
diff changeset
3408 .flash_msg .alert-error a {
3551
f0384b9ed5b9 codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3550
diff changeset
3409 text-decoration: underline;
3547
b7f489714639 linkify names on fork/create repos in tooltip messages
Marcin Kuzminski <marcin@python-works.com>
parents: 3546
diff changeset
3410 }
b7f489714639 linkify names on fork/create repos in tooltip messages
Marcin Kuzminski <marcin@python-works.com>
parents: 3546
diff changeset
3411
4142
a9b24db8fb03 old style: adjust for renaming of messages to bootstrap-ish alerts
Mads Kiilerich <madski@unity3d.com>
parents: 4141
diff changeset
3412 .flash_msg .alert-warning {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3413 color: #404040 !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3414 background-color: #eedc94;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3415 background-repeat: repeat-x;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3416 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) );
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3417 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3418 background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3419 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94) );
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3420 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3421 background-image: -o-linear-gradient(top, #fceec1, #eedc94);
3435
a81dba13e6a2 css: linear-gradient do not have 'top' but 'to bottom'
Mads Kiilerich <madski@unity3d.com>
parents: 3433
diff changeset
3422 background-image: linear-gradient(to bottom, #fceec1, #eedc94);
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3423 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 );
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3424 border-color: #eedc94 #eedc94 #e4c652;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3425 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3426
4142
a9b24db8fb03 old style: adjust for renaming of messages to bootstrap-ish alerts
Mads Kiilerich <madski@unity3d.com>
parents: 4141
diff changeset
3427 .flash_msg .alert-warning a {
3551
f0384b9ed5b9 codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3550
diff changeset
3428 text-decoration: underline;
3547
b7f489714639 linkify names on fork/create repos in tooltip messages
Marcin Kuzminski <marcin@python-works.com>
parents: 3546
diff changeset
3429 }
b7f489714639 linkify names on fork/create repos in tooltip messages
Marcin Kuzminski <marcin@python-works.com>
parents: 3546
diff changeset
3430
4142
a9b24db8fb03 old style: adjust for renaming of messages to bootstrap-ish alerts
Mads Kiilerich <madski@unity3d.com>
parents: 4141
diff changeset
3431 .flash_msg .alert-success {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3432 background-color: #57a957;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3433 background-repeat: repeat-x !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3434 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957) );
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3435 background-image: -moz-linear-gradient(top, #62c462, #57a957);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3436 background-image: -ms-linear-gradient(top, #62c462, #57a957);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3437 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957) );
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3438 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3439 background-image: -o-linear-gradient(top, #62c462, #57a957);
3435
a81dba13e6a2 css: linear-gradient do not have 'top' but 'to bottom'
Mads Kiilerich <madski@unity3d.com>
parents: 3433
diff changeset
3440 background-image: linear-gradient(to bottom, #62c462, #57a957);
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3441 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 );
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3442 border-color: #57a957 #57a957 #3d773d;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3443 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3444
4142
a9b24db8fb03 old style: adjust for renaming of messages to bootstrap-ish alerts
Mads Kiilerich <madski@unity3d.com>
parents: 4141
diff changeset
3445 .flash_msg .alert-success a {
3551
f0384b9ed5b9 codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3550
diff changeset
3446 text-decoration: underline;
f0384b9ed5b9 codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3550
diff changeset
3447 color: #FFF !important;
3547
b7f489714639 linkify names on fork/create repos in tooltip messages
Marcin Kuzminski <marcin@python-works.com>
parents: 3546
diff changeset
3448 }
b7f489714639 linkify names on fork/create repos in tooltip messages
Marcin Kuzminski <marcin@python-works.com>
parents: 3546
diff changeset
3449
4142
a9b24db8fb03 old style: adjust for renaming of messages to bootstrap-ish alerts
Mads Kiilerich <madski@unity3d.com>
parents: 4141
diff changeset
3450 .flash_msg .alert-info {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3451 background-color: #339bb9;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3452 background-repeat: repeat-x;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3453 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9) );
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3454 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3455 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3456 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9) );
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3457 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3458 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3435
a81dba13e6a2 css: linear-gradient do not have 'top' but 'to bottom'
Mads Kiilerich <madski@unity3d.com>
parents: 3433
diff changeset
3459 background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3460 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 );
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3461 border-color: #339bb9 #339bb9 #22697d;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3462 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3463
4142
a9b24db8fb03 old style: adjust for renaming of messages to bootstrap-ish alerts
Mads Kiilerich <madski@unity3d.com>
parents: 4141
diff changeset
3464 .flash_msg .alert-info a {
3547
b7f489714639 linkify names on fork/create repos in tooltip messages
Marcin Kuzminski <marcin@python-works.com>
parents: 3546
diff changeset
3465 text-decoration: underline;
b7f489714639 linkify names on fork/create repos in tooltip messages
Marcin Kuzminski <marcin@python-works.com>
parents: 3546
diff changeset
3466 }
b7f489714639 linkify names on fork/create repos in tooltip messages
Marcin Kuzminski <marcin@python-works.com>
parents: 3546
diff changeset
3467
4142
a9b24db8fb03 old style: adjust for renaming of messages to bootstrap-ish alerts
Mads Kiilerich <madski@unity3d.com>
parents: 4141
diff changeset
3468 .flash_msg .alert-error,
a9b24db8fb03 old style: adjust for renaming of messages to bootstrap-ish alerts
Mads Kiilerich <madski@unity3d.com>
parents: 4141
diff changeset
3469 .flash_msg .alert-warning,
a9b24db8fb03 old style: adjust for renaming of messages to bootstrap-ish alerts
Mads Kiilerich <madski@unity3d.com>
parents: 4141
diff changeset
3470 .flash_msg .alert-success,
a9b24db8fb03 old style: adjust for renaming of messages to bootstrap-ish alerts
Mads Kiilerich <madski@unity3d.com>
parents: 4141
diff changeset
3471 .flash_msg .alert-info {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3472 font-size: 12px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3473 font-weight: 700;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3474 min-height: 14px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3475 line-height: 14px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3476 margin-bottom: 10px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3477 margin-top: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3478 display: block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3479 overflow: auto;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3480 padding: 6px 10px 6px 10px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3481 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3482 position: relative;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3483 color: #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3484 border-width: 1px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3485 border-style: solid;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3486 -webkit-border-radius: 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3487 border-radius: 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3488 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3489 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3490 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3491
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3492 #msg_close {
3887
4930abd96a7e minor css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3840
diff changeset
3493 background: transparent url("../images/cross_grey_small.png") no-repeat scroll 0 0;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3494 cursor: pointer;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3495 height: 16px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3496 position: absolute;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3497 right: 5px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3498 top: 5px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3499 width: 16px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3500 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3501 div#legend_data {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
3502 padding-left: 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3503 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3504 div#legend_container table {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3505 border: none !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3506 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3507 div#legend_container table, div#legend_choices table {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3508 width: auto !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3509 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3510
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3511 table#permissions_manage {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3512 width: 0 !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3513 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3514
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3515 table#permissions_manage span.private_repo_msg {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3516 font-size: 0.8em;
3433
07c9d77578a9 css: opacity is a float and cannot be px
Mads Kiilerich <madski@unity3d.com>
parents: 3432
diff changeset
3517 opacity: 0.6;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3518 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3519
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3520 table#permissions_manage td.private_repo_msg {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3521 font-size: 0.8em;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3522 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3523
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3524 table#permissions_manage tr#add_perm_input td {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3525 vertical-align: middle;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3526 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3527
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3528 div.gravatar {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3529 background-color: #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3530 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3531 margin-right: 0.7em;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3532 padding: 1px 1px 1px 1px;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
3533 line-height: 0;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3534 -webkit-border-radius: 3px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3535 -khtml-border-radius: 3px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3536 border-radius: 3px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3537 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3538
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3539 div.gravatar img {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3540 -webkit-border-radius: 2px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3541 -khtml-border-radius: 2px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3542 border-radius: 2px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3543 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3544
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3545 #header, #content, #footer {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3546 min-width: 978px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3547 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3548
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3549 #content {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3550 clear: both;
3299
d561eb3787f5 header: don't use fixed position
Mads Kiilerich <madski@unity3d.com>
parents: 3297
diff changeset
3551 padding: 10px 10px 14px 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3552 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3553
3341
030103d57e30 drop down hover menu now fixes whole page padding
Marcin Kuzminski <marcin@python-works.com>
parents: 3319
diff changeset
3554 #content.hover {
030103d57e30 drop down hover menu now fixes whole page padding
Marcin Kuzminski <marcin@python-works.com>
parents: 3319
diff changeset
3555 padding: 55px 10px 14px 10px !important;
030103d57e30 drop down hover menu now fixes whole page padding
Marcin Kuzminski <marcin@python-works.com>
parents: 3319
diff changeset
3556 }
030103d57e30 drop down hover menu now fixes whole page padding
Marcin Kuzminski <marcin@python-works.com>
parents: 3319
diff changeset
3557
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3558 #content div.box div.title div.search {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3559 border-left: 1px solid #316293;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3560 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3561
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3562 #content div.box div.title div.search div.input input {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3563 border: 1px solid #316293;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3564 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3565
4143
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3566 .btn {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3567 color: #515151;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3568 background-color: #DADADA;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3569 background-repeat: repeat-x;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3570 background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) );
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3571 background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3572 background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3573 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) );
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3574 background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) );
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3575 background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) );
3435
a81dba13e6a2 css: linear-gradient do not have 'top' but 'to bottom'
Mads Kiilerich <madski@unity3d.com>
parents: 3433
diff changeset
3576 background-image: linear-gradient(to bottom, #F4F4F4, #DADADA);
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3577 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0);
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3578
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3579 border-top: 1px solid #DDD;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3580 border-left: 1px solid #c6c6c6;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3581 border-right: 1px solid #DDD;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3582 border-bottom: 1px solid #c6c6c6;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3583 color: #515151;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3584 outline: none;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3585 margin: 0px 3px 3px 0px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3586 -webkit-border-radius: 4px 4px 4px 4px !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3587 -khtml-border-radius: 4px 4px 4px 4px !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3588 border-radius: 4px 4px 4px 4px !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3589 cursor: pointer !important;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3590 padding: 3px 3px 3px 3px;
3840
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3591 background-position: 0 -100px;
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3592
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3593 }
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3594
4143
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3595 /* make .btn inputs and buttons and divs look the same */
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3596 button.btn,
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3597 input.btn {
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3598 font-family: inherit;
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3599 font-size: inherit;
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3600 line-height: inherit;
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3601 }
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3602
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3603 .btn::-moz-focus-inner {
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3604 border: 0;
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3605 padding: 0;
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3606 }
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3607
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3608 .btn.badge {
3840
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3609 cursor: default !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3610 }
3237
f5dd76e2a7af disable file editing when not on branch head fixes issue #462
Marcin Kuzminski <marcin@python-works.com>
parents: 3222
diff changeset
3611
4143
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3612 .btn.disabled {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3613 color: #999;
3237
f5dd76e2a7af disable file editing when not on branch head fixes issue #462
Marcin Kuzminski <marcin@python-works.com>
parents: 3222
diff changeset
3614 }
f5dd76e2a7af disable file editing when not on branch head fixes issue #462
Marcin Kuzminski <marcin@python-works.com>
parents: 3222
diff changeset
3615
4143
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3616 .btn.btn-danger.disabled {
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3617 color: #eee;
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3618 background-color: #c77;
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3619 border-color: #b66
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3620 }
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3621
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3622 .btn.btn-small {
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3623 padding: 2px 6px;
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3624 }
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3625
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3626 .btn.btn-mini {
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3627 padding: 0px 4px;
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3628 }
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3629
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3630 .btn.clone {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3631 padding: 5px 2px 6px 1px;
3286
e267b8e91db3 summary: show "Show by ID" toggler after the clone url
Mads Kiilerich <madski@unity3d.com>
parents: 3280
diff changeset
3632 margin: 0px 0px 3px -4px;
e267b8e91db3 summary: show "Show by ID" toggler after the clone url
Mads Kiilerich <madski@unity3d.com>
parents: 3280
diff changeset
3633 -webkit-border-radius: 0px 4px 4px 0px !important;
e267b8e91db3 summary: show "Show by ID" toggler after the clone url
Mads Kiilerich <madski@unity3d.com>
parents: 3280
diff changeset
3634 -khtml-border-radius: 0px 4px 4px 0px !important;
e267b8e91db3 summary: show "Show by ID" toggler after the clone url
Mads Kiilerich <madski@unity3d.com>
parents: 3280
diff changeset
3635 border-radius: 0px 4px 4px 0px !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3636 width: 100px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3637 text-align: center;
3286
e267b8e91db3 summary: show "Show by ID" toggler after the clone url
Mads Kiilerich <madski@unity3d.com>
parents: 3280
diff changeset
3638 display: inline-block;
e267b8e91db3 summary: show "Show by ID" toggler after the clone url
Mads Kiilerich <madski@unity3d.com>
parents: 3280
diff changeset
3639 position: relative;
e267b8e91db3 summary: show "Show by ID" toggler after the clone url
Mads Kiilerich <madski@unity3d.com>
parents: 3280
diff changeset
3640 top: -2px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3641 }
4143
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3642 .btn:focus {
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3643 outline: none;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3644 }
4143
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3645 .btn:hover {
3840
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3646 background-position: 0 -100px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3647 text-decoration: none;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3648 color: #515151;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3649 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3650 }
4143
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3651 .btn.badge:hover {
3840
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3652 box-shadow: none !important;
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3653 }
4143
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3654 .btn.disabled:hover {
3436
3c5736961cbe css: fix invalid values
Mads Kiilerich <madski@unity3d.com>
parents: 3435
diff changeset
3655 background-position: 0;
3237
f5dd76e2a7af disable file editing when not on branch head fixes issue #462
Marcin Kuzminski <marcin@python-works.com>
parents: 3222
diff changeset
3656 color: #999;
f5dd76e2a7af disable file editing when not on branch head fixes issue #462
Marcin Kuzminski <marcin@python-works.com>
parents: 3222
diff changeset
3657 text-decoration: none;
f5dd76e2a7af disable file editing when not on branch head fixes issue #462
Marcin Kuzminski <marcin@python-works.com>
parents: 3222
diff changeset
3658 box-shadow: none !important;
f5dd76e2a7af disable file editing when not on branch head fixes issue #462
Marcin Kuzminski <marcin@python-works.com>
parents: 3222
diff changeset
3659 }
f5dd76e2a7af disable file editing when not on branch head fixes issue #462
Marcin Kuzminski <marcin@python-works.com>
parents: 3222
diff changeset
3660
4143
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3661 .btn.red {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
3662 color: #fff;
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3663 background-color: #c43c35;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3664 background-repeat: repeat-x;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3665 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3666 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3667 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3668 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3669 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3670 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3435
a81dba13e6a2 css: linear-gradient do not have 'top' but 'to bottom'
Mads Kiilerich <madski@unity3d.com>
parents: 3433
diff changeset
3671 background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3672 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3673 border-color: #c43c35 #c43c35 #882a25;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3674 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3675 }
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3676
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3677
4143
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3678 .btn.blue {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
3679 color: #fff;
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3680 background-color: #339bb9;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3681 background-repeat: repeat-x;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3682 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3683 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3684 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3685 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3686 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3687 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3435
a81dba13e6a2 css: linear-gradient do not have 'top' but 'to bottom'
Mads Kiilerich <madski@unity3d.com>
parents: 3433
diff changeset
3688 background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3689 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3690 border-color: #339bb9 #339bb9 #22697d;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3691 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3692 }
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3693
4143
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3694 .btn.green {
3840
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3695 color: #fff;
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3696 background-color: #57a957;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3697 background-repeat: repeat-x;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3698 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3699 background-image: -moz-linear-gradient(top, #62c462, #57a957);
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3700 background-image: -ms-linear-gradient(top, #62c462, #57a957);
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3701 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3702 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3703 background-image: -o-linear-gradient(top, #62c462, #57a957);
3435
a81dba13e6a2 css: linear-gradient do not have 'top' but 'to bottom'
Mads Kiilerich <madski@unity3d.com>
parents: 3433
diff changeset
3704 background-image: linear-gradient(to bottom, #62c462, #57a957);
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3705 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3706 border-color: #57a957 #57a957 #3d773d;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3707 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3708 }
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3709
4143
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3710 .btn.yellow {
3840
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3711 color: #fff;
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3712 background-color: #faa732;
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3713 background-repeat: repeat-x;
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3714 background-image: -khtml-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3715 background-image: -moz-linear-gradient(top, #fbb450, #f89406);
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3716 background-image: -ms-linear-gradient(top, #fbb450, #f89406);
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3717 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbb450), color-stop(100%, #f89406));
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3718 background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3719 background-image: -o-linear-gradient(top, #fbb450, #f89406);
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3720 background-image: linear-gradient(to bottom, #fbb450, #f89406);
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3721 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3722 border-color: #f89406 #f89406 #ad6704;
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3723 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3724 }
dc4644865e8b Implemented simple gist functionality ref #530.
Marcin Kuzminski <marcin@python-works.com>
parents: 3821
diff changeset
3725
4048
1e7befa639cc pull request comments: implement 'close' as a checkbox that always is visible but sometimes disabled
Mads Kiilerich <madski@unity3d.com>
parents: 4033
diff changeset
3726 label.disabled {
1e7befa639cc pull request comments: implement 'close' as a checkbox that always is visible but sometimes disabled
Mads Kiilerich <madski@unity3d.com>
parents: 4033
diff changeset
3727 color: #aaa;
1e7befa639cc pull request comments: implement 'close' as a checkbox that always is visible but sometimes disabled
Mads Kiilerich <madski@unity3d.com>
parents: 4033
diff changeset
3728 }
1e7befa639cc pull request comments: implement 'close' as a checkbox that always is visible but sometimes disabled
Mads Kiilerich <madski@unity3d.com>
parents: 4033
diff changeset
3729
4143
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3730 .btn.blue.hidden {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3731 display: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3732 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3733
4143
f6a012c28c71 old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich <madski@unity3d.com>
parents: 4142
diff changeset
3734 .btn.active {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3735 font-weight: bold;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3736 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3737
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3738 ins, div.options a:hover {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3739 text-decoration: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3740 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3741
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3742 img,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3743 #header #header-inner #quick li a:hover span.normal,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3744 #content div.box div.form div.fields div.field div.textarea table td table td a,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3745 #clone_url,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3746 #clone_url_id
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3747 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3748 border: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3749 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3750
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3751 img.icon, .right .merge img {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3752 vertical-align: bottom;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3753 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3754
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3755 #header ul#logged-user, #content div.box div.title ul.links,
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3756 #content div.box div.message div.dismiss,
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3757 #content div.box div.traffic div.legend ul {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3758 float: right;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3759 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3760 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3761 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3762
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3763 #header #header-inner #home, #header #header-inner #logo,
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3764 #content div.box ul.left, #content div.box ol.left,
3568
9b0c7db2e895 css: fix truncation of hover menu on last lines of summary page
Mads Kiilerich <madski@unity3d.com>
parents: 3562
diff changeset
3765 div#commit_history,
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3766 div#legend_data, div#legend_container, div#legend_choices {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3767 float: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3768 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3769
3206
d4bb8de7382f top menu: show user menu when hovering instead of using js - like other menus
Mads Kiilerich <madski@unity3d.com>
parents: 3205
diff changeset
3770 #header #header-inner #quick li #quick_login,
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3771 #header #header-inner #quick li:hover ul ul,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3772 #header #header-inner #quick li:hover ul ul ul,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3773 #header #header-inner #quick li:hover ul ul ul ul,
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3774 #content #left #menu ul.closed, #content #left #menu li ul.collapsed, .yui-tt-shadow {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3775 display: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3776 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3777
3206
d4bb8de7382f top menu: show user menu when hovering instead of using js - like other menus
Mads Kiilerich <madski@unity3d.com>
parents: 3205
diff changeset
3778 #header #header-inner #quick li:hover #quick_login,
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3779 #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 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3780 display: block;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3781 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3782
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3783 #content div.graph {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3784 padding: 0 10px 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3785 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3786
3542
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
3787 #content div.box div.title ul.links li a:hover,
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
3788 #content div.box div.title ul.links li.ui-tabs-selected a {
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
3789
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
3790 background: #6388ad; /* Old browsers */
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
3791 background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
3792 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
3793 background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
3794 background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
3795 background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* IE10+ */
fc79b3d5beb7 small new UI fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3540
diff changeset
3796 background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* W3C */
4004
6daec3bc2feb fixed small syntax error in css file
Marcin Kuzminski <marcin@python-works.com>
parents: 4003
diff changeset
3797 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3798 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3799
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3800 #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 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3801 margin: 10px 24px 10px 44px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3802 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3803
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3804 #content div.box div.form, #content div.box div.table, #content div.box div.traffic {
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
3805 position: relative;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3806 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3807 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3808 padding: 0 20px 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3809 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3810
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3811 #content div.box div.form div.fields, #login div.form, #login div.form div.fields, #register div.form, #register div.form div.fields {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3812 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3813 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3814 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3815 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3816 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3817
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3818 #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 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3819 height: 1%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3820 display: block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3821 color: #363636;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3822 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3823 padding: 2px 0 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3824 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3825
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3826 #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 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3827 background: #FBE3E4;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3828 border-top: 1px solid #e1b2b3;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3829 border-left: 1px solid #e1b2b3;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3830 border-right: 1px solid #FBC2C4;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3831 border-bottom: 1px solid #FBC2C4;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3832 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3833
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3834 #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 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3835 background: #E6EFC2;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3836 border-top: 1px solid #cebb98;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3837 border-left: 1px solid #cebb98;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3838 border-right: 1px solid #c6d880;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3839 border-bottom: 1px solid #c6d880;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3840 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3841
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3842 #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 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3843 margin: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3844 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3845
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3846 #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 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3847 margin: 0 0 0 0px !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3848 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3849 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3850
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3851 #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 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3852 margin: 0 0 0 200px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3853 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3854 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3855
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3856 #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 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3857 color: #000;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3858 text-decoration: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3859 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3860
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3861 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus, #content div.box div.action a.ui-selectmenu-focus {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3862 border: 1px solid #666;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3863 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3864
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3865 #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 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3866 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3867 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3868 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3869 padding: 8px 0 2px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3870 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3871
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3872 #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 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3873 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3874 margin: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3875 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3876
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3877 #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 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3878 height: 1%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3879 display: block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3880 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3881 margin: 2px 0 0 4px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3882 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3883
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3884 div.form div.fields div.field div.button input,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3885 #content div.box div.form div.fields div.buttons input
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3886 div.form div.fields div.buttons input,
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3887 #content div.box div.action div.button input {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3888 font-size: 11px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3889 font-weight: 700;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3890 margin: 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3891 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3892
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3893 input.ui-button {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3894 background: #e5e3e3 url("../images/button.png") repeat-x;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3895 border-top: 1px solid #DDD;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3896 border-left: 1px solid #c6c6c6;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3897 border-right: 1px solid #DDD;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3898 border-bottom: 1px solid #c6c6c6;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3899 color: #515151 !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3900 outline: none;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3901 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3902 padding: 6px 12px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3903 -webkit-border-radius: 4px 4px 4px 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3904 -khtml-border-radius: 4px 4px 4px 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3905 border-radius: 4px 4px 4px 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3906 box-shadow: 0 1px 0 #ececec;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3907 cursor: pointer;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3908 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3909
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3910 input.ui-button:hover {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3911 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3912 border-top: 1px solid #ccc;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3913 border-left: 1px solid #bebebe;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3914 border-right: 1px solid #b1b1b1;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3915 border-bottom: 1px solid #afafaf;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3916 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3917
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3918 div.form div.fields div.field div.highlight, #content div.box div.form div.fields div.buttons div.highlight {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3919 display: inline;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3920 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3921
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3922 #content div.box div.form div.fields div.buttons, div.form div.fields div.buttons {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3923 margin: 10px 0 0 200px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3924 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3925 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3926
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3927 #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 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3928 margin: 10px 0 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3929 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3930
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3931 #content div.box table td.user, #content div.box table td.address {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3932 width: 10%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3933 text-align: center;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3934 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3935
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3936 #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 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3937 text-align: right;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3938 margin: 6px 0 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3939 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3940 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3941
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3942 #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 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3943 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3944 border-top: 1px solid #ccc;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3945 border-left: 1px solid #bebebe;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3946 border-right: 1px solid #b1b1b1;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3947 border-bottom: 1px solid #afafaf;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3948 color: #515151;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3949 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3950 padding: 6px 12px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3951 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3952
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3953 #content div.box div.pagination div.results, #content div.box div.pagination-wh div.results {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3954 text-align: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3955 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3956 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3957 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3958 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3959
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3960 #content div.box div.pagination div.results span, #content div.box div.pagination-wh div.results span {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3961 height: 1%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3962 display: block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3963 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3964 background: #ebebeb url("../images/pager.png") repeat-x;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3965 border-top: 1px solid #dedede;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3966 border-left: 1px solid #cfcfcf;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3967 border-right: 1px solid #c4c4c4;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3968 border-bottom: 1px solid #c4c4c4;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3969 color: #4A4A4A;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3970 font-weight: 700;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3971 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3972 padding: 6px 8px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3973 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3974
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3975 #content div.box div.pagination ul.pager li.disabled, #content div.box div.pagination-wh a.disabled {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3976 color: #B4B4B4;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3977 padding: 6px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3978 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3979
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3980 #login, #register {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3981 width: 520px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3982 margin: 10% auto 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3983 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3984 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3985
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3986 #login div.color, #register div.color {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3987 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3988 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3989 background: #FFF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3990 margin: 10px auto 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3991 padding: 3px 3px 3px 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3992 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
3993
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
3994 #login div.color a, #register div.color a {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3995 width: 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3996 height: 20px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3997 display: block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3998 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
3999 margin: 0 0 0 3px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4000 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4001 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4002
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4003 #login div.title h5, #register div.title h5 {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4004 color: #fff;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4005 margin: 10px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4006 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4007 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4008
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4009 #login div.form div.fields div.field, #register div.form div.fields div.field {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4010 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4011 overflow: hidden;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4012 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4013 padding: 0 0 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4014 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4015
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4016 #login div.form div.fields div.field span.error-message, #register div.form div.fields div.field span.error-message {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4017 height: 1%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4018 display: block;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4019 color: red;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4020 margin: 8px 0 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4021 padding: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4022 max-width: 320px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4023 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4024
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4025 #login div.form div.fields div.field div.label label, #register div.form div.fields div.field div.label label {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4026 color: #000;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4027 font-weight: 700;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4028 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4029
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4030 #login div.form div.fields div.field div.input, #register div.form div.fields div.field div.input {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4031 float: left;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4032 margin: 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4033 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4034 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4035
3422
b5ce72167906 fixed login input sizes
Marcin Kuzminski <marcin@python-works.com>
parents: 3421
diff changeset
4036 #login div.form div.fields div.field div.input input.large {
b5ce72167906 fixed login input sizes
Marcin Kuzminski <marcin@python-works.com>
parents: 3421
diff changeset
4037 width: 250px;
b5ce72167906 fixed login input sizes
Marcin Kuzminski <marcin@python-works.com>
parents: 3421
diff changeset
4038 }
b5ce72167906 fixed login input sizes
Marcin Kuzminski <marcin@python-works.com>
parents: 3421
diff changeset
4039
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4040 #login div.form div.fields div.field div.checkbox, #register div.form div.fields div.field div.checkbox {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4041 margin: 0 0 0 184px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4042 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4043 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4044
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4045 #login div.form div.fields div.field div.checkbox label, #register div.form div.fields div.field div.checkbox label {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4046 color: #565656;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4047 font-weight: 700;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4048 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4049
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4050 #login div.form div.fields div.buttons input, #register div.form div.fields div.buttons input {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4051 color: #000;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4052 font-size: 1em;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4053 font-weight: 700;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4054 margin: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4055 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4056
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4057 #changeset_content .container .wrapper, #graph_content .container .wrapper {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4058 width: 600px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4059 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4060
3536
ed48d17836a4 WIP: Changelog view
Leonardo <leo@unity3d.com>
parents: 3532
diff changeset
4061 #changeset_content .container .date, .ac .match {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4062 font-weight: 700;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4063 padding-top: 5px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4064 padding-bottom: 5px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4065 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4066
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4067 div#legend_container table td, div#legend_choices table td {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4068 border: none !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4069 height: 20px !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4070 padding: 0 !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4071 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4072
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4073 .q_filter_box {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4074 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4075 -webkit-border-radius: 4px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4076 border-radius: 4px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4077 border: 0 none;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4078 margin-bottom: -4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4079 margin-top: -4px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4080 padding-left: 3px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4081 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4082
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4083 #node_filter {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4084 border: 0px solid #545454;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4085 color: #AAAAAA;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4086 padding-left: 3px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4087 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4088
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4089
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4090 .group_members_wrap {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4091 min-height: 85px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4092 padding-left: 20px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4093 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4094
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4095 .group_members .group_member {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4096 height: 30px;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4097 padding: 0px 0px 0px 0px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4098 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4099
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4100 .reviewers_member {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4101 height: 15px;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4102 padding: 0px 0px 0px 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4103 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4104
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4105 .emails_wrap {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4106 padding: 0px 20px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4107 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4108
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4109 .emails_wrap .email_entry {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4110 height: 30px;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4111 padding: 0px 0px 0px 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4112 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4113 .emails_wrap .email_entry .email {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4114 float: left
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4115 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4116 .emails_wrap .email_entry .email_action {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4117 float: left
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4118 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4119
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4120 .ips_wrap {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4121 padding: 0px 20px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4122 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4123
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4124 .ips_wrap .ip_entry {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4125 height: 30px;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4126 padding: 0px 0px 0px 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4127 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4128 .ips_wrap .ip_entry .ip {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4129 float: left
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4130 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4131 .ips_wrap .ip_entry .ip_action {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4132 float: left
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4133 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4134
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4135
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4136 /*README STYLE*/
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4137
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4138 div.readme {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4139 padding: 0px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4140 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4141
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4142 div.readme h2 {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4143 font-weight: normal;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4144 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4145
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4146 div.readme .readme_box {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4147 background-color: #fafafa;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4148 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4149
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4150 div.readme .readme_box {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4151 clear: both;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4152 overflow: hidden;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4153 margin: 0;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4154 padding: 0 20px 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4155 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4156
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4157 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 {
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4158 border-bottom: 0 !important;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4159 margin: 0 !important;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4160 padding: 0 !important;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4161 line-height: 1.5em !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4162 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4163
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4164
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4165 div.readme .readme_box h1:first-child {
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4166 padding-top: .25em !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4167 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4168
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4169 div.readme .readme_box h2, div.readme .readme_box h3 {
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4170 margin: 1em 0 !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4171 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4172
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4173 div.readme .readme_box h2 {
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4174 margin-top: 1.5em !important;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4175 border-top: 4px solid #e0e0e0 !important;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4176 padding-top: .5em !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4177 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4178
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4179 div.readme .readme_box p {
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4180 color: black !important;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4181 margin: 1em 0 !important;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4182 line-height: 1.5em !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4183 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4184
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4185 div.readme .readme_box ul {
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4186 list-style: disc !important;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4187 margin: 1em 0 1em 2em !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4188 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4190 div.readme .readme_box ol {
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4191 list-style: decimal;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4192 margin: 1em 0 1em 2em !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4193 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4194
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4195 div.readme .readme_box pre, code {
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4196 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4197 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4198
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4199 div.readme .readme_box code {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4200 font-size: 12px !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4201 background-color: ghostWhite !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4202 color: #444 !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4203 padding: 0 .2em !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4204 border: 1px solid #dedede !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4205 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4206
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4207 div.readme .readme_box pre code {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4208 padding: 0 !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4209 font-size: 12px !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4210 background-color: #eee !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4211 border: none !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4212 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4213
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4214 div.readme .readme_box pre {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4215 margin: 1em 0;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4216 font-size: 12px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4217 background-color: #eee;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4218 border: 1px solid #ddd;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4219 padding: 5px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4220 color: #444;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4221 overflow: auto;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4222 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4223 -webkit-border-radius: 3px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4224 border-radius: 3px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4225 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4226
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4227 div.readme .readme_box table {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4228 display: table;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4229 border-collapse: separate;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4230 border-spacing: 2px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4231 border-color: gray;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4232 width: auto !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4233 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4234
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4235
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4236 /** RST STYLE **/
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4237
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4238
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4239 div.rst-block {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4240 padding: 0px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4241 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4242
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4243 div.rst-block h2 {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4244 font-weight: normal;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4245 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4246
3473
b30a842bc164 codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3462
diff changeset
4247 div.rst-block {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4248 background-color: #fafafa;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4249 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4250
3473
b30a842bc164 codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3462
diff changeset
4251 div.rst-block {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4252 clear: both;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4253 overflow: hidden;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4254 margin: 0;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4255 padding: 0 20px 10px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4256 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4257
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4258 div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 {
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4259 border-bottom: 0 !important;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4260 margin: 0 !important;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4261 padding: 0 !important;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4262 line-height: 1.5em !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4263 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4264
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4265
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4266 div.rst-block h1:first-child {
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4267 padding-top: .25em !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4268 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4269
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4270 div.rst-block h2, div.rst-block h3 {
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4271 margin: 1em 0 !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4272 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4273
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4274 div.rst-block h2 {
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4275 margin-top: 1.5em !important;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4276 border-top: 4px solid #e0e0e0 !important;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4277 padding-top: .5em !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4278 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4279
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4280 div.rst-block p {
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4281 color: black !important;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4282 margin: 1em 0 !important;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4283 line-height: 1.5em !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4284 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4285
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4286 div.rst-block ul {
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4287 list-style: disc !important;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4288 margin: 1em 0 1em 2em !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4289 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4290
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4291 div.rst-block ol {
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4292 list-style: decimal;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4293 margin: 1em 0 1em 2em !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4294 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4295
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4296 div.rst-block pre, code {
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4297 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4298 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4299
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4300 div.rst-block code {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4301 font-size: 12px !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4302 background-color: ghostWhite !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4303 color: #444 !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4304 padding: 0 .2em !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4305 border: 1px solid #dedede !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4306 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4307
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4308 div.rst-block pre code {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4309 padding: 0 !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4310 font-size: 12px !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4311 background-color: #eee !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4312 border: none !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4313 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4314
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4315 div.rst-block pre {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4316 margin: 1em 0;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4317 font-size: 12px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4318 background-color: #eee;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4319 border: 1px solid #ddd;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4320 padding: 5px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4321 color: #444;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4322 overflow: auto;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4323 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4324 -webkit-border-radius: 3px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4325 border-radius: 3px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4326 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4327
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4328
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4329 /** comment main **/
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4330 .comments {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4331 padding: 10px 20px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4332 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4333
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4334 .comments .comment {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4335 border: 1px solid #ddd;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4336 margin-top: 10px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4337 -webkit-border-radius: 4px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4338 border-radius: 4px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4339 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4340
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4341 .comments .comment .meta {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4342 background: #f8f8f8;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4343 padding: 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4344 border-bottom: 1px solid #ddd;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4345 height: 18px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4346 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4347
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4348 .comments .comment .meta img {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4349 vertical-align: middle;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4350 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4351
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4352 .comments .comment .meta .user {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4353 font-weight: bold;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4354 float: left;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4355 padding: 4px 2px 2px 2px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4356 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4357
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4358 .comments .comment .meta .date {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4359 float: left;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4360 padding: 4px 4px 0px 4px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4361 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4362
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4363 .comments .comment .text {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4364 background-color: #FAFAFA;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4365 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4366 .comment .text div.rst-block p {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4367 margin: 0.5em 0px !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4368 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4369
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4370 .comments .comments-number {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4371 padding: 0px 0px 10px 0px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4372 font-weight: bold;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4373 color: #666;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4374 font-size: 16px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4375 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4376
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4377 /** comment form **/
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4378
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4379 .status-block {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4380 min-height: 80px;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4381 clear: both
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4382 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4383
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4384
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4385 div.comment-form {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4386 margin-top: 20px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4387 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4388
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4389 .comment-form strong {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4390 display: block;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4391 margin-bottom: 15px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4392 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4393
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4394 .comment-form textarea {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4395 width: 100%;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4396 height: 100px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4397 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4398 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4399
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4400 form.comment-form {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4401 margin-top: 10px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4402 margin-left: 10px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4403 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4404
3695
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4405 .comment-inline-form .comment-block-ta,
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4406 .comment-form .comment-block-ta {
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4407 border: 1px solid #ccc;
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4408 border-radius: 3px;
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4409 box-sizing: border-box;
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4410 }
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4411
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4412 .comment-form-submit {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4413 margin-top: 5px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4414 margin-left: 525px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4415 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4416
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4417 .file-comments {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4418 display: none;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4419 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4420
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4421 .comment-form .comment {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4422 margin-left: 10px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4423 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4424
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4425 .comment-form .comment-help {
3695
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4426 padding: 5px 5px 5px 5px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4427 color: #666;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4428 }
3695
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4429 .comment-form .comment-help .preview-btn,
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4430 .comment-form .comment-help .edit-btn {
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4431 float: right;
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4432 margin: -6px 0px 0px 0px;
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4433 }
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4434
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4435 .comment-form .preview-box.unloaded,
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4436 .comment-inline-form .preview-box.unloaded {
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4437 height: 50px;
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4438 text-align: center;
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4439 padding: 20px;
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4440 background-color: #fafafa;
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4441 }
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4442
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4443 .comment-form .comment-button {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4444 padding-top: 5px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4445 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4446
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4447 .add-another-button {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4448 margin-left: 10px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4449 margin-top: 10px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4450 margin-bottom: 10px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4451 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4452
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4453 .comment .buttons {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4454 float: right;
3695
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4455 margin: -1px 0px 0px 0px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4456 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4457
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4458
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4459 .show-inline-comments {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4460 position: relative;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4461 top: 1px
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4462 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4463
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4464 /** comment inline form **/
3695
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4465 .comment-inline-form {
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4466 margin: 4px;
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4467 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4468 .comment-inline-form .overlay {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4469 display: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4470 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4471 .comment-inline-form .overlay.submitting {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4472 display: block;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4473 background: none repeat scroll 0 0 white;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4474 font-size: 16px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4475 opacity: 0.5;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4476 position: absolute;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4477 text-align: center;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4478 vertical-align: top;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4479
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4480 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4481 .comment-inline-form .overlay.submitting .overlay-text {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4482 width: 100%;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4483 margin-top: 5%;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4484 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4485
3695
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4486 .comment-inline-form .clearfix,
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4487 .comment-form .clearfix {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4488 background: #EEE;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4489 -webkit-border-radius: 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4490 border-radius: 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4491 padding: 5px;
3695
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4492 margin: 0px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4493 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4494
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4495 div.comment-inline-form {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4496 padding: 4px 0px 6px 0px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4497 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4498
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4499 .comment-inline-form strong {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4500 display: block;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4501 margin-bottom: 15px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4502 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4503
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4504 .comment-inline-form textarea {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4505 width: 100%;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4506 height: 100px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4507 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4508 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4509
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4510 form.comment-inline-form {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4511 margin-top: 10px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4512 margin-left: 10px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4513 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4514
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4515 .comment-inline-form-submit {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4516 margin-top: 5px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4517 margin-left: 525px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4518 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4519
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4520 .file-comments {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4521 display: none;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4522 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4523
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4524 .comment-inline-form .comment {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4525 margin-left: 10px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4526 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4527
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4528 .comment-inline-form .comment-help {
3695
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4529 padding: 5px 5px 5px 5px;
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4530 color: #666;
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4531 }
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4532
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4533 .comment-inline-form .comment-help .preview-btn,
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4534 .comment-inline-form .comment-help .edit-btn {
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4535 float: right;
45df84d36b44 Implemented preview for comments
Marcin Kuzminski <marcin@python-works.com>
parents: 3688
diff changeset
4536 margin: -6px 0px 0px 0px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4537 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4538
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4539 .comment-inline-form .comment-button {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4540 padding-top: 5px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4541 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4542
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4543 /** comment inline **/
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4544 .inline-comments {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4545 padding: 10px 20px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4546 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4547
3473
b30a842bc164 codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3462
diff changeset
4548 .inline-comments div.rst-block {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4549 clear: both;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4550 overflow: hidden;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4551 margin: 0;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4552 padding: 0 20px 0px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4553 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4554 .inline-comments .comment {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4555 border: 1px solid #ddd;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4556 -webkit-border-radius: 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4557 border-radius: 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4558 margin: 3px 3px 5px 5px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4559 background-color: #FAFAFA;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4560 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4561 .inline-comments .add-comment {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4562 padding: 2px 4px 8px 5px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4563 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4564
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4565 .inline-comments .comment-wrapp {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4566 padding: 1px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4567 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4568 .inline-comments .comment .meta {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4569 background: #f8f8f8;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4570 padding: 4px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4571 border-bottom: 1px solid #ddd;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4572 height: 20px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4573 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4574
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4575 .inline-comments .comment .meta img {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4576 vertical-align: middle;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4577 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4578
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4579 .inline-comments .comment .meta .user {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4580 font-weight: bold;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4581 float: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4582 padding: 3px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4583 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4584
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4585 .inline-comments .comment .meta .date {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4586 float: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4587 padding: 3px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4588 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4589
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4590 .inline-comments .comment .text {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4591 background-color: #FAFAFA;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4592 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4593
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4594 .inline-comments .comments-number {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4595 padding: 0px 0px 10px 0px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4596 font-weight: bold;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4597 color: #666;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4598 font-size: 16px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4599 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4600 .inline-comments-button .add-comment {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4601 margin: 2px 0px 8px 5px !important
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4602 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4603
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4604 .notification-paginator {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4605 padding: 0px 0px 4px 16px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4606 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4607
3538
9bf927589f7a Tweaks to Changelog and Summary view, removing excess information, and improving layout.
Leonardo Carneiro <leonardo@unity3d.com>
parents: 3537
diff changeset
4608 #context-pages .pull-request span,
3207
b9de46161c96 make gravatar icon little bit bigger, re-use same img src like on other menu items,
Marcin Kuzminski <marcin@python-works.com>
parents: 3206
diff changeset
4609 .menu_link_notifications {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4610 padding: 4px 4px !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4611 text-align: center;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4612 color: #888 !important;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4613 background-color: #DEDEDE !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4614 border-radius: 4px !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4615 -webkit-border-radius: 4px !important;
3205
f01540c62f8a top menu: show user menu as a menu option like others, now also with login name
Mads Kiilerich <madski@unity3d.com>
parents: 3203
diff changeset
4616 }
f01540c62f8a top menu: show user menu as a menu option like others, now also with login name
Mads Kiilerich <madski@unity3d.com>
parents: 3203
diff changeset
4617
3581
93d912ea8cb1 show forks in contextbar
Marcin Kuzminski <marcin@python-works.com>
parents: 3568
diff changeset
4618 #context-pages .forks span,
93d912ea8cb1 show forks in contextbar
Marcin Kuzminski <marcin@python-works.com>
parents: 3568
diff changeset
4619 .menu_link_notifications {
93d912ea8cb1 show forks in contextbar
Marcin Kuzminski <marcin@python-works.com>
parents: 3568
diff changeset
4620 padding: 4px 4px !important;
93d912ea8cb1 show forks in contextbar
Marcin Kuzminski <marcin@python-works.com>
parents: 3568
diff changeset
4621 text-align: center;
93d912ea8cb1 show forks in contextbar
Marcin Kuzminski <marcin@python-works.com>
parents: 3568
diff changeset
4622 color: #888 !important;
93d912ea8cb1 show forks in contextbar
Marcin Kuzminski <marcin@python-works.com>
parents: 3568
diff changeset
4623 background-color: #DEDEDE !important;
93d912ea8cb1 show forks in contextbar
Marcin Kuzminski <marcin@python-works.com>
parents: 3568
diff changeset
4624 border-radius: 4px !important;
93d912ea8cb1 show forks in contextbar
Marcin Kuzminski <marcin@python-works.com>
parents: 3568
diff changeset
4625 -webkit-border-radius: 4px !important;
93d912ea8cb1 show forks in contextbar
Marcin Kuzminski <marcin@python-works.com>
parents: 3568
diff changeset
4626 }
93d912ea8cb1 show forks in contextbar
Marcin Kuzminski <marcin@python-works.com>
parents: 3568
diff changeset
4627
93d912ea8cb1 show forks in contextbar
Marcin Kuzminski <marcin@python-works.com>
parents: 3568
diff changeset
4628
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4629 .notification-header {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4630 padding-top: 6px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4631 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4632 .notification-header .desc {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4633 font-size: 16px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4634 height: 24px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4635 float: left
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4636 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4637 .notification-list .container.unread {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4638 background: none repeat scroll 0 0 rgba(255, 255, 180, 0.6);
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4639 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4640 .notification-header .gravatar {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4641 background: none repeat scroll 0 0 transparent;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4642 padding: 0px 0px 0px 8px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4643 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4644 .notification-list .container .notification-header .desc {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4645 font-weight: bold;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4646 font-size: 17px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4647 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4648 .notification-table {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4649 border: 1px solid #ccc;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4650 -webkit-border-radius: 6px 6px 6px 6px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4651 border-radius: 6px 6px 6px 6px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4652 clear: both;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4653 margin: 0px 20px 0px 20px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4654 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4655 .notification-header .delete-notifications {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4656 float: right;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4657 padding-top: 8px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4658 cursor: pointer;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4659 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4660 .notification-header .read-notifications {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4661 float: right;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4662 padding-top: 8px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4663 cursor: pointer;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4664 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4665 .notification-subject {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4666 clear: both;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4667 border-bottom: 1px solid #eee;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4668 padding: 5px 0px 5px 38px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4669 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4670
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4671 .notification-body {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4672 clear: both;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4673 margin: 34px 2px 2px 8px
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4674 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4675
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4676 /****
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4677 PULL REQUESTS
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4678 *****/
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4679 .pullrequests_section_head {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4680 padding: 10px 10px 10px 0px;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4681 font-size: 16px;
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4682 font-weight: bold;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4683 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4684
4054
95ec841bfe1f pull requests: remove redundant status icon from pr title.
Marcin Kuzminski <marcin@python-works.com>
parents: 4048
diff changeset
4685 div.pr-details-title.closed,
3652
8a8a559eaf95 pullrequests: state "closed" explicitly
Mads Kiilerich <madski@unity3d.com>
parents: 3648
diff changeset
4686 #pullrequests_container li.closed a
8a8a559eaf95 pullrequests: state "closed" explicitly
Mads Kiilerich <madski@unity3d.com>
parents: 3648
diff changeset
4687 {
8a8a559eaf95 pullrequests: state "closed" explicitly
Mads Kiilerich <madski@unity3d.com>
parents: 3648
diff changeset
4688 color: #555;
8a8a559eaf95 pullrequests: state "closed" explicitly
Mads Kiilerich <madski@unity3d.com>
parents: 3648
diff changeset
4689 background: #eee;
8a8a559eaf95 pullrequests: state "closed" explicitly
Mads Kiilerich <madski@unity3d.com>
parents: 3648
diff changeset
4690 }
8a8a559eaf95 pullrequests: state "closed" explicitly
Mads Kiilerich <madski@unity3d.com>
parents: 3648
diff changeset
4691
3676
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4692 div.pr-title {
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4693 font-size: 1.6em;
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4694 }
4057
6eaee7e2829e pull requests: link to origin branch
Marcin Kuzminski <marcin@python-works.com>
parents: 4054
diff changeset
4695 div.pr-details-title {
4054
95ec841bfe1f pull requests: remove redundant status icon from pr title.
Marcin Kuzminski <marcin@python-works.com>
parents: 4048
diff changeset
4696 font-size: 1.6em;
95ec841bfe1f pull requests: remove redundant status icon from pr title.
Marcin Kuzminski <marcin@python-works.com>
parents: 4048
diff changeset
4697 margin: 0px 20px 0px 20px;
95ec841bfe1f pull requests: remove redundant status icon from pr title.
Marcin Kuzminski <marcin@python-works.com>
parents: 4048
diff changeset
4698 padding: 5px 0px 5px 10px;
95ec841bfe1f pull requests: remove redundant status icon from pr title.
Marcin Kuzminski <marcin@python-works.com>
parents: 4048
diff changeset
4699 }
3676
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4700
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4701 div.pr {
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4702 border-bottom: 1px solid #DDD;
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4703 margin: 0px 20px;
3677
3c79c197e95d small ui fixes for pr page
Marcin Kuzminski <marcin@python-works.com>
parents: 3676
diff changeset
4704 padding: 10px 4px;
3676
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4705 }
4023
e29b927d4de4 pullrequest: indent PR descriptions in overview
Mads Kiilerich <madski@unity3d.com>
parents: 4004
diff changeset
4706 div.pr-desc {
e29b927d4de4 pullrequest: indent PR descriptions in overview
Mads Kiilerich <madski@unity3d.com>
parents: 4004
diff changeset
4707 margin: 0px 20px;
e29b927d4de4 pullrequest: indent PR descriptions in overview
Mads Kiilerich <madski@unity3d.com>
parents: 4004
diff changeset
4708 }
3676
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4709 div.pr-closed {
3984
425b9eb67d3a pullrequests: make closed PRs more distinctly grey
Mads Kiilerich <madski@unity3d.com>
parents: 3983
diff changeset
4710 background-color: #eee;
3676
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4711 }
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4712
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4713 span.pr-closed-tag {
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4714 margin-bottom: 1px;
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4715 margin-right: 1px;
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4716 padding: 1px 3px;
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4717 font-size: 10px;
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4718 padding: 1px 3px 1px 3px;
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4719 font-size: 10px;
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4720 color: #336699;
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4721 white-space: nowrap;
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4722 -webkit-border-radius: 4px;
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4723 border-radius: 4px;
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4724 border: 1px solid #d9e8f8;
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4725 line-height: 1.5em;
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4726 }
9d2db665ef31 pagination in pull-requests page + UI
Marcin Kuzminski <marcin@python-works.com>
parents: 3658
diff changeset
4727
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4728 /****
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4729 PERMS
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4730 *****/
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4731 #perms .perms_section_head {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4732 padding: 10px 10px 10px 0px;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4733 font-size: 16px;
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4734 font-weight: bold;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4735 }
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4736
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4737 #perms .perm_tag {
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4738 padding: 1px 3px 1px 3px;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4739 font-size: 10px;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4740 font-weight: bold;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4741 text-transform: uppercase;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4742 white-space: nowrap;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4743 -webkit-border-radius: 3px;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4744 border-radius: 3px;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4745 }
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4746
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4747 #perms .perm_tag.admin {
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4748 background-color: #B94A48;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4749 color: #ffffff;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4750 }
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4751
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4752 #perms .perm_tag.write {
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4753 background-color: #DB7525;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4754 color: #ffffff;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4755 }
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4756
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4757 #perms .perm_tag.read {
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4758 background-color: #468847;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4759 color: #ffffff;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4760 }
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4761
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4762 #perms .perm_tag.none {
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4763 background-color: #bfbfbf;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4764 color: #ffffff;
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4765 }
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4766
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4767 .perm-gravatar {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4768 vertical-align: middle;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4769 padding: 2px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4770 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4771 .perm-gravatar-ac {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4772 vertical-align: middle;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4773 padding: 2px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4774 width: 14px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4775 height: 14px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4776 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4777
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4778 /*****************************************************************************
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4779 DIFFS CSS
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4780 ******************************************************************************/
3461
ac0923f5fc95 css: consistent space before {
Mads Kiilerich <madski@unity3d.com>
parents: 3449
diff changeset
4781 .diff-collapse {
3449
95a226b35b91 codecleaner, fix tabs -> spaces
Marcin Kuzminski <marcin@python-works.com>
parents: 3436
diff changeset
4782 text-align: center;
95a226b35b91 codecleaner, fix tabs -> spaces
Marcin Kuzminski <marcin@python-works.com>
parents: 3436
diff changeset
4783 margin-bottom: -15px;
3419
efc00d363d1e collapsable diff container in changeset, makes quick review easier
Marcin Kuzminski <marcin@python-works.com>
parents: 3413
diff changeset
4784 }
3461
ac0923f5fc95 css: consistent space before {
Mads Kiilerich <madski@unity3d.com>
parents: 3449
diff changeset
4785 .diff-collapse-button {
3449
95a226b35b91 codecleaner, fix tabs -> spaces
Marcin Kuzminski <marcin@python-works.com>
parents: 3436
diff changeset
4786 cursor: pointer;
95a226b35b91 codecleaner, fix tabs -> spaces
Marcin Kuzminski <marcin@python-works.com>
parents: 3436
diff changeset
4787 color: #666;
95a226b35b91 codecleaner, fix tabs -> spaces
Marcin Kuzminski <marcin@python-works.com>
parents: 3436
diff changeset
4788 font-size: 16px;
3419
efc00d363d1e collapsable diff container in changeset, makes quick review easier
Marcin Kuzminski <marcin@python-works.com>
parents: 3413
diff changeset
4789 }
efc00d363d1e collapsable diff container in changeset, makes quick review easier
Marcin Kuzminski <marcin@python-works.com>
parents: 3413
diff changeset
4790 .diff-container {
3431
f60a07dbe2f0 notification inbox show subject
Marcin Kuzminski <marcin@python-works.com>
parents: 3422
diff changeset
4791
3419
efc00d363d1e collapsable diff container in changeset, makes quick review easier
Marcin Kuzminski <marcin@python-works.com>
parents: 3413
diff changeset
4792 }
efc00d363d1e collapsable diff container in changeset, makes quick review easier
Marcin Kuzminski <marcin@python-works.com>
parents: 3413
diff changeset
4793
3461
ac0923f5fc95 css: consistent space before {
Mads Kiilerich <madski@unity3d.com>
parents: 3449
diff changeset
4794 .diff-container.hidden {
3449
95a226b35b91 codecleaner, fix tabs -> spaces
Marcin Kuzminski <marcin@python-works.com>
parents: 3436
diff changeset
4795 display: none;
95a226b35b91 codecleaner, fix tabs -> spaces
Marcin Kuzminski <marcin@python-works.com>
parents: 3436
diff changeset
4796 overflow: hidden;
3419
efc00d363d1e collapsable diff container in changeset, makes quick review easier
Marcin Kuzminski <marcin@python-works.com>
parents: 3413
diff changeset
4797 }
efc00d363d1e collapsable diff container in changeset, makes quick review easier
Marcin Kuzminski <marcin@python-works.com>
parents: 3413
diff changeset
4798
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4799
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4800 div.diffblock {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4801 overflow: auto;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4802 padding: 0px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4803 border: 1px solid #ccc;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4804 background: #f8f8f8;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4805 font-size: 100%;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4806 line-height: 100%;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4807 /* new */
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4808 line-height: 125%;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4809 -webkit-border-radius: 6px 6px 0px 0px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4810 border-radius: 6px 6px 0px 0px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4811 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4812 div.diffblock.margined {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4813 margin: 0px 20px 0px 20px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4814 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4815 div.diffblock .code-header {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4816 border-bottom: 1px solid #CCCCCC;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4817 background: #EEEEEE;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4818 padding: 10px 0 10px 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4819 height: 14px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4820 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4821
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4822 div.diffblock .code-header.banner {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4823 border-bottom: 1px solid #CCCCCC;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4824 background: #EEEEEE;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4825 height: 14px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4826 margin: 0px 95px 0px 95px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4827 padding: 3px 3px 11px 3px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4828 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4829
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4830 div.diffblock .code-header-title {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4831 padding: 0px 0px 10px 5px !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4832 margin: 0 !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4833 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4834 div.diffblock .code-header .hash {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4835 float: left;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4836 padding: 2px 0 0 2px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4837 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4838 div.diffblock .code-header .date {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4839 float: left;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4840 text-transform: uppercase;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4841 padding: 2px 0px 0px 2px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4842 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4843 div.diffblock .code-header div {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4844 margin-left: 4px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4845 font-weight: bold;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4846 font-size: 14px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4847 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4848
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4849 div.diffblock .parents {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4850 float: left;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4851 height: 26px;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4852 width: 100px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4853 font-size: 10px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4854 font-weight: 400;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4855 vertical-align: middle;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4856 padding: 0px 2px 2px 2px;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4857 background-color: #eeeeee;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4858 border-bottom: 1px solid #CCCCCC;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4859 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4860
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4861 div.diffblock .children {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4862 float: right;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4863 height: 26px;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4864 width: 100px;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4865 font-size: 10px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4866 font-weight: 400;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4867 vertical-align: middle;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4868 text-align: right;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4869 padding: 0px 2px 2px 2px;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4870 background-color: #eeeeee;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4871 border-bottom: 1px solid #CCCCCC;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4872 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4873
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4874 div.diffblock .code-body {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4875 background: #FFFFFF;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4876 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4877 div.diffblock pre.raw {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4878 background: #FFFFFF;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4879 color: #000000;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4880 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4881 table.code-difftable {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4882 border-collapse: collapse;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4883 width: 99%;
3421
21c96f652470 css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 3419
diff changeset
4884 border-radius: 0px !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4885 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4886 table.code-difftable td {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4887 padding: 0 !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4888 background: none !important;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4889 border: 0 !important;
3436
3c5736961cbe css: fix invalid values
Mads Kiilerich <madski@unity3d.com>
parents: 3435
diff changeset
4890 vertical-align: baseline !important
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4891 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4892 table.code-difftable .context {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4893 background: none repeat scroll 0 0 #DDE7EF;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4894 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4895 table.code-difftable .add {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4896 background: none repeat scroll 0 0 #DDFFDD;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4897 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4898 table.code-difftable .add ins {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4899 background: none repeat scroll 0 0 #AAFFAA;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4900 text-decoration: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4901 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4902 table.code-difftable .del {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4903 background: none repeat scroll 0 0 #FFDDDD;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4904 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4905 table.code-difftable .del del {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4906 background: none repeat scroll 0 0 #FFAAAA;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4907 text-decoration: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4908 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4909
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4910 /** LINE NUMBERS **/
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4911 table.code-difftable .lineno {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4912
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4913 padding-left: 2px;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4914 padding-right: 2px;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4915 text-align: right;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4916 width: 32px;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4917 -moz-user-select: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4918 -webkit-user-select: none;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4919 border-right: 1px solid #CCC !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4920 border-left: 0px solid #CCC !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4921 border-top: 0px solid #CCC !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4922 border-bottom: none !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4923 vertical-align: middle !important;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4924
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4925 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4926 table.code-difftable .lineno.new {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4927 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4928 table.code-difftable .lineno.old {
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4929 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4930 table.code-difftable .lineno a {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4931 color: #747474 !important;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4932 font: 11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4933 letter-spacing: -1px;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4934 text-align: right;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4935 padding-right: 2px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4936 cursor: pointer;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4937 display: block;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4938 width: 32px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4939 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4940
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4941 table.code-difftable .lineno-inline {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4942 background: none repeat scroll 0 0 #FFF !important;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4943 padding-left: 2px;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4944 padding-right: 2px;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4945 text-align: right;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4946 width: 30px;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4947 -moz-user-select: none;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4948 -webkit-user-select: none;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4949 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4950
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4951 /** CODE **/
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4952 table.code-difftable .code {
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4953 display: block;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4954 width: 100%;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4955 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4956 table.code-difftable .code td {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4957 margin: 0;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4958 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4959 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4960 table.code-difftable .code pre {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4961 margin: 0;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4962 padding: 0;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4963 height: 17px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4964 line-height: 17px;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4965 }
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4966
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4967
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4968 .diffblock.margined.comm .line .code:hover {
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4969 background-color: #FFFFCC !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4970 cursor: pointer !important;
3462
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4971 background-image: url("../images/icons/comment_add.png") !important;
dceefe67a209 css: consistent spacing around :
Mads Kiilerich <madski@unity3d.com>
parents: 3461
diff changeset
4972 background-repeat: no-repeat !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4973 background-position: right !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4974 background-position: 0% 50% !important;
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4975 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
4976 .diffblock.margined.comm .line .code.no-comment:hover {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4977 background-image: none !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4978 cursor: auto !important;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4979 background-color: inherit !important;
3189
5308df20306c convert style.css to unix line endings
Mads Kiilerich <madski@unity3d.com>
parents: 3170
diff changeset
4980 }
3256
b67173bae3ff changeset comments: attempt to highlight the linked comment
Mads Kiilerich <madski@unity3d.com>
parents: 3246
diff changeset
4981
3296
6893b65d9760 make the yellow border indicator only for comments, it breaks other things
Marcin Kuzminski <marcin@python-works.com>
parents: 3290
diff changeset
4982 div.comment:target>.comment-wrapp {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 3256
diff changeset
4983 border: solid 2px #ee0 !important;
3296
6893b65d9760 make the yellow border indicator only for comments, it breaks other things
Marcin Kuzminski <marcin@python-works.com>
parents: 3290
diff changeset
4984 }
3412
3373e1b3f4c9 compare: highlight linked line in diffs
Mads Kiilerich <madski@unity3d.com>
parents: 3341
diff changeset
4985
3373e1b3f4c9 compare: highlight linked line in diffs
Mads Kiilerich <madski@unity3d.com>
parents: 3341
diff changeset
4986 .lineno:target a {
3373e1b3f4c9 compare: highlight linked line in diffs
Mads Kiilerich <madski@unity3d.com>
parents: 3341
diff changeset
4987 border: solid 2px #ee0 !important;
3373e1b3f4c9 compare: highlight linked line in diffs
Mads Kiilerich <madski@unity3d.com>
parents: 3341
diff changeset
4988 margin: -2px;
3551
f0384b9ed5b9 codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3550
diff changeset
4989 }
4139
ec7e44bf9f31 old style: use old style.css and contextbar.css and no bootstrap and no fontawesome
Mads Kiilerich <madski@unity3d.com>
parents: 4063
diff changeset
4990
ec7e44bf9f31 old style: use old style.css and contextbar.css and no bootstrap and no fontawesome
Mads Kiilerich <madski@unity3d.com>
parents: 4063
diff changeset
4991 #help_kb {
ec7e44bf9f31 old style: use old style.css and contextbar.css and no bootstrap and no fontawesome
Mads Kiilerich <madski@unity3d.com>
parents: 4063
diff changeset
4992 display: none;
ec7e44bf9f31 old style: use old style.css and contextbar.css and no bootstrap and no fontawesome
Mads Kiilerich <madski@unity3d.com>
parents: 4063
diff changeset
4993 }
4144
962f753552cd old style: don't reserve space for icons - they will have take the space they need
Mads Kiilerich <madski@unity3d.com>
parents: 4143
diff changeset
4994
962f753552cd old style: don't reserve space for icons - they will have take the space they need
Mads Kiilerich <madski@unity3d.com>
parents: 4143
diff changeset
4995 .repo-switcher-dropdown .select2-result-label span.repo-icons {
962f753552cd old style: don't reserve space for icons - they will have take the space they need
Mads Kiilerich <madski@unity3d.com>
parents: 4143
diff changeset
4996 margin-left: -12px;
962f753552cd old style: don't reserve space for icons - they will have take the space they need
Mads Kiilerich <madski@unity3d.com>
parents: 4143
diff changeset
4997 }