Fix view page overflowing, also img in description scales
Cette révision appartient à :
Parent
fe6fe17d33
révision
0d996c065d
1 fichiers modifiés avec 6 ajouts et 6 suppressions
|
@ -472,6 +472,10 @@ td.tr-le { color: #E84C4C; }
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
.torrent-info-box img {
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
.comment-box {
|
.comment-box {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
padding-left: 7px;
|
padding-left: 7px;
|
||||||
|
@ -635,6 +639,7 @@ input.filelist-checkbox:checked + table.table-filelist {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-form {
|
.user-form {
|
||||||
|
@ -651,9 +656,4 @@ input.filelist-checkbox:checked + table.table-filelist {
|
||||||
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.center {
|
|
||||||
display: inline-block;
|
|
||||||
pointer-events: initial;
|
|
||||||
}
|
|
Référencer dans un nouveau ticket