Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Dec 31, 2019
1 parent ccb00a1 commit eb80d52
Show file tree
Hide file tree
Showing 9 changed files with 1,090 additions and 47 deletions.
5 changes: 4 additions & 1 deletion public/css/kerberos.css
Original file line number Diff line number Diff line change
Expand Up @@ -8640,7 +8640,7 @@ div.center form#login input[type='submit'] {
.welcome .cover-cloud {
background-image: url('../images/welcome/step3_cloud.png');
background-size: cover;
background-position: center center;
background-position: top center;
height: 200px;
width: 100%;
margin: 20px 0;
Expand Down Expand Up @@ -11166,6 +11166,9 @@ div#step {
width: 100%;
margin: 10px 0;
}
.kios-no-update a {
color: #943633;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
#system,
#kerberos,
Expand Down
2 changes: 1 addition & 1 deletion public/css/kerberos.min.css

Large diffs are not rendered by default.

38 changes: 21 additions & 17 deletions public/css/less/kerberos/system/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
margin-top:10px;
display: table;

a
{
padding: 12px 25px;
Expand All @@ -15,7 +15,7 @@
margin: 0 5px 5px 0;
display: table;
float: left;

&:hover
{
text-decoration: none;
Expand All @@ -40,11 +40,11 @@
margin: 0;
padding: 0;
list-style: none;

li
{
padding: 5px 0;

a
{
color: #943633;
Expand All @@ -62,23 +62,23 @@
list-style: none;
margin: 0;
padding: 0;

li
{
padding: 10px 0;
cursor: pointer;

&.active
{
color: #943633;
}

u
{
color: #943633;
text-decoration: none;
}

span
{
width: 15px;
Expand All @@ -88,7 +88,7 @@
display: table;
float: left;
margin: 3px 15px 0 0;

&.active
{
background-color: #943633;
Expand All @@ -107,7 +107,7 @@
margin: 20px auto 0;
width: 150px;
}

.modal-body a
{
margin-top: 20px;
Expand All @@ -119,24 +119,24 @@
border-color: #943633;
border-radius: 4px;
cursor: pointer;

&:hover
{
text-decoration: none;
}
}

p
{
margin-top: 15px;
}

span
{
color: #943633;
}


h1
{
font-size: 40px;
Expand All @@ -150,7 +150,7 @@
margin-bottom: 20px;
display: table;
width: 100%;

.disk
{
margin: 20px 0;
Expand All @@ -173,7 +173,7 @@
padding: 0 15px;
border-radius: 10px;
margin-top: 10px;

.cpu
{
margin: 20px 0;
Expand All @@ -190,4 +190,8 @@
margin: 10px 0;
}

@import "responsive-main";
.kios-no-update a {
color: #943633;
}

@import "responsive-main";
22 changes: 11 additions & 11 deletions public/css/less/kerberos/welcome.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
line-height: 23px;
}

.cover-credentials
{
background-image: url('../images/welcome/step2_credentials.png');
Expand All @@ -28,7 +28,7 @@
{
background-image: url('../images/welcome/step3_cloud.png');
background-size: cover;
background-position: center center;
background-position: top center;
height: 200px;
width: 100%;
margin: 20px 0;
Expand Down Expand Up @@ -132,11 +132,11 @@
{
width: 100%;
}

.with-tooltip, .with-tooltip-left
{
position: relative;

> i.description
{
position: absolute;
Expand Down Expand Up @@ -187,8 +187,8 @@
opacity:0;
z-index: 9999999;
}
span > span:before,

span > span:before,
span > span:after
{
content: "";
Expand All @@ -200,19 +200,19 @@
margin-left: -22px;
-webkit-transform: rotate(90deg);
}

span > span:before
{
border-top: 10px solid #943633;
margin-left: -7px;
}

span > span:after
{
border-top: 10px solid #fff;
margin-left: -4px;
}

span:hover > span
{
visibility: visible;
Expand Down Expand Up @@ -246,7 +246,7 @@
width: 100%;
text-align: right;
z-index: 1;

padding: 25px 0;
width: 100%;

Expand Down Expand Up @@ -371,4 +371,4 @@
width: 400px;
background-repeat: no-repeat;
}
}
}
Binary file modified public/images/welcome/step3_cloud.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/js/mustache/system-kios.mustache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2><i class="fa fa-linux"></i> KiOS</h2>
<p>
<p class="kios-no-update">
Updating is no longer possible using the web interface. Please use <a href="https://kerberosio.zendesk.com/hc/en-us/articles/360010681740-Upgrading-KiOS" target="_blank">following documentation</a>, to perform an upgrade.
</p>
Loading

0 comments on commit eb80d52

Please sign in to comment.