xpbar size fix
This commit is contained in:
parent
32231bfa15
commit
5bf52687a5
1 changed files with 4 additions and 1 deletions
|
|
@ -96,6 +96,7 @@ article{padding:70px 0 30px}
|
||||||
.qglist .qgtitle .solved .fa{color:#bcd75e}
|
.qglist .qgtitle .solved .fa{color:#bcd75e}
|
||||||
.qglist .qgtitle .bonus{background:#f5821f}
|
.qglist .qgtitle .bonus{background:#f5821f}
|
||||||
|
|
||||||
|
.xpinfo{display:none}
|
||||||
.xpbar{width:60%;float:left;height:10px;position:relative;background:#eee;border-radius:25px;margin:8px 0 16px}
|
.xpbar{width:60%;float:left;height:10px;position:relative;background:#eee;border-radius:25px;margin:8px 0 16px}
|
||||||
.xpbar span{display:block;height:100%;border-radius:20px;background:#bcd75e;position:relative;overflow:hidden}
|
.xpbar span{display:block;height:100%;border-radius:20px;background:#bcd75e;position:relative;overflow:hidden}
|
||||||
.xpnumeric{float:right;color:#869845}
|
.xpnumeric{float:right;color:#869845}
|
||||||
|
|
@ -112,10 +113,12 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
|
||||||
@media only screen and (min-width:480px){
|
@media only screen and (min-width:480px){
|
||||||
.questgroups li{width:48%;float:left}
|
.questgroups li{width:48%;float:left}
|
||||||
.questgroups li:nth-child(even){float:right}
|
.questgroups li:nth-child(even){float:right}
|
||||||
|
.xpinfo{display:inline-block;float:left;padding-right:20px}
|
||||||
|
.xpbar{width:50%}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width:768px){
|
@media only screen and (min-width:768px){
|
||||||
|
.xpbar{width:70%}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width:1024px){
|
@media only screen and (min-width:1024px){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue