|
24 | 24 | .btn, |
25 | 25 | .btn-group { |
26 | 26 | + .btn, |
27 | | - + .btn-group { |
28 | | - margin-left: 5px; |
29 | | - } |
| 27 | + + .btn-group { margin-left: 5px; } |
30 | 28 | + .btn-link, |
31 | | - + .dropdown { |
32 | | - margin-left: 10px; |
33 | | - } |
| 29 | + + .dropdown { margin-left: 10px; } |
34 | 30 | } |
35 | 31 | .btn-link { |
36 | 32 | color: @gray-darker; |
|
39 | 35 | padding: 4px 0; |
40 | 36 | &:active, |
41 | 37 | &:focus, |
42 | | - &:hover { |
43 | | - color: @link-color; |
44 | | - } |
| 38 | + &:hover { color: @link-color; } |
45 | 39 | } |
46 | 40 | } |
47 | 41 | } |
48 | 42 | .toolbar-pf-actions { |
49 | 43 | display: table; |
50 | | - margin-bottom: 10px; |
51 | 44 | width: 100%; |
52 | 45 | @media (min-width: @grid-float-breakpoint) { |
53 | 46 | .toolbar-pf-filter { |
|
58 | 51 | } |
59 | 52 | .toolbar-pf-view-selector { |
60 | 53 | font-size: (@font-size-base + 4); |
61 | | - @media (min-width: @grid-float-breakpoint) { |
62 | | - border-right: 0; |
63 | | - float: right; |
64 | | - padding-right: 0; |
65 | | - } |
66 | | - .active a { |
| 54 | + .btn-link.active { |
67 | 55 | color: @link-color; |
68 | 56 | cursor: default; |
69 | 57 | } |
70 | | - a { |
71 | | - color: @gray-darker; |
72 | | - &:hover { |
73 | | - color: @link-color; |
74 | | - } |
75 | | - } |
76 | | - .list-inline { |
77 | | - margin-bottom: 0; |
78 | | - } |
79 | 58 | } |
80 | 59 | .toolbar-pf-action-right { |
81 | 60 | float: right; |
82 | 61 | @media (max-width: @grid-float-breakpoint) { |
83 | 62 | float: none; |
84 | 63 | } |
85 | | - .toolbar-pf-view-selector { |
86 | | - @media (min-width: @grid-float-breakpoint) { |
87 | | - float: left; |
88 | | - } |
89 | | - } |
90 | 64 | } |
91 | 65 | .toolbar-pf-find { |
92 | 66 | font-size: (@font-size-base + 2); |
93 | 67 | position: relative; |
94 | | - .btn { |
95 | | - outline: none; |
96 | | - } |
97 | 68 | } |
98 | 69 | .find-pf-dropdown-container { |
99 | 70 | background: @color-pf-white; |
|
113 | 84 | &:before, |
114 | 85 | &:after { |
115 | 86 | content: ""; |
116 | | - display:block; |
117 | | - height:0; |
118 | 87 | position: absolute; |
119 | | - width:0; |
120 | 88 | } |
121 | 89 | &:before { |
122 | 90 | border-bottom:11px solid @color-pf-black-400; |
|
147 | 115 | } |
148 | 116 | } |
149 | 117 | input { |
150 | | - padding: 5px 95px 5px 5px; |
151 | | - width: 100%; |
152 | 118 | height: 30px; |
153 | | - line-height: 30px; |
| 119 | + padding: 5px 117px 5px 5px; // 112px (components) + 5px (offset) |
| 120 | + width: 100%; |
154 | 121 | } |
155 | 122 | .find-pf-buttons { |
156 | 123 | position: absolute; |
157 | 124 | right: 10px; |
158 | | - top: 0; |
| 125 | + top: 5px; |
159 | 126 | .btn { |
| 127 | + border: none; |
| 128 | + cursor: pointer; |
160 | 129 | margin-left: 0 !important; |
| 130 | + padding: 0; |
| 131 | + width: 18px; |
| 132 | + .fa-angle-up, |
| 133 | + .fa-angle-down { |
| 134 | + font-weight: bold; |
| 135 | + font-size: (@font-size-base + 6); |
| 136 | + } |
| 137 | + .pficon-close { font-size: (@font-size-base + 2); } |
161 | 138 | } |
162 | 139 | span { |
163 | | - cursor: pointer; |
164 | | - display: inline-block; |
165 | 140 | height: 30px; |
166 | 141 | line-height: 30px; |
167 | | - margin-right: 5px; |
168 | 142 | vertical-align: middle; |
169 | 143 | } |
170 | 144 | .find-pf-nums { |
171 | 145 | color: @color-pf-black-500; |
172 | | - font-size: (@font-size-base + 2); |
173 | | - } |
174 | | - .btn-link .fa-angle-up, |
175 | | - .btn-link .fa-angle-down { |
176 | | - font-weight: bold; |
177 | | - font-size: (@font-size-base + 6); |
178 | | - } |
179 | | - .btn-find-close { |
180 | | - font-size: (@font-size-base + 2); |
| 146 | + margin-right: 3px; |
181 | 147 | } |
182 | 148 | } |
183 | 149 | } |
|
208 | 174 | margin-left: 5px; |
209 | 175 | } |
210 | 176 | } |
211 | | - .list-inline { |
212 | | - margin: 0 10px 0 5px; |
213 | | - li { |
214 | | - padding-left: 0; |
215 | | - padding-right: 0; |
216 | | - } |
217 | | - } |
218 | 177 | } |
0 commit comments