File tree Expand file tree Collapse file tree 5 files changed +8
-12
lines changed
Expand file tree Collapse file tree 5 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -179,11 +179,6 @@ h1.top {
179179 .title ,
180180 .subtitle {
181181 height : $row-line-height ;
182-
183- .small {
184- color : $gray ;
185- line-height : 21.8px ;
186- }
187182 }
188183
189184 td > * {
Original file line number Diff line number Diff line change @@ -219,10 +219,6 @@ body.order_plannings {
219219 text-overflow : ellipsis ;
220220 margin-right : 0.5em ;
221221}
222- .planning-calendar-inner .groupheader-wrapper > .groupheader-title > span > span .small {
223- color : $gray ;
224- line-height : 21.8px ;
225- }
226222.planning-calendar-inner > .groupheader > .sticky-wrapper ,
227223.planning-calendar-inner > .actions > .sticky-wrapper ,
228224.planning-calendar-days > .sticky-wrapper {
Original file line number Diff line number Diff line change @@ -239,6 +239,11 @@ a.disabled:hover {
239239 color : $btn-link-disabled-color ;
240240}
241241
242+ span .subtle-hint {
243+ color : $gray ;
244+ line-height : 21.8px ;
245+ }
246+
242247.form-action {
243248 @extend .form-control ;
244249 width : auto ;
Original file line number Diff line number Diff line change 1111 row.shortnames,
1212 edit_order_accounting_post_path(@order, row.accounting_post))
1313 - if row.accounting_post.closed?
14- %span .small geschlossen
14+ %span .subtle-hint geschlossen
1515 - unless row.accounting_post.billable
1616 %i .options-icon.icon-dollar-stroke
1717 - if Settings.meal_compensation.active
Original file line number Diff line number Diff line change 3333 %span{ title: post }
3434 %strong #{post.work_item.path_shortnames}:
3535 =post.work_item.name
36- - if post.work_item.closed
37- %span .small (geschlossen)
36+ - if post.work_item.closed?
37+ %span .subtle-hint (geschlossen)
3838 %i .glyphicon.glyphicon-chevron-down
3939 %small .text-muted { id: "group_header_times_#{dom_id(post)}" }
4040 = render 'accounting_post_total', post: post
You can’t perform that action at this time.
0 commit comments