Show More
@@ -60,13 +60,13 b' form.rcform {' | |||
|
60 | 60 | max-width: 500px; |
|
61 | 61 | margin: 0 0 @padding -@legend-width; |
|
62 | 62 | padding: 0 0 0 @legend-width; |
|
63 | ||
|
63 | ||
|
64 | 64 | .btn { |
|
65 | 65 | display: inline-block; |
|
66 | 66 | margin: 0 1em @padding 0; |
|
67 | 67 | } |
|
68 | 68 | } |
|
69 | ||
|
69 | ||
|
70 | 70 | input, |
|
71 | 71 | textarea { |
|
72 | 72 | float: left; |
@@ -113,7 +113,7 b' form.rcform {' | |||
|
113 | 113 | opacity: 0.5; |
|
114 | 114 | } |
|
115 | 115 | } |
|
116 | ||
|
116 | ||
|
117 | 117 | input[type="radio"]:not(#ie), |
|
118 | 118 | input[type="checkbox"]:not(#ie) { |
|
119 | 119 | // Hide the input, but have it still be clickable |
@@ -187,13 +187,13 b' form.rcform {' | |||
|
187 | 187 | filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */ |
|
188 | 188 | |
|
189 | 189 | -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */ } |
|
190 | ||
|
190 | ||
|
191 | 191 | & + .label { |
|
192 | 192 | float: left; |
|
193 | 193 | margin-top: 5px |
|
194 | 194 | } |
|
195 | 195 | } |
|
196 | ||
|
196 | ||
|
197 | 197 | input[type=checkbox]:not(#ie) { |
|
198 | 198 | visibility: hidden; |
|
199 | 199 | &:checked + label:after { |
@@ -244,7 +244,7 b' form.rcform {' | |||
|
244 | 244 | .error-message { |
|
245 | 245 | margin-top: 5px; |
|
246 | 246 | } |
|
247 | ||
|
247 | ||
|
248 | 248 | input[type=submit] { |
|
249 | 249 | &:extend(.btn-primary); |
|
250 | 250 | |
@@ -271,14 +271,15 b' form.rcform {' | |||
|
271 | 271 | .badged-field { |
|
272 | 272 | .user-badge { |
|
273 | 273 | line-height: 25px; |
|
274 |
padding: |
|
|
274 | padding: .5em; | |
|
275 | 275 | border-radius: @border-radius; |
|
276 |
border-top: 1px solid @ |
|
|
277 |
border-left: 1px solid @ |
|
|
278 |
border-bottom: 1px solid @ |
|
|
276 | border-top: 1px solid @grey4; | |
|
277 | border-left: 1px solid @grey4; | |
|
278 | border-bottom: 1px solid @grey4; | |
|
279 | 279 | font-size: 14px; |
|
280 | 280 | font-style: normal; |
|
281 | 281 | color: @text-light; |
|
282 | background: @grey7; | |
|
282 | 283 | display: inline-block; |
|
283 | 284 | vertical-align: top; |
|
284 | 285 | cursor: default; |
@@ -605,10 +605,20 b' button.close {' | |||
|
605 | 605 | } |
|
606 | 606 | |
|
607 | 607 | |
|
608 | input { | |
|
608 | input, textarea { | |
|
609 | 609 | &.disabled { |
|
610 | 610 | opacity: .5; |
|
611 | 611 | } |
|
612 | ||
|
613 | &:hover { | |
|
614 | border-color: @grey3; | |
|
615 | box-shadow: @button-shadow; | |
|
616 | } | |
|
617 | ||
|
618 | &:focus { | |
|
619 | border-color: @rcblue; | |
|
620 | box-shadow: @button-shadow; | |
|
621 | } | |
|
612 | 622 | } |
|
613 | 623 | |
|
614 | 624 | // remove extra padding in firefox |
@@ -643,16 +653,20 b' select {' | |||
|
643 | 653 | padding: 0 18px 0 8px; |
|
644 | 654 | line-height:1em; |
|
645 | 655 | font-size: @basefontsize; |
|
646 |
border: @border-thickness solid @r |
|
|
656 | border: @border-thickness solid @grey5; | |
|
657 | border-radius: @border-radius; | |
|
647 | 658 | background:white url("../images/dt-arrow-dn.png") no-repeat 100% 50%; |
|
648 |
color: @r |
|
|
659 | color: @grey4; | |
|
660 | box-shadow: @button-shadow; | |
|
649 | 661 | |
|
650 | 662 | &:after { |
|
651 | 663 | content: "\00A0\25BE"; |
|
652 | 664 | } |
|
653 | 665 | |
|
654 | &:focus { | |
|
666 | &:focus, &:hover { | |
|
655 | 667 | outline: none; |
|
668 | border-color: @grey4; | |
|
669 | color: @rcdarkblue; | |
|
656 | 670 | } |
|
657 | 671 | } |
|
658 | 672 | |
@@ -2112,7 +2126,7 b' h3.files_location{' | |||
|
2112 | 2126 | box-shadow: @button-shadow; |
|
2113 | 2127 | |
|
2114 | 2128 | #at_rev, a { |
|
2115 |
padding: 0.6em 0. |
|
|
2129 | padding: 0.6em 0.4em; | |
|
2116 | 2130 | margin: 0; |
|
2117 | 2131 | .box-shadow(none); |
|
2118 | 2132 | border: 0; |
@@ -2122,7 +2136,7 b' h3.files_location{' | |||
|
2122 | 2136 | |
|
2123 | 2137 | input#at_rev { |
|
2124 | 2138 | max-width: 50px; |
|
2125 |
text-align: r |
|
|
2139 | text-align: center; | |
|
2126 | 2140 | } |
|
2127 | 2141 | |
|
2128 | 2142 | &.previous { |
@@ -536,8 +536,9 b' ul#context-pages {' | |||
|
536 | 536 | // PAGINATION |
|
537 | 537 | |
|
538 | 538 | .pagination { |
|
539 |
border: @border-thickness solid @r |
|
|
540 |
color: @r |
|
|
539 | border: @border-thickness solid @grey5; | |
|
540 | color: @grey2; | |
|
541 | box-shadow: @button-shadow; | |
|
541 | 542 | |
|
542 | 543 | .current { |
|
543 | 544 | color: @grey4; |
@@ -554,19 +555,24 b' ul#context-pages {' | |||
|
554 | 555 | .dataTables_paginate, .pagination-wh { |
|
555 | 556 | text-align: left; |
|
556 | 557 | display: inline-block; |
|
557 |
border-left: 1px solid @r |
|
|
558 | border-left: 1px solid @grey5; | |
|
558 | 559 | float: none; |
|
559 | 560 | overflow: hidden; |
|
561 | box-shadow: @button-shadow; | |
|
560 | 562 | |
|
561 | 563 | .paginate_button, .pager_curpage, |
|
562 | 564 | .pager_link, .pg-previous, .pg-next, .pager_dotdot { |
|
563 | 565 | display: inline-block; |
|
564 | 566 | padding: @menupadding/4 @menupadding; |
|
565 |
border: 1px solid @r |
|
|
567 | border: 1px solid @grey5; | |
|
566 | 568 | border-left: 0; |
|
567 |
color: @r |
|
|
569 | color: @grey2; | |
|
568 | 570 | cursor: pointer; |
|
569 | 571 | float: left; |
|
572 | ||
|
573 | &:hover { | |
|
574 | color: @rcdarkblue; | |
|
575 | } | |
|
570 | 576 | } |
|
571 | 577 | |
|
572 | 578 | .pager_curpage, .pager_dotdot, |
@@ -580,7 +586,7 b' ul#context-pages {' | |||
|
580 | 586 | display: inline-block; |
|
581 | 587 | text-align: left; |
|
582 | 588 | padding: @menupadding/4 @menupadding; |
|
583 |
border: 1px solid @r |
|
|
589 | border: 1px solid @grey5; | |
|
584 | 590 | border-left: 0; |
|
585 | 591 | float: left; |
|
586 | 592 | } |
@@ -169,6 +169,12 b' select.select2{height:28px;visibility:hi' | |||
|
169 | 169 | width: 100%; |
|
170 | 170 | margin: .5em 0; |
|
171 | 171 | padding: .5em; |
|
172 | border-color: @grey4; | |
|
173 | ||
|
174 | &:focus, &:hover { | |
|
175 | border-color: @rcblue; | |
|
176 | box-shadow: @button-shadow; | |
|
177 | } | |
|
172 | 178 | } |
|
173 | 179 | |
|
174 | 180 | .select2-no-results { |
@@ -13,15 +13,19 b'' | |||
|
13 | 13 | font-size: (-1 + @basefontsize); //fit in tables |
|
14 | 14 | line-height: .9em; |
|
15 | 15 | border: none; |
|
16 | box-shadow: @button-shadow; | |
|
16 | 17 | .border-radius(@border-radius); |
|
17 | 18 | font-family: @text-regular; |
|
18 | 19 | background-image: none; |
|
19 | 20 | color: @grey4; |
|
20 |
.border ( @border-thickness-tags, @grey |
|
|
21 | .border ( @border-thickness-tags, @grey5 ); | |
|
21 | 22 | white-space: nowrap; |
|
22 | 23 | a { |
|
23 | 24 | color: inherit; |
|
24 | text-decoration: underline; | |
|
25 | ||
|
26 | &:hover { | |
|
27 | color: @grey2; | |
|
28 | } | |
|
25 | 29 | |
|
26 | 30 | i, |
|
27 | 31 | [class^="icon-"]:before, |
@@ -29,6 +33,10 b'' | |||
|
29 | 33 | text-decoration: none; |
|
30 | 34 | } |
|
31 | 35 | } |
|
36 | ||
|
37 | &:hover { | |
|
38 | border-color: @grey4; | |
|
39 | } | |
|
32 | 40 | } |
|
33 | 41 | |
|
34 | 42 | .tag0 { .border ( @border-thickness-tags, @grey4 ); color:@grey4; } |
General Comments 0
You need to be logged in to leave comments.
Login now