This commit is contained in:
Darel
2018-03-28 15:53:49 +08:00
parent bf29c7baf6
commit 84e64f06f1
3 changed files with 34 additions and 4 deletions
+14
View File
@@ -2838,6 +2838,20 @@ input[type=text]:disabled {
position: relative;
float: left;
}
.meter-tracker-bar .update-btn-first-back{
position: absolute;
display: block;
width: 80px;
height: 32px;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
background-color: #069;
right: 89%;
bottom: -400%;
text-align: center;
line-height: 32px;
}
.meter-tracker-bar .update-btn-first{
position: absolute;
display: block;