[25337] Fix mobile create view

[ci skip]
pull/5548/head
Oliver Günther 8 years ago
parent 303109340d
commit 696ef8a2cc
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 3
      app/assets/stylesheets/content/_work_packages.sass
  2. 13
      app/assets/stylesheets/content/work_packages/fullscreen/_fullscreen.sass
  3. 4
      app/assets/stylesheets/layout/_work_package_mobile.sass
  4. 10
      app/assets/stylesheets/layout/_work_package_table.sass

@ -41,6 +41,9 @@
@import work_packages/single_view/attachments
@import work_packages/single_view/inplace_esque_fields
@import work_packages/details/fullscreen_toggle
// WP fullscreen specific styles
@import work_packages/fullscreen/fullscreen
@import work_packages/fullscreen/back_button
// Tabs

@ -0,0 +1,13 @@
// Add padding to edit actions
.work-packages--show-view .work-packages--edit-actions
padding-top: 20px
.work-packages--edit-actions
.work-packages--left-panel &
position: absolute
width: calc(60% + 7px)
left: -20px
padding: 0 20px .5rem
.in_modal &
width: 100%

@ -46,7 +46,7 @@
overflow: visible
.work-packages--show-view
padding: 0
padding: 0 0 0 5px
&.edit-all-mode
.work-packages-full-view--split-right
@ -118,11 +118,11 @@
.work-package--new-state
overflow: auto
height: 100%
padding-right: 0
.work-packages--edit-actions
bottom: 0px !important
width: calc(100vw + 20px) !important
.detail-panel-description-content .relation h3
margin: 0 !important

@ -144,16 +144,6 @@
// Hinter browser that the content of the flex is contained
contain: strict
.work-packages--edit-actions
.work-packages--left-panel &
position: absolute
width: calc(60% + 7px)
left: -20px
padding: 0 20px .5rem
.in_modal &
width: 100%
.edit-all-mode .work-packages--left-panel
padding-bottom: 50px

Loading…
Cancel
Save