mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
minor style fix
This commit is contained in:
parent
17918cd5c6
commit
84c6640032
@ -2964,7 +2964,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…
x
Reference in New Issue
Block a user