Fix new layout bugs
This commit is contained in:
parent
3040d0c546
commit
f8b4057b26
2 changed files with 20 additions and 5 deletions
|
@ -1211,13 +1211,26 @@ p.editable:hover i {
|
|||
|
||||
.tag-image-sizes .tag-image-size {
|
||||
height: 22px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.tag-image-sizes .tag-image-size .size-title {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.tag-image-sizes .tag-image-size .size-limiter {
|
||||
display: inline-block;
|
||||
padding-right: 90px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tag-image-sizes .tag-image-size .size-bar {
|
||||
display: inline-block;
|
||||
background: steelblue;
|
||||
height: 12px;
|
||||
margin-right: 90px;
|
||||
}
|
||||
|
||||
#current-tag .control-bar {
|
||||
|
|
Reference in a new issue