Merge branch 'dev/gfl_fix_style_in_flowChart' into 'master'
Dev/gfl fix style in flow chart See merge request easycorp/zentaopms!6914
This commit is contained in:
@@ -9,12 +9,11 @@
|
||||
<?php endforeach; ?>
|
||||
</div>
|
||||
<style>
|
||||
.flow-chart-row {display: flex; gap: 5px; margin-bottom: 9px;}
|
||||
.flow-item {background: url('/static/svg/arrow-blue.svg') center no-repeat; background-size: cover; text-align: center; margin: 0; padding-right: 15px; flex:0 1 16%; position: relative; padding: 5px 0 5px 8px; white-space:nowrap; overflow: visible; color: #3c4353; display: flex; align-items: center;}
|
||||
.flow-item > div {padding-left: 5%;}
|
||||
.flow-chart-row {display: flex; gap: 5px; margin-bottom: 9px; width: 100%;}
|
||||
.flow-item {background: url('/static/svg/arrow-blue.svg') center no-repeat; background-size: contain; text-align: center; margin: 0; padding-right: 15px; flex:0 1 16%; position: relative; padding: 5px 0 5px 8px; white-space:nowrap; overflow: hidden; color: #3c4353; display: flex; align-items: center; text-align: center; padding-right: 10px;}
|
||||
.ie-8 .flow-item > div:before {display: none}
|
||||
.flow-item > div:before {border-left-color: #fff; z-index: 1}
|
||||
.flow-item > div > div {display: flow-root; overflow: hidden; padding-left: 5px;}
|
||||
.flow-item > div > div {display: flow-root; overflow: hidden;}
|
||||
.ie-8 .flow-item > div {margin-right: 10px}
|
||||
.flow-item-0 > div {color: #FFF; font-weight: 400;}
|
||||
.flow-item-0 > div:before {display: none}
|
||||
|
||||
Reference in New Issue
Block a user