Commit 058d80b3363dd4fc4417ca4f60f76119188a2470

Authored by Nihad Abbasov
1 parent 865cf830

fix file extension

[ci skip]
app/assets/stylesheets/projects.css.scss 0 → 100644
@@ -0,0 +1,385 @@ @@ -0,0 +1,385 @@
  1 +.git_url_wrapper { margin-right:50px }
  2 +
  3 +.sidebar aside a{
  4 + display: block;
  5 + position: relative;
  6 + padding: 15px 10px;
  7 + margin: 10px 0 0 0;
  8 +
  9 + font-size:13px;
  10 + font-weight:bold;
  11 + color:#333;
  12 +
  13 + &.current {
  14 + color: white;
  15 + background: $active_bg_color;
  16 + border: 1px solid $active_bd_color;
  17 + border-radius:5px;
  18 +
  19 + -webkit-border-top-right-radius: 0;
  20 + -webkit-border-bottom-right-radius: 0;
  21 + -moz-border-radius-topright: 0px;
  22 + -moz-border-radius-bottomright: 0px;
  23 + border-top-right-radius: 0;
  24 + border-bottom-right-radius: 0;
  25 + margin-right: -1px;
  26 + }
  27 +}
  28 +
  29 +body table .commit a{color: #{$blue_link}}
  30 +body table th, body table td{ border-bottom: 1px solid #DEE2E3;}
  31 +body .fixed{position: fixed; }
  32 +
  33 +/** File stat **/
  34 +.file_stats {
  35 + span {
  36 + img {
  37 + width:14px;
  38 + float:left;
  39 + margin-right: 6px;
  40 + padding:2px 0;
  41 + }
  42 + }
  43 +}
  44 +
  45 +.round-borders {
  46 + @include round-borders-all(4px);
  47 + padding: 4px 0px;
  48 +}
  49 +
  50 +table.round-borders {
  51 + float:left;
  52 + text-align: left;
  53 +}
  54 +
  55 +
  56 +
  57 +/** PROJECTS **/
  58 +input.ssh_project_url {
  59 + padding:5px;
  60 + margin:0px;
  61 + float:right;
  62 + width:400px;
  63 + text-align:center;
  64 +}
  65 +
  66 +#projects-list .project {
  67 + height:50px;
  68 +}
  69 +
  70 +#tree-slider .tree-item,
  71 +#projects-list .project,
  72 +#snippets-table .snippet,
  73 +#issues-table .issue{
  74 + cursor:pointer;
  75 +}
  76 +
  77 +.clear {
  78 + clear: both;
  79 +}
  80 +
  81 +
  82 +
  83 +#user_projects_limit{
  84 + width: 60px;
  85 +}
  86 +
  87 +.handle:hover{
  88 + cursor: move;
  89 +}
  90 +
  91 +.project-refs-form {
  92 + span {
  93 + background: none !important;
  94 + position:static !important;
  95 + width:auto !important;
  96 + height: auto !important;
  97 + }
  98 +}
  99 +
  100 +.project-refs-select {
  101 + width:200px;
  102 +}
  103 +
  104 +.filter .left { margin-right:15px; }
  105 +
  106 +body table .commit {
  107 + a.tree-commit-link {
  108 + color:#444;
  109 + &:hover {
  110 + text-decoration:underline;
  111 + }
  112 + }
  113 +}
  114 +
  115 +/** NEW PROJECT **/
  116 +.new-project-hodler {
  117 + .icon span { background-position: -31px -70px; }
  118 + td { border-bottom: 1px solid #DEE2E3; }
  119 +}
  120 +
  121 +/** Feed entry **/
  122 +.commit,
  123 +.snippet,
  124 +.message {
  125 + .title {
  126 + color:#666;
  127 + a { color:#666 !important; }
  128 + p { margin-top:0px; }
  129 + }
  130 + .author { color: #999 }
  131 +}
  132 +
  133 +/** JQuery UI **/
  134 +.ui-autocomplete { @include round-borders-all(5px); }
  135 +.ui-menu-item { cursor: pointer }
  136 +.ui-selectmenu{
  137 + @include round-borders-all(4px);
  138 + margin-right:10px;
  139 + font-size:1.5em;
  140 + height:auto;
  141 + font-weight:bold;
  142 + .ui-selectmenu-status {
  143 + padding:3px 10px;
  144 + }
  145 +}
  146 +
  147 +#holder {
  148 + background:#FAFAFA;
  149 + border: 1px solid #EEE;
  150 + cursor: move;
  151 + height: 70%;
  152 + overflow: hidden;
  153 +}
  154 +
  155 +/* Project Dashboard Page */
  156 +html, body { height: 100%; }
  157 +
  158 +.news-feed h2{float: left;}
  159 +.news-feed .project-updates {margin-bottom: 20px; display: block; width: 100%;}
  160 +.news-feed .project-updates .data{ padding: 0}
  161 +.news-feed .project-updates a.project-update {padding: 10px; border-bottom: 1px solid #eee; overflow: hidden; display: block;}
  162 +.news-feed .project-updates a.project-update:last-child{border-bottom: 0}
  163 +.news-feed .project-updates a.project-update img{float: left; margin-right: 10px;}
  164 +.news-feed .project-updates a.project-update span.update-title, .dashboard-page .news-feed .project-updates li a span.update-author{display: block;}
  165 +.news-feed .project-updates a.project-update span.update-title{margin-bottom: 10px}
  166 +.news-feed .project-updates a.project-update span.update-author{color: #999; font-weight: normal; font-style: italic;}
  167 +.news-feed .project-updates a.project-update span.update-author strong{font-weight: bold; font-style: normal;}
  168 +/* eo Dashboard Page */
  169 +
  170 +
  171 +/** Update entry **/
  172 +.update-data { padding: 0 }
  173 +.update-data { width:100%; }
  174 +.update-data.ui-box .data { padding:0; }
  175 +a.update-item {padding: 10px; border-bottom: 1px solid #eee; overflow: hidden; display: block;}
  176 +a.update-item:last-child{border-bottom: 0}
  177 +a.update-item img{float: left; margin-right: 10px;}
  178 +a.update-item span.update-title, .dashboard-page .news-feed .project-updates li a span.update-author{display: block;}
  179 +a.update-item span.update-title{margin-bottom: 10px}
  180 +a.update-item span.update-author{color: #999; font-weight: normal; font-style: italic;}
  181 +a.update-item span.update-author strong{font-weight: bold; font-style: normal;}
  182 +
  183 +
  184 +body .team_member_new .span-6, .team_member_edit .span-6{ padding:10px 0; }
  185 +
  186 +body.projects-page input.text.git-url.project_list_url { width:165px; }
  187 +
  188 +
  189 +body table.no-borders th {
  190 + background:none;
  191 + border-bottom:1px solid #CCC;
  192 + color:#333;
  193 +}
  194 +
  195 +body table.no-borders tr,
  196 +body table.no-borders td{
  197 + border:none;
  198 +}
  199 +
  200 +.ajax-tab-loading {
  201 + padding:40px;
  202 + display:none;
  203 +}
  204 +
  205 +#tree-content-holder { float:left; width:100%; }
  206 +
  207 +#tree-readme-holder {
  208 + float:left;
  209 + width:100%;
  210 +
  211 + .readme {
  212 + @include round-borders-all(4px);
  213 + padding: 4px 15px;
  214 + background:#F7F7F7;
  215 + }
  216 +}
  217 +
  218 +
  219 +
  220 +/* Commit Page */
  221 +.entity-info {float: right;}
  222 +.entity-button{
  223 + background-image: -webkit-gradient(linear, 0 0, 0 26, color-stop(0.192, #fff), to(#f4f4f4));
  224 + background-image: -webkit-linear-gradient(#fff 19.2%, #f4f4f4);
  225 + background-image: -moz-linear-gradient(#fff 19.2%, #f4f4f4);
  226 + background-image: -o-linear-gradient(#fff 19.2%, #f4f4f4);
  227 + box-shadow: 0 -1px 0 white inset;
  228 + display: block;
  229 + border: 1px solid #eee;
  230 + border-radius: 5px;
  231 + margin-bottom: 2px;
  232 + position: relative;
  233 + padding: 4px 10px;
  234 + font-size: 11px;
  235 + padding-right: 20px;
  236 +}
  237 +
  238 +.entity-button i{
  239 + background: url('images.png') no-repeat -138px -27px;
  240 + width: 6px;
  241 + height: 9px;
  242 + float: right;
  243 + position: absolute;
  244 + top: 6px;
  245 + right: 5px;
  246 +}
  247 +.box-arrow{float: right; background: #E3E5EA; padding: 10px; border-radius: 5px; margin-top: 2px; text-shadow: none; color: #999; margin: 1.5em 0;}
  248 +
  249 +h4.dash-tabs {
  250 + margin: 0;
  251 + border-bottom: 1px solid #ccc;
  252 + padding: 10px 10px;
  253 + font-size: 11px;
  254 + padding-left:20px;
  255 + font-weight: bold; text-transform: uppercase;
  256 + background: #F7F7F7;
  257 + margin-bottom:20px;
  258 + height:13px;
  259 +
  260 +}
  261 +
  262 +.dash-button {
  263 + border-right: 1px solid #ddd;
  264 + background:none;
  265 + padding: 10px 15px;
  266 + float:left;
  267 + position:relative;
  268 + top:-10px;
  269 + left:0px;
  270 + height:13px;
  271 +
  272 + &:first-child {
  273 + border-left: 1px solid #ddd;
  274 + }
  275 + &.active {
  276 + background: #eaeaea;
  277 + }
  278 +}
  279 +
  280 +
  281 +.dashboard-loader {
  282 + float:right;
  283 + margin-right:30px;
  284 + display:none;
  285 +}
  286 +
  287 +
  288 +.merge-tabs {
  289 + margin: 0;
  290 + border: 1px solid #ccc;
  291 + padding: 5px;
  292 + font-size: 12px;
  293 + background: #F7F7F7;
  294 + margin-bottom:20px;
  295 + height:26px;
  296 +
  297 + -moz-border-radius: 4px;
  298 + -webkit-border-radius: 4px;
  299 + border-radius: 4px;
  300 +
  301 + .tab {
  302 + font-weight: bold;
  303 + border-right: 1px solid #ddd;
  304 + background:none;
  305 + padding: 10px;
  306 + min-width:60px;
  307 + float:left;
  308 + position:relative;
  309 + top:-5px;
  310 + left:-5px;
  311 + height:16px;
  312 + padding-left:34px;
  313 +
  314 + span {
  315 + width: 20px;
  316 + height: 20px;
  317 + display: inline-block;
  318 + position: absolute;
  319 + left: 8px;
  320 + top: 8px;
  321 + }
  322 +
  323 + &.active {
  324 + background: #eaeaea;
  325 + }
  326 + }
  327 +}
  328 +.merge-tabs.repository .tab span{ background: url("images.png") no-repeat -38px -77px; }
  329 +.activities-tab span { background: url("images.png") no-repeat -161px -1px; }
  330 +.stat-tab span,
  331 +.team-tab span,
  332 +.snippets-tab span { background: url("images.png") no-repeat -38px -77px; }
  333 +.files-tab span { background: url("images.png") no-repeat -112px -23px; }
  334 +
  335 +.merge-notes-tab span { background: url("images.png") no-repeat -161px -1px; }
  336 +.merge-commits-tab span { background: url("images.png") no-repeat -86px 1px; }
  337 +.merge-diffs-tab span { background: url("images.png") no-repeat -118px 1px; }
  338 +.merge-tabs .dashboard-loader { padding:8px; }
  339 +
  340 +.user-mention {
  341 + color: #2FA0BB;
  342 + font-weight: bold;
  343 +}
  344 +
  345 +.author {
  346 + color: #999;
  347 +}
  348 +
  349 +
  350 +
  351 +
  352 +.dark_scheme_box {
  353 + padding:20px 0;
  354 +
  355 + label {
  356 + float:left;
  357 + box-shadow: 0 0px 5px rgba(0,0,0,.3);
  358 +
  359 + img {
  360 + }
  361 + }
  362 +}
  363 +
  364 +a.project-update.titled {
  365 + position: relative;
  366 + padding-left: 235px !important;
  367 +
  368 + .title-block {
  369 + padding: 10px;
  370 + width: 205px;
  371 + position: absolute;
  372 + left: 0;
  373 + top: 0;
  374 + }
  375 +}
  376 +
  377 +.add_new {
  378 + float: right;
  379 + background: #A6B807;
  380 + color: white;
  381 + padding: 4px 10px;
  382 + @include round-borders-all(4px);
  383 + font-size:11px;
  384 + margin: 10px 0;
  385 +}
app/assets/stylesheets/projects.css.scss~
@@ -1,385 +0,0 @@ @@ -1,385 +0,0 @@
1 -.git_url_wrapper { margin-right:50px }  
2 -  
3 -.sidebar aside a{  
4 - display: block;  
5 - position: relative;  
6 - padding: 15px 10px;  
7 - margin: 10px 0 0 0;  
8 -  
9 - font-size:13px;  
10 - font-weight:bold;  
11 - color:#333;  
12 -  
13 - &.current {  
14 - color: white;  
15 - background: $active_bg_color;  
16 - border: 1px solid $active_bd_color;  
17 - border-radius:5px;  
18 -  
19 - -webkit-border-top-right-radius: 0;  
20 - -webkit-border-bottom-right-radius: 0;  
21 - -moz-border-radius-topright: 0px;  
22 - -moz-border-radius-bottomright: 0px;  
23 - border-top-right-radius: 0;  
24 - border-bottom-right-radius: 0;  
25 - margin-right: -1px;  
26 - }  
27 -}  
28 -  
29 -body table .commit a{color: #{$blue_link}}  
30 -body table th, body table td{ border-bottom: 1px solid #DEE2E3;}  
31 -body .fixed{position: fixed; }  
32 -  
33 -/** File stat **/  
34 -.file_stats {  
35 - span {  
36 - img {  
37 - width:14px;  
38 - float:left;  
39 - margin-right: 6px;  
40 - padding:2px 0;  
41 - }  
42 - }  
43 -}  
44 -  
45 -.round-borders {  
46 - @include round-borders-all(4px);  
47 - padding: 4px 0px;  
48 -}  
49 -  
50 -table.round-borders {  
51 - float:left;  
52 - text-align: left;  
53 -}  
54 -  
55 -  
56 -  
57 -/** PROJECTS **/  
58 -input.ssh_project_url {  
59 - padding:5px;  
60 - margin:0px;  
61 - float:right;  
62 - width:400px;  
63 - text-align:center;  
64 -}  
65 -  
66 -#projects-list .project {  
67 - height:50px;  
68 -}  
69 -  
70 -#tree-slider .tree-item,  
71 -#projects-list .project,  
72 -#snippets-table .snippet,  
73 -#issues-table .issue{  
74 - cursor:pointer;  
75 -}  
76 -  
77 -.clear {  
78 - clear: both;  
79 -}  
80 -  
81 -  
82 -  
83 -#user_projects_limit{  
84 - width: 60px;  
85 -}  
86 -  
87 -.handle:hover{  
88 - cursor: move;  
89 -}  
90 -  
91 -.project-refs-form {  
92 - span {  
93 - background: none !important;  
94 - position:static !important;  
95 - width:auto !important;  
96 - height: auto !important;  
97 - }  
98 -}  
99 -  
100 -.project-refs-select {  
101 - width:200px;  
102 -}  
103 -  
104 -.filter .left { margin-right:15px; }  
105 -  
106 -body table .commit {  
107 - a.tree-commit-link {  
108 - color:#444;  
109 - &:hover {  
110 - text-decoration:underline;  
111 - }  
112 - }  
113 -}  
114 -  
115 -/** NEW PROJECT **/  
116 -.new-project-hodler {  
117 - .icon span { background-position: -31px -70px; }  
118 - td { border-bottom: 1px solid #DEE2E3; }  
119 -}  
120 -  
121 -/** Feed entry **/  
122 -.commit,  
123 -.snippet,  
124 -.message {  
125 - .title {  
126 - color:#666;  
127 - a { color:#666 !important; }  
128 - p { margin-top:0px; }  
129 - }  
130 - .author { color: #999 }  
131 -}  
132 -  
133 -/** JQuery UI **/  
134 -.ui-autocomplete { @include round-borders-all(5px); }  
135 -.ui-menu-item { cursor: pointer }  
136 -.ui-selectmenu{  
137 - @include round-borders-all(4px);  
138 - margin-right:10px;  
139 - font-size:1.5em;  
140 - height:auto;  
141 - font-weight:bold;  
142 - .ui-selectmenu-status {  
143 - padding:3px 10px;  
144 - }  
145 -}  
146 -  
147 -#holder {  
148 - background:#FAFAFA;  
149 - border: 1px solid #EEE;  
150 - cursor: move;  
151 - height: 70%;  
152 - overflow: hidden;  
153 -}  
154 -  
155 -/* Project Dashboard Page */  
156 -html, body { height: 100%; }  
157 -  
158 -.news-feed h2{float: left;}  
159 -.news-feed .project-updates {margin-bottom: 20px; display: block; width: 100%;}  
160 -.news-feed .project-updates .data{ padding: 0}  
161 -.news-feed .project-updates a.project-update {padding: 10px; border-bottom: 1px solid #eee; overflow: hidden; display: block;}  
162 -.news-feed .project-updates a.project-update:last-child{border-bottom: 0}  
163 -.news-feed .project-updates a.project-update img{float: left; margin-right: 10px;}  
164 -.news-feed .project-updates a.project-update span.update-title, .dashboard-page .news-feed .project-updates li a span.update-author{display: block;}  
165 -.news-feed .project-updates a.project-update span.update-title{margin-bottom: 10px}  
166 -.news-feed .project-updates a.project-update span.update-author{color: #999; font-weight: normal; font-style: italic;}  
167 -.news-feed .project-updates a.project-update span.update-author strong{font-weight: bold; font-style: normal;}  
168 -/* eo Dashboard Page */  
169 -  
170 -  
171 -/** Update entry **/  
172 -.update-data { padding: 0 }  
173 -.update-data { width:100%; }  
174 -.update-data.ui-box .data { padding:0; }  
175 -a.update-item {padding: 10px; border-bottom: 1px solid #eee; overflow: hidden; display: block;}  
176 -a.update-item:last-child{border-bottom: 0}  
177 -a.update-item img{float: left; margin-right: 10px;}  
178 -a.update-item span.update-title, .dashboard-page .news-feed .project-updates li a span.update-author{display: block;}  
179 -a.update-item span.update-title{margin-bottom: 10px}  
180 -a.update-item span.update-author{color: #999; font-weight: normal; font-style: italic;}  
181 -a.update-item span.update-author strong{font-weight: bold; font-style: normal;}  
182 -  
183 -  
184 -body .team_member_new .span-6, .team_member_edit .span-6{ padding:10px 0; }  
185 -  
186 -body.projects-page input.text.git-url.project_list_url { width:165px; }  
187 -  
188 -  
189 -body table.no-borders th {  
190 - background:none;  
191 - border-bottom:1px solid #CCC;  
192 - color:#333;  
193 -}  
194 -  
195 -body table.no-borders tr,  
196 -body table.no-borders td{  
197 - border:none;  
198 -}  
199 -  
200 -.ajax-tab-loading {  
201 - padding:40px;  
202 - display:none;  
203 -}  
204 -  
205 -#tree-content-holder { float:left; width:100%; }  
206 -  
207 -#tree-readme-holder {  
208 - float:left;  
209 - width:100%;  
210 -  
211 - .readme {  
212 - @include round-borders-all(4px);  
213 - padding: 4px 15px;  
214 - background:#F7F7F7;  
215 - }  
216 -}  
217 -  
218 -  
219 -  
220 -/* Commit Page */  
221 -.entity-info {float: right;}  
222 -.entity-button{  
223 - background-image: -webkit-gradient(linear, 0 0, 0 26, color-stop(0.192, #fff), to(#f4f4f4));  
224 - background-image: -webkit-linear-gradient(#fff 19.2%, #f4f4f4);  
225 - background-image: -moz-linear-gradient(#fff 19.2%, #f4f4f4);  
226 - background-image: -o-linear-gradient(#fff 19.2%, #f4f4f4);  
227 - box-shadow: 0 -1px 0 white inset;  
228 - display: block;  
229 - border: 1px solid #eee;  
230 - border-radius: 5px;  
231 - margin-bottom: 2px;  
232 - position: relative;  
233 - padding: 4px 10px;  
234 - font-size: 11px;  
235 - padding-right: 20px;  
236 -}  
237 -  
238 -.entity-button i{  
239 - background: url('images.png') no-repeat -138px -27px;  
240 - width: 6px;  
241 - height: 9px;  
242 - float: right;  
243 - position: absolute;  
244 - top: 6px;  
245 - right: 5px;  
246 -}  
247 -.box-arrow{float: right; background: #E3E5EA; padding: 10px; border-radius: 5px; margin-top: 2px; text-shadow: none; color: #999; margin: 1.5em 0;}  
248 -  
249 -h4.dash-tabs {  
250 - margin: 0;  
251 - border-bottom: 1px solid #ccc;  
252 - padding: 10px 10px;  
253 - font-size: 11px;  
254 - padding-left:20px;  
255 - font-weight: bold; text-transform: uppercase;  
256 - background: #F7F7F7;  
257 - margin-bottom:20px;  
258 - height:13px;  
259 -  
260 -}  
261 -  
262 -.dash-button {  
263 - border-right: 1px solid #ddd;  
264 - background:none;  
265 - padding: 10px 15px;  
266 - float:left;  
267 - position:relative;  
268 - top:-10px;  
269 - left:0px;  
270 - height:13px;  
271 -  
272 - &:first-child {  
273 - border-left: 1px solid #ddd;  
274 - }  
275 - &.active {  
276 - background: #eaeaea;  
277 - }  
278 -}  
279 -  
280 -  
281 -.dashboard-loader {  
282 - float:right;  
283 - margin-right:30px;  
284 - display:none;  
285 -}  
286 -  
287 -  
288 -.merge-tabs {  
289 - margin: 0;  
290 - border: 1px solid #ccc;  
291 - padding: 5px;  
292 - font-size: 12px;  
293 - background: #F7F7F7;  
294 - margin-bottom:20px;  
295 - height:26px;  
296 -  
297 - -moz-border-radius: 4px;  
298 - -webkit-border-radius: 4px;  
299 - border-radius: 4px;  
300 -  
301 - .tab {  
302 - font-weight: bold;  
303 - border-right: 1px solid #ddd;  
304 - background:none;  
305 - padding: 10px;  
306 - min-width:60px;  
307 - float:left;  
308 - position:relative;  
309 - top:-5px;  
310 - left:-5px;  
311 - height:16px;  
312 - padding-left:34px;  
313 -  
314 - span {  
315 - width: 20px;  
316 - height: 20px;  
317 - display: inline-block;  
318 - position: absolute;  
319 - left: 8px;  
320 - top: 8px;  
321 - }  
322 -  
323 - &.active {  
324 - background: #eaeaea;  
325 - }  
326 - }  
327 -}  
328 -.merge-tabs.repository .tab span{ background: url("images.png") no-repeat -38px -77px; }  
329 -.activities-tab span { background: url("images.png") no-repeat -161px -1px; }  
330 -.stat-tab span,  
331 -.team-tab span,  
332 -.snippets-tab span { background: url("images.png") no-repeat -38px -77px; }  
333 -.files-tab span { background: url("images.png") no-repeat -112px -23px; }  
334 -  
335 -.merge-notes-tab span { background: url("images.png") no-repeat -161px -1px; }  
336 -.merge-commits-tab span { background: url("images.png") no-repeat -86px 1px; }  
337 -.merge-diffs-tab span { background: url("images.png") no-repeat -118px 1px; }  
338 -.merge-tabs .dashboard-loader { padding:8px; }  
339 -  
340 -.user-mention {  
341 - color: #2FA0BB;  
342 - font-weight: bold;  
343 -}  
344 -  
345 -.author {  
346 - color: #999;  
347 -}  
348 -  
349 -  
350 -  
351 -  
352 -.dark_scheme_box {  
353 - padding:20px 0;  
354 -  
355 - label {  
356 - float:left;  
357 - box-shadow: 0 0px 5px rgba(0,0,0,.3);  
358 -  
359 - img {  
360 - }  
361 - }  
362 -}  
363 -  
364 -a.project-update.titled {  
365 - position: relative;  
366 - padding-left: 235px !important;  
367 -  
368 - .title-block {  
369 - padding: 10px;  
370 - width: 205px;  
371 - position: absolute;  
372 - left: 0;  
373 - top: 0;  
374 - }  
375 -}  
376 -  
377 -.add_new {  
378 - float: right;  
379 - background: #A6B807;  
380 - color: white;  
381 - padding: 4px 10px;  
382 - @include round-borders-all(4px);  
383 - font-size:11px;  
384 - margin: 10px 0;  
385 -}