Fix padding issues in eInk theme
This commit is contained in:
parent
e2dd38c3ef
commit
38f5fe2ca4
|
@ -1,9 +1,3 @@
|
||||||
/*
|
|
||||||
* This is the built-in 'default' theme. If you would like to make your own
|
|
||||||
* custom theme, you should make a copy of this file, apply the changes you
|
|
||||||
* want to that copy, then select that copy by name in the settings to apply.
|
|
||||||
*/
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: #DBDBDB;
|
background: #DBDBDB;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
@ -46,6 +40,10 @@ div.playmodes {
|
||||||
.mark {
|
.mark {
|
||||||
background: #b00;
|
background: #b00;
|
||||||
}
|
}
|
||||||
|
div.time {
|
||||||
|
top: 192px;
|
||||||
|
right: -10px;
|
||||||
|
}
|
||||||
div.time h4 {
|
div.time h4 {
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
|
@ -142,7 +142,6 @@ div.seen h3 {
|
||||||
div.thumb, div.details {
|
div.thumb, div.details {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
padding: 10px;
|
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
}
|
}
|
||||||
div.thumb {
|
div.thumb {
|
||||||
|
@ -168,6 +167,9 @@ div.time h4 {
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
div.title {
|
||||||
|
padding: 0px 10px;
|
||||||
|
}
|
||||||
#title h1, #title img {
|
#title h1, #title img {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -286,6 +288,9 @@ div#videos {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
div.clip {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
.menu input[type="checkbox"] {
|
.menu input[type="checkbox"] {
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue