David 10 lat temu
rodzic
commit
155dacc3b6
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      front/styles.css

+ 2 - 1
front/styles.css

@@ -200,17 +200,18 @@ th.output{
     border-radius: 3px;
     border-radius: 3px;
 }
 }
 #progress {
 #progress {
-  position: absolute;
   height: 100%;
   height: 100%;
   background-color: #A1C1BE;
   background-color: #A1C1BE;
   border-radius: 3px;
   border-radius: 3px;
 }
 }
 
 
 #label {
 #label {
+	float:left;
     text-align: center;
     text-align: center;
     line-height: 20px;
     line-height: 20px;
     color: white;
     color: white;
     font-size: 75%;
     font-size: 75%;
+	width:100%;
 }
 }
 
 
 .expanded{
 .expanded{