mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-17 00:59:29 -07:00
add images and widescreen cleanup close #32
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -129,16 +129,11 @@ body {
|
||||
|
||||
&.wide {
|
||||
max-width: 854px;
|
||||
background-color: red;
|
||||
// background: url(../images/BackGround1_1_wide.png);
|
||||
;
|
||||
}
|
||||
}
|
||||
|
||||
.wide #container {
|
||||
padding-left: 107px;
|
||||
padding-right: 107px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#divTwcLeft {
|
||||
display: none;
|
||||
text-align: right;
|
||||
@@ -299,8 +294,15 @@ body {
|
||||
transform-origin: 0 0;
|
||||
}
|
||||
|
||||
.wide #container {
|
||||
padding-left: 107px;
|
||||
padding-right: 107px;
|
||||
background-repeat: no-repeat;
|
||||
background: url(../images/BackGround1_1_wide.png)
|
||||
}
|
||||
|
||||
#divTwc:fullscreen #container {
|
||||
background-image: none;
|
||||
// background-image: none;
|
||||
width: unset;
|
||||
height: unset;
|
||||
transform-origin: unset;
|
||||
@@ -337,6 +339,10 @@ body {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
#settings {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#enabledDisplays {
|
||||
margin-bottom: 15px;
|
||||
@include u.status-colors();
|
||||
|
||||
@@ -111,4 +111,8 @@
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wide.radar #container {
|
||||
background: url(../images/BackGround4_1_wide.png);
|
||||
}
|
||||
Reference in New Issue
Block a user