mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Allow bigger progress bar
This commit is contained in:
parent
0756463e96
commit
4ff7a0bb31
@ -976,7 +976,8 @@ div.et2_progress {
|
|||||||
}
|
}
|
||||||
div.et2_progress > div {
|
div.et2_progress > div {
|
||||||
background-color: #D00000;
|
background-color: #D00000;
|
||||||
height: 5px;
|
height: 100%;
|
||||||
|
min-height: 5px;
|
||||||
}
|
}
|
||||||
.egwResizeOverlay {
|
.egwResizeOverlay {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
Loading…
Reference in New Issue
Block a user