Change CSS of details page
This commit is contained in:
@ -1,4 +1,34 @@
|
||||
table, th, td {
|
||||
width: 100%;
|
||||
border: 1px solid white;
|
||||
h4 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.detailrow {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.detailrow div {
|
||||
width: 50%;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.detailrow :first-child {
|
||||
width: 30%;
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.detailrow :last-child {
|
||||
display: flex;
|
||||
justify-content: right;
|
||||
width: 70%;
|
||||
float: right;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
#torrent #details {
|
||||
border: 1px solid white;
|
||||
padding: 10px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user