mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Implemented fixes from non-backdrop version
This commit is contained in:
parent
c820a11ffc
commit
584305aaeb
@ -213,8 +213,8 @@
|
||||
.cardBox {
|
||||
border-radius: 15px !important;
|
||||
}
|
||||
/* Removed ugliness of Networking section in dashboard */
|
||||
.dashboardHostingForm .verticalSection {
|
||||
/* Removed ugliness of border-card styling */
|
||||
.layout-desktop fieldset.verticalSection-extrabottompadding {
|
||||
border-radius: 15px !important;
|
||||
border-color: #3B3B3B !important;
|
||||
padding: 10px 35px !important;
|
||||
@ -318,10 +318,13 @@
|
||||
padding-left: 4% !important;
|
||||
}
|
||||
.layout-desktop .nameContainer {
|
||||
padding-bottom: 30px !important;
|
||||
position: absolute !important;
|
||||
margin-top: -50px !important;
|
||||
}
|
||||
.layout-desktop .itemMiscInfo {
|
||||
position: absolute !important;
|
||||
margin-left: 21px !important;
|
||||
margin-top: 16px !important;
|
||||
}
|
||||
|
||||
/* Move track selection box */
|
||||
@ -355,6 +358,26 @@
|
||||
.layout-desktop .detailPageWrapperContainer {
|
||||
padding-top: 20% !important;
|
||||
}
|
||||
/* Move episode title */
|
||||
.layout-desktop .nameContainer {
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: box;
|
||||
-webkit-box-orient: horizontal;
|
||||
-moz-box-orient: horizontal;
|
||||
box-orient: horizontal;
|
||||
}
|
||||
.layout-desktop .nameContainer .parentName {
|
||||
-webkit-box-ordinal-group: 1;
|
||||
-moz-box-ordinal-group: 1;
|
||||
box-ordinal-group: 1;
|
||||
}
|
||||
.layout-desktop .nameContainer .itemName {
|
||||
-webkit-box-ordinal-group: 2;
|
||||
-moz-box-ordinal-group: 2;
|
||||
box-ordinal-group: 2;
|
||||
margin: 0.45em 0 0 0 !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user