Auto send users to sites they assigned to a container. Fixes #306

This commit is contained in:
Jonathan Kingston
2017-03-13 00:58:40 +00:00
parent 9e1da083ee
commit 3e657a2e8d
8 changed files with 383 additions and 28 deletions
+37
View File
@@ -0,0 +1,37 @@
/* General Rules and Resets */
.title {
background-image: none;
}
main {
background: url(/img/onboarding-1.png) no-repeat;
background-position: -10px -15px;
background-size: 285px;
margin-inline-start: -285px;
padding-inline-start: 285px;
}
@media only screen and (max-width: 1300px) {
main {
background: none;
}
/* for a mid sized window we have enough for this but not our image */
.title {
background-image: url("chrome://global/skin/icons/info.svg");
}
}
html {
box-sizing: border-box;
font: message-box;
}
#redirect-url,
#redirect-origin {
font-weight: bold;
}
dfn {
font-style: normal;
}
+1 -1
View File
@@ -383,7 +383,7 @@ span ~ .panel-header-text {
.panel-footer {
align-items: center;
background: #efefef;
block-size: 55px;
block-size: 54px;
border-block-end: 1px solid #d8d8d8;
color: #000;
display: flex;