Merge remote-tracking branch 'origin/ent-4772-omnishell' into ent-EDF
This commit is contained in:
commit
46c42ef8a4
|
@ -2969,7 +2969,7 @@ function ui_progress_extend(
|
|||
ui_require_css_file('progress');
|
||||
|
||||
// Main container.
|
||||
$output .= '<div class="progress_main" ';
|
||||
$output .= '<div class="progress_main_noborder" ';
|
||||
$output .= '" style="width:'.$data['width'].'%;';
|
||||
$output .= ' height:'.$data['height'].'em;">';
|
||||
|
||||
|
|
|
@ -6,6 +6,15 @@
|
|||
display: inline-block;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.progress_main_noborder {
|
||||
height: 2.5em;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.progress_main:before {
|
||||
content: attr(data-label);
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue