Allow bigger progress bar

This commit is contained in:
Nathan Gray 2014-01-16 10:44:04 +00:00
parent 0756463e96
commit 4ff7a0bb31

View File

@ -976,7 +976,8 @@ div.et2_progress {
}
div.et2_progress > div {
background-color: #D00000;
height: 5px;
height: 100%;
min-height: 5px;
}
.egwResizeOverlay {
position: fixed;