mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
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');
|
ui_require_css_file('progress');
|
||||||
|
|
||||||
// Main container.
|
// Main container.
|
||||||
$output .= '<div class="progress_main" ';
|
$output .= '<div class="progress_main_noborder" ';
|
||||||
$output .= '" style="width:'.$data['width'].'%;';
|
$output .= '" style="width:'.$data['width'].'%;';
|
||||||
$output .= ' height:'.$data['height'].'em;">';
|
$output .= ' height:'.$data['height'].'em;">';
|
||||||
|
|
||||||
|
@ -6,6 +6,15 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.progress_main_noborder {
|
||||||
|
height: 2.5em;
|
||||||
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
|
display: inline-block;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
.progress_main:before {
|
.progress_main:before {
|
||||||
content: attr(data-label);
|
content: attr(data-label);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user