Mercurial > moin > 2.0
annotate MoinMoin/themes/basic/static/custom-less/theme.less @ 2715:9db0a5f3a6f8
Moved login link to right in +tickets view, increased spacing in EDSP in ticket view, removed extra padding in the table headers and made width of buttons auto
author | Saurabh Kathpalia <saurabh.kathpalia95@gmail.com> |
---|---|
date | Thu, 14 Aug 2014 21:42:11 +0530 |
parents | 3bc9fd6d054e |
children | c868f29f6d90 |
rev | line source |
---|---|
2681 | 1 @import "notice.less"; |
2 @import "bootstrap.less"; | |
3 @import "moin-variables.less"; | |
4 @import (less) "colorful.css"; | |
5 | |
6 // ---- Customising the top navbar breakpoint | |
7 @grid-float-breakpoint: @screen-md; | |
8 | |
9 @media screen and (min-width: @grid-float-breakpoint) { | |
10 .moin-pull-right { | |
11 .pull-right; | |
12 } | |
13 } | |
14 | |
15 h1, h2, h3, h4, h5, h6 { | |
16 &:hover, &:focus { | |
17 .moin-permalink { | |
18 display: inline; | |
19 text-decoration: none; | |
20 } | |
21 } | |
22 } | |
23 | |
24 .moin-permalink { | |
25 display: none; | |
26 } | |
27 | |
28 .moin-logo { | |
29 .text-center; | |
30 position: relative; | |
31 padding-top: 23px; | |
32 padding-bottom: 23px; | |
33 } | |
34 | |
35 .moin-flash { | |
36 .alert; | |
37 &>a { | |
38 .alert .alert-link; | |
39 } | |
40 } | |
41 | |
42 .moin-flash-hint { | |
43 &>a { | |
44 .alert-success .alert-link; | |
45 } | |
46 .alert-success; | |
47 } | |
48 | |
49 .moin-flash-info { | |
50 &>a { | |
51 .alert-info .alert-link; | |
52 } | |
53 .alert-info; | |
54 } | |
55 | |
56 .moin-flash-warning, .moin-flash-error, .moin-error { | |
57 &>a { | |
58 .alert-danger .alert-link; | |
59 } | |
60 &>li { | |
61 list-style-type: none; | |
62 } | |
63 .alert-danger; | |
64 padding-left: 0px; | |
65 } | |
66 | |
67 .moin-user-action-special { | |
68 .list-group-item; | |
69 width: 100%; | |
70 color: @link-color; | |
71 &:hover, | |
72 &:focus, | |
73 &:active, | |
74 &.active { | |
75 color: @link-hover-color; | |
76 background-color: @list-group-hover-bg; | |
77 border: 1px solid @list-group-border; | |
78 } | |
79 border: 1px solid @list-group-border; | |
80 border-radius: 0; | |
81 padding: 5px 15px; | |
82 } | |
83 | |
84 .moin-viewoptions, .moin-itemactions, .moin-useractions { | |
85 float: right; | |
86 } | |
87 | |
88 .list-group-item { | |
89 padding: 5px 15px; | |
2696
3a5bd8f33916
Added background color to sidebar in basic theme
Ajitesh Gupta <ajgupta93@gmail.com>
parents:
2695
diff
changeset
|
90 background-color: #c8ddf1; |
3a5bd8f33916
Added background color to sidebar in basic theme
Ajitesh Gupta <ajgupta93@gmail.com>
parents:
2695
diff
changeset
|
91 border: 1px solid #c8ddf1; |
3a5bd8f33916
Added background color to sidebar in basic theme
Ajitesh Gupta <ajgupta93@gmail.com>
parents:
2695
diff
changeset
|
92 > a { |
3a5bd8f33916
Added background color to sidebar in basic theme
Ajitesh Gupta <ajgupta93@gmail.com>
parents:
2695
diff
changeset
|
93 color: #c8ddf1; |
3a5bd8f33916
Added background color to sidebar in basic theme
Ajitesh Gupta <ajgupta93@gmail.com>
parents:
2695
diff
changeset
|
94 } |
3a5bd8f33916
Added background color to sidebar in basic theme
Ajitesh Gupta <ajgupta93@gmail.com>
parents:
2695
diff
changeset
|
95 } |
3a5bd8f33916
Added background color to sidebar in basic theme
Ajitesh Gupta <ajgupta93@gmail.com>
parents:
2695
diff
changeset
|
96 |
3a5bd8f33916
Added background color to sidebar in basic theme
Ajitesh Gupta <ajgupta93@gmail.com>
parents:
2695
diff
changeset
|
97 .moin-list-heading { |
3a5bd8f33916
Added background color to sidebar in basic theme
Ajitesh Gupta <ajgupta93@gmail.com>
parents:
2695
diff
changeset
|
98 background-color: @navbar-bg; |
3a5bd8f33916
Added background color to sidebar in basic theme
Ajitesh Gupta <ajgupta93@gmail.com>
parents:
2695
diff
changeset
|
99 border: 1px solid @navbar-bg; |
3a5bd8f33916
Added background color to sidebar in basic theme
Ajitesh Gupta <ajgupta93@gmail.com>
parents:
2695
diff
changeset
|
100 font-variant: small-caps; |
3a5bd8f33916
Added background color to sidebar in basic theme
Ajitesh Gupta <ajgupta93@gmail.com>
parents:
2695
diff
changeset
|
101 color: #c8ddf1; |
2681 | 102 } |
103 | |
104 .moin-diff-added { | |
105 background-color: @moin-diff-added; | |
106 } | |
107 | |
108 .moin-diff-removed { | |
109 background-color: @moin-diff-removed; | |
110 } | |
111 | |
112 .moin-breadcrumb { | |
113 .breadcrumb; | |
114 > li { | |
115 &+li:before { | |
116 content: "\0020"; // Unicode space which is non-collapsing | |
117 padding: 0px; | |
118 } | |
119 } | |
120 } | |
121 | |
122 .moin-nav { | |
123 .nav; | |
124 margin-bottom: 20px; // override bottom-margin nav-tabs | |
125 } | |
126 | |
127 .moin-shadow { | |
128 > li { | |
129 > a { | |
130 .form-control-focus(); // adds shadow onfocus | |
131 } | |
132 } | |
133 } | |
134 | |
135 .moin-location-breadcrumb { | |
136 display: inline; | |
137 } | |
138 | |
139 .moin-nonexistent { | |
140 color: @link-nonexistent-color !important; | |
141 &:hover { | |
142 color: @link-nonexistent-hover-color; | |
143 } | |
144 } | |
145 | |
146 .moin-sidebar { | |
147 .list-group; | |
148 overflow: hidden; | |
149 } | |
150 | |
151 .moin-navbar-inverse { | |
152 .navbar-inverse; | |
153 background-color: @moin-navbar-inverse-bgcolor; | |
154 padding-left: 0px; | |
155 padding-right: 0px; | |
156 .navbar-nav { | |
157 > li > a { | |
158 color: @moin-navbar-inverse-textcolor; | |
159 } | |
160 > li > a.active { | |
161 color: @navbar-inverse-link-hover-color; | |
162 } | |
163 } | |
164 .navbar-text { | |
165 color: @moin-navbar-inverse-textcolor; | |
166 > a { | |
167 color: @moin-navbar-inverse-textcolor; | |
168 } | |
169 } | |
170 .navbar-brand { | |
171 color: @moin-navbar-inverse-textcolor; | |
172 } | |
173 } | |
174 | |
175 .moin-quicklink { | |
176 position: relative; | |
177 padding: 5px 15px 5px 15px; | |
178 border: 1px solid @list-group-border; | |
179 margin-bottom: -1px; | |
180 | |
181 &:last-child { | |
182 margin-bottom: 0; | |
183 .border-bottom-radius(@border-radius-base); | |
184 } | |
185 | |
186 // Hover state | |
187 &:hover, | |
188 &:focus { | |
189 background-color: @list-group-hover-bg; | |
190 } | |
191 } | |
192 | |
193 .moin-quicklink-label { | |
194 display: block; | |
195 &:hover, | |
196 &:focus { | |
197 text-decoration: none; | |
198 } | |
199 } | |
200 | |
201 .moin-quicklink-delete { | |
202 position: absolute; | |
203 left: 80%; | |
204 top: 25%; | |
205 &:hover, | |
206 &:focus { | |
207 text-decoration: none; | |
208 } | |
209 } | |
210 | |
211 // transclusion | |
212 .moin-transclusion { | |
213 max-width: 100%; | |
214 } | |
215 | |
216 .moin-item-wrapper { | |
217 position: relative; | |
218 display: inline-block; | |
219 } | |
220 | |
221 div.moin-item-wrapper { | |
222 width: 100%; // force bottom border of transcluded headings to extend across entire page | |
223 } | |
224 | |
225 .moin-item-overlay-ul, | |
226 .moin-item-overlay-lr { | |
227 display: none; | |
228 position: absolute; | |
229 font-size: 1.2em; | |
230 font-weight: bold; | |
231 margin: 0; | |
232 opacity: .5; | |
233 padding: 1px; | |
234 border-color: @link-color; | |
235 border-style: double; | |
236 } | |
237 | |
238 .moin-item-overlay-ul { | |
239 top: -4px; | |
240 left: -4px; | |
241 border-width: 3px 0 0 3px; | |
242 } | |
243 | |
244 .moin-item-overlay-lr { | |
245 bottom: -4px; | |
246 right: -4px; | |
247 border-width: 0 3px 3px 0; | |
248 } | |
249 | |
250 .moin-item-overlay-ul:hover, | |
251 .moin-item-overlay-lr:hover { | |
252 opacity: .8; | |
253 background-color: lighten(@link-color, 40%); | |
254 color: @link-color; | |
255 text-decoration: none; | |
256 } | |
257 | |
258 .comment { | |
259 color: @text-color; | |
260 background-color: lighten(@link-color, 40%); | |
261 } | |
262 | |
263 // added to stretch across the whole width, which is reduced by navbar.less's navbar-form | |
264 .moin-navbar-form{ | |
265 .navbar-form; | |
266 padding-left: 0px; | |
267 padding-right: 0px; | |
268 } | |
269 | |
270 .moin-navbar-header{ | |
271 .navbar-header; | |
272 padding-left: 0px; | |
273 padding-right: 0px; | |
274 } | |
275 | |
276 .moin-toggle-comments-button, .moin-transclusions-button{ | |
277 font-weight: normal; | |
278 } | |
279 | |
280 a.wikilink{ | |
2696
3a5bd8f33916
Added background color to sidebar in basic theme
Ajitesh Gupta <ajgupta93@gmail.com>
parents:
2695
diff
changeset
|
281 color: #1b436d; |
2681 | 282 } |
283 .moin-bcs-subitems{ | |
284 z-index: 500; | |
285 } | |
286 ul.moin-breadcrumb ul.moin-bcs-subitems{ | |
287 background-color: #1b436d; | |
288 } | |
289 ul.moin-breadcrumb,ul.moin-breadcrumb ul.moin-bcs-subitems{ | |
290 padding: 0; | |
291 margin: 0; | |
292 display: inline-block; | |
293 } | |
294 ul.moin-breadcrumb li ul.moin-bcs-subitems li{ | |
295 list-style-type: none; | |
296 display: block; | |
297 } | |
298 ul.moin-breadcrumb li ul.moin-bcs-subitems li a{ | |
299 padding: 10px; | |
300 display: inline-block; | |
301 color: #ffffff; | |
302 } | |
303 ul.moin-breadcrumb li { | |
304 position: relative; | |
305 } | |
306 ul.moin-breadcrumb li ul.moin-bcs-subitems{ | |
307 display: none; | |
308 position: absolute; | |
309 } | |
310 ul.moin-breadcrumb li:hover ul.moin-bcs-subitems{ | |
311 display: block; | |
312 } | |
313 .moin-thead{ | |
314 background-color: silver; | |
315 } | |
316 html, body { | |
317 height: 100%; | |
318 } | |
319 // CSS definitions for Index UI borrowed from foobar and modernized theme | |
320 #filter-btn { | |
321 background-color: #428bca; | |
322 border-radius: 3px; | |
323 display: inline; | |
324 padding: 10px; | |
325 color: #ffffff; | |
326 margin-bottom: 10px; | |
327 } | |
328 .moin-contenttypes-wrapper { | |
329 | |
330 div { | |
331 cursor: pointer; | |
332 display: block; | |
333 } | |
334 | |
335 form { | |
336 display: none; | |
337 | |
338 ul { | |
339 -webkit-padding-start: 0px; | |
340 -moz-padding-start: 0px; | |
341 overflow: hidden; | |
342 } | |
343 | |
344 li { | |
345 | |
346 list-style-type: none; | |
347 float: left; | |
348 width: 50%; | |
349 border-radius: 5px; | |
350 display: inline; | |
351 padding: 5px; | |
352 margin-top: 5px; | |
353 | |
354 label { | |
355 cursor: pointer; | |
356 display: inline; | |
357 line-height: 1.5em; | |
358 vertical-align: middle; | |
359 color: #1e90ff; | |
360 } | |
361 | |
362 span { | |
363 font-size: .8em; | |
364 display: block; | |
365 } | |
366 | |
367 } | |
368 | |
369 .filters { | |
370 background-color: white; | |
371 border: none; | |
372 margin-top: 1em; | |
373 float: none; | |
374 display: block; | |
375 | |
376 .filter-toggle, .filter-more { | |
377 font-size: 1em; | |
378 background-color: #eeeeee; | |
379 border: 1px solid #dddddd; | |
380 padding: 0.5em; | |
381 border-radius: 0.5em; | |
382 margin: 0.2em; | |
383 text-decoration: none; | |
384 } | |
385 } | |
386 } | |
387 } | |
388 .moin-item-index div { | |
389 | |
390 .moin-select-item { | |
391 display: inline-block; | |
392 width: 17px; | |
393 cursor: default; | |
394 margin-top: 1em; | |
395 } | |
396 } | |
397 .moin-download-link { | |
398 display: none; | |
399 } | |
400 .moin-index-message { | |
401 width: 50%; | |
402 margin: 1em auto; | |
403 text-align: center; | |
404 display: none; | |
405 | |
406 span { | |
407 padding: 4px; | |
408 background-color: #007cef; | |
409 color: #ffffff; | |
410 border: 1px solid #ccc; | |
411 border-radius: 5px; | |
412 } | |
413 } | |
414 .moin-index-path { | |
415 margin-left: .5em; | |
416 | |
417 &:before { | |
418 content: icon-folder-close; | |
419 margin: 0.3em | |
420 } | |
421 } | |
422 .moin-clr { | |
423 clear: both; | |
424 } | |
425 .moin-item-index { | |
426 width: 100%; | |
427 margin-left: 0.5em; | |
428 | |
429 div { | |
430 float: left; | |
431 width: 16.5em; | |
432 | |
433 .moin-select-item { | |
434 display: inline-block; | |
435 width: 17px; | |
436 cursor: default; | |
437 margin-top: 1em; | |
438 } | |
439 } | |
440 } | |
441 .moin-index-separator { | |
442 clear: both; | |
443 border-top: 1px dashed #ccc; | |
444 display: none; | |
445 } | |
446 .popup-container { | |
447 margin: 0; | |
448 border: 5px solid #428bca; | |
449 border-radius: 6px 6px 0 0; | |
450 } | |
451 .popup-header { | |
452 background-color: #428bca; | |
453 color: #ffffff; | |
454 padding: 10px; | |
455 margin: 0; | |
456 } | |
457 input { | |
458 | |
459 &[value="X"] { | |
460 padding: 0.1px; | |
461 margin: -.2em; | |
462 width: 19px; | |
463 border-radius: 2em; | |
464 float: right; | |
465 | |
466 &:hover { | |
467 background: #f4f4f4; | |
468 } | |
469 } | |
470 | |
471 &[type="text"] { | |
472 width: 96%; | |
473 } | |
474 | |
475 &[type="submit"],&[type="button"],button { | |
476 font-weight: bold; | |
477 font-size: .75em; | |
478 background: #d6d5d0; | |
479 padding: 4px 15px; | |
480 border: 1px solid #ccc; | |
481 border-radius: 6px; | |
482 box-shadow: 1px 1px 2px #9d9d9b; | |
483 cursor: pointer; | |
484 } | |
485 | |
486 &:hover { | |
487 box-shadow: 1px 1px 2px #000; | |
488 } | |
489 | |
490 &:active { | |
491 position: relative; | |
492 top: 1px; | |
493 } | |
494 } | |
495 input,select { | |
496 padding: 3px; | |
497 background: #f4f4f4; | |
498 border: 1px solid #ccc; | |
499 border-radius: 2px; | |
500 } | |
501 .popup-body { | |
502 clear: both; | |
503 background-color: #f4f4f4; | |
504 color: #000000; | |
505 padding: 10px; | |
506 margin: 0; | |
507 | |
508 label { | |
509 margin: 5px; | |
510 } | |
511 | |
512 input { | |
513 margin: 8px 5px; | |
514 } | |
515 } | |
516 #moin-initials { | |
517 width: 90%; | |
518 margin: 5px auto; | |
519 text-align: center; | |
520 | |
521 a { | |
522 display: inline-block; | |
523 margin: 0; | |
524 padding: 4px 5px; | |
525 | |
526 &:hover,&.selected { | |
527 background: #428bca; | |
528 border-radius: 5px; | |
529 color: #ffffff; | |
530 text-decoration: none | |
531 } | |
532 } | |
533 } | |
534 #popup { | |
535 background: transparent; | |
536 padding: 5px; | |
537 width: 40%; | |
538 position: absolute; | |
539 top: 10%; | |
540 left: 30%; | |
541 display: none; | |
542 z-index: 10; | |
543 } | |
544 .moin-error { | |
545 color: #ff2727; | |
546 background: #d6d5d0; | |
547 padding: 4px; | |
548 margin: 1em; | |
549 text-align: center; | |
550 list-style-type: none; | |
551 border-radius: 5px; | |
552 } | |
553 .moin-textcha { | |
554 padding-top: .2em; | |
555 } | |
556 #moin-upload-cont { | |
557 min-height: 10px; | |
558 } | |
559 #file_upload { | |
560 margin-top: 2em; | |
561 } | |
562 form.upload_file { | |
563 background-color: #d6d5d0; | |
564 border: 1px solid #ccc; | |
565 cursor: pointer; | |
566 direction: ltr; | |
567 font-weight: bold; | |
568 height: 2.5em; | |
569 line-height: 2.5em; | |
570 overflow: hidden; | |
571 position: relative; | |
572 text-align: center; | |
573 width: 15em; | |
574 display: block; | |
575 box-shadow: 0 0 5px #9d9d9b; | |
576 | |
577 &:hover { | |
578 box-shadow: 0 0 5px #000; | |
579 } | |
580 | |
581 input { | |
582 cursor: pointer; | |
583 height: 100%; | |
584 margin: 0; | |
585 opacity: 0; | |
586 position: absolute; | |
587 } | |
588 | |
589 button { | |
590 display: none | |
591 } | |
592 } | |
593 .file_upload_template .file_upload_start { | |
594 visibility: hidden; | |
595 border-width: 0; | |
596 padding: 0; | |
597 | |
598 button { | |
599 width: 0; | |
600 } | |
601 } | |
602 .file_name { | |
603 word-break: break-all; | |
604 word-wrap: break-word; | |
605 max-width: 10em; | |
606 } | |
607 .upload-form { | |
608 display: none; | |
609 } | |
610 .moin-drag { | |
611 font-size: .7em; | |
612 color: #9d9d9b; | |
613 } | |
614 #lightbox { | |
615 background: #f4f4f4; | |
616 opacity: .7; | |
617 position: absolute; | |
618 left: 0; | |
619 top: 0; | |
620 width: 100%; | |
621 height: 100%; | |
622 z-index: 9; | |
623 margin: 0; | |
624 display: none | |
625 } | |
626 .moin-content { | |
627 padding-bottom: 100px; | |
628 } | |
629 .moin-footer { | |
630 bottom: 0; | |
631 position: absolute; | |
632 width: 100%; | |
633 } | |
634 .moin-search-option-bar { | |
635 padding-left: 10px; | |
636 border: 1px solid @gray; | |
637 background-color: @search_option_bar_color; | |
638 color: @search_option_bar_text_color; | |
639 border-radius: 5px; | |
640 > span { | |
641 float: right; | |
642 padding: 10px; | |
643 } | |
644 } | |
645 // set min-width to prevent search box from floating off window to right | |
646 @media (min-width: 768px) { | |
647 .container { | |
648 min-height: 100%; | |
649 position: relative; | |
650 width: auto; | |
651 } | |
652 } | |
653 @media (min-width: 992px) { | |
654 .container { | |
655 min-height: 100%; | |
656 position: relative; | |
657 width: auto; | |
658 } | |
659 } | |
660 @media (min-width: 1200px) { | |
661 .container { | |
662 min-height: 100%; | |
663 position: relative; | |
664 width: auto; | |
665 } | |
666 } | |
667 #moin-ticketsearch-query { | |
668 background-image: url('../../../../static/img/search.png'); | |
669 background-repeat: no-repeat; | |
670 background-position: 5px; | |
671 padding-left: 24px; | |
672 width: 200px; | |
673 right: 40px; | |
2688
d1872000dcdc
Removed HTML validation errors from +tickets view
Saurabh Kathpalia <saurabh.kathpalia95@gmail.com>
parents:
2681
diff
changeset
|
674 top: 80px; |
2681 | 675 position: absolute; |
676 } | |
677 #ticket-list thead th:hover { | |
678 background-color: #e8e8e8; | |
679 } | |
680 #ticket-list tr td, #ticket-list thead th { | |
681 cursor: pointer; | |
682 } | |
683 #ticket-list tr td:first-child a { | |
684 font-family: monospace; | |
685 } | |
686 .ticket-query-button { | |
687 background: #ffffff; | |
688 padding: 1px 7px; | |
689 text-shadow: 0 1px 0 #fff; | |
690 border: 1px solid transparent; | |
691 } | |
692 .ticket-query-button.active, .ticket-query-button:hover { | |
693 background: -webkit-linear-gradient(top, #cccccc 0, #dddddd 13%); | |
694 color: #333; | |
695 box-sizing: border-box; | |
696 border: 1px solid transparent; | |
697 border-radius: 3px; | |
698 } | |
699 .moin-ticketsearch-form { | |
700 display: inline; | |
701 } | |
702 .tablesorter-header { | |
703 background-image: url('../../../../static/img/bg.png'); | |
704 background-repeat: no-repeat; | |
705 background-position: left center; | |
706 } | |
707 .tablesorter-headerAsc { | |
708 background-image: url('../../../../static/img/asc.png'); | |
709 } | |
710 .tablesorter-headerDesc { | |
711 background-image: url('../../../../static/img/desc.png'); | |
712 } | |
713 .tablesorter-header.sorter-false { | |
714 background-image: None; | |
715 } | |
716 .tablesorter-header-inner { | |
717 padding-left: 20px; | |
718 cursor: pointer; | |
719 } | |
720 #ticket-summary { | |
721 width: 50%; | |
722 } | |
723 #ticket-list { | |
724 float: right; | |
725 width: 90%; | |
726 } | |
727 .ticket-tags-button { | |
728 padding: 4px; | |
729 width: 100px; | |
730 } | |
731 #ticket-table-tip { | |
732 float: right; | |
733 color: #999999; | |
734 } | |
735 .tickets-sort-button.dropdown { | |
736 display: inline; | |
737 } | |
2691
43987f1b008e
Added ticket-create button and blog-entry-create button in +tickets view and blog view respectively in all themes with a TODO of creating items without any initial fqname/name
Saurabh Kathpalia <saurabh.kathpalia95@gmail.com>
parents:
2688
diff
changeset
|
738 #moin-ticket-create-link { |
43987f1b008e
Added ticket-create button and blog-entry-create button in +tickets view and blog view respectively in all themes with a TODO of creating items without any initial fqname/name
Saurabh Kathpalia <saurabh.kathpalia95@gmail.com>
parents:
2688
diff
changeset
|
739 display: inline; |
43987f1b008e
Added ticket-create button and blog-entry-create button in +tickets view and blog view respectively in all themes with a TODO of creating items without any initial fqname/name
Saurabh Kathpalia <saurabh.kathpalia95@gmail.com>
parents:
2688
diff
changeset
|
740 position: absolute; |
2715
9db0a5f3a6f8
Moved login link to right in +tickets view, increased spacing in EDSP in ticket view, removed extra padding in the table headers and made width of buttons auto
Saurabh Kathpalia <saurabh.kathpalia95@gmail.com>
parents:
2699
diff
changeset
|
741 right: 90px; |
2691
43987f1b008e
Added ticket-create button and blog-entry-create button in +tickets view and blog view respectively in all themes with a TODO of creating items without any initial fqname/name
Saurabh Kathpalia <saurabh.kathpalia95@gmail.com>
parents:
2688
diff
changeset
|
742 top: 40px; |
43987f1b008e
Added ticket-create button and blog-entry-create button in +tickets view and blog view respectively in all themes with a TODO of creating items without any initial fqname/name
Saurabh Kathpalia <saurabh.kathpalia95@gmail.com>
parents:
2688
diff
changeset
|
743 } |
43987f1b008e
Added ticket-create button and blog-entry-create button in +tickets view and blog view respectively in all themes with a TODO of creating items without any initial fqname/name
Saurabh Kathpalia <saurabh.kathpalia95@gmail.com>
parents:
2688
diff
changeset
|
744 #moin-ticket-create-link button { |
43987f1b008e
Added ticket-create button and blog-entry-create button in +tickets view and blog view respectively in all themes with a TODO of creating items without any initial fqname/name
Saurabh Kathpalia <saurabh.kathpalia95@gmail.com>
parents:
2688
diff
changeset
|
745 width: 150px; |
43987f1b008e
Added ticket-create button and blog-entry-create button in +tickets view and blog view respectively in all themes with a TODO of creating items without any initial fqname/name
Saurabh Kathpalia <saurabh.kathpalia95@gmail.com>
parents:
2688
diff
changeset
|
746 height: 35px; |
43987f1b008e
Added ticket-create button and blog-entry-create button in +tickets view and blog view respectively in all themes with a TODO of creating items without any initial fqname/name
Saurabh Kathpalia <saurabh.kathpalia95@gmail.com>
parents:
2688
diff
changeset
|
747 padding-top: 6px; |
43987f1b008e
Added ticket-create button and blog-entry-create button in +tickets view and blog view respectively in all themes with a TODO of creating items without any initial fqname/name
Saurabh Kathpalia <saurabh.kathpalia95@gmail.com>
parents:
2688
diff
changeset
|
748 } |
2681 | 749 html{ |
750 overflow-y: scroll; | |
751 } | |
752 .moin-hist-rev { | |
753 text-align: center; | |
754 } | |
755 #moin-button-diff { | |
756 text-align: center; | |
757 } | |
758 .menu .submenu { | |
759 display: none; | |
760 margin-bottom: 0px; | |
761 } | |
762 .menu:hover .submenu { | |
763 display: block; | |
764 } | |
2695
7142b94ccbb8
Added h1 heading in Index view in Basic theme to make it consistent with other views
Ajitesh Gupta <ajgupta93@gmail.com>
parents:
2688
diff
changeset
|
765 .moin-index-actions { |
7142b94ccbb8
Added h1 heading in Index view in Basic theme to make it consistent with other views
Ajitesh Gupta <ajgupta93@gmail.com>
parents:
2688
diff
changeset
|
766 padding-left: 0; |
7142b94ccbb8
Added h1 heading in Index view in Basic theme to make it consistent with other views
Ajitesh Gupta <ajgupta93@gmail.com>
parents:
2688
diff
changeset
|
767 .navbar-collapse { |
7142b94ccbb8
Added h1 heading in Index view in Basic theme to make it consistent with other views
Ajitesh Gupta <ajgupta93@gmail.com>
parents:
2688
diff
changeset
|
768 padding-left: 0; |
7142b94ccbb8
Added h1 heading in Index view in Basic theme to make it consistent with other views
Ajitesh Gupta <ajgupta93@gmail.com>
parents:
2688
diff
changeset
|
769 } |
7142b94ccbb8
Added h1 heading in Index view in Basic theme to make it consistent with other views
Ajitesh Gupta <ajgupta93@gmail.com>
parents:
2688
diff
changeset
|
770 } |
2681 | 771 |