1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 17:33:14 +01:00

fix piece list bulk modal scaling

This commit is contained in:
Tim Daubenschütz 2015-07-01 10:10:57 +02:00
parent 1db9921dd8
commit 3cd14418e7

View File

@ -1,8 +1,9 @@
.ascribe-piece-list-bulk-modal { .ascribe-piece-list-bulk-modal {
position: fixed; position: fixed;
top:0; top:0;
width:1170px; left: 3%;
height:6em; width:94%;
max-width: 1174px;
background-color: #FAFAFA; background-color: #FAFAFA;
border-left: 0.1em solid #E0E0E0; border-left: 0.1em solid #E0E0E0;
@ -12,6 +13,14 @@
border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;
border-bottom: 0.2em solid #E0E0E0; border-bottom: 0.2em solid #E0E0E0;
z-index:1000; z-index:1000;
padding-bottom: 1em;
}
@media(min-width:1174px){
.ascribe-piece-list-bulk-modal {
left: auto;
}
} }
.piece-list-bulk-modal-clear-all { .piece-list-bulk-modal-clear-all {