Skip to content
Snippets Groups Projects
Commit 891862ab authored by ale's avatar ale
Browse files

Update SRI and bindata for the latest css fix

parent 821df6df
No related branches found
No related tags found
1 merge request!6Refactor the login handler
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
......@@ -82,7 +82,7 @@ func staticCssBootstrapMinCss() (*asset, error) {
var _staticCssSigninCss = []byte(`body {
padding-top: 15%;
padding-bottom: 20%;
background-color: #eee;
background-color: #efefef;
}
.form-signin {
max-width: 330px;
......@@ -117,6 +117,9 @@ var _staticCssSigninCss = []byte(`body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.form-signin input[type="text"] {
margin-bottom: 10px;
}
.error {
font-weight: bold;
color: red;
......@@ -147,7 +150,7 @@ func staticCssSigninCss() (*asset, error) {
return nil, err
}
info := bindataFileInfo{name: "static/css/signin.css", size: 1009, mode: os.FileMode(420), modTime: time.Unix(1535013418, 0)}
info := bindataFileInfo{name: "static/css/signin.css", size: 1071, mode: os.FileMode(420), modTime: time.Unix(1576447419, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
......
......@@ -2,7 +2,7 @@ package server
var sriMap = map[string]string{
"/static/css/bootstrap.min.css": "sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO",
"/static/css/signin.css": "sha384-9Y3UkAyM3svAuamEoaXIxe+1MqBKJdZtL8S1FZjvE1XqkICDH7DTXNavnFV8Uk2o",
"/static/css/signin.css": "sha384-Eg6R7EvngjwfifE75qnyhwjgbAuSpVLDEWoYuNWpF2Yn7QsqKCvxpFsR5YCrzV5d",
"/static/js/bootstrap-4.1.3.min.js": "sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy",
"/static/js/jquery-3.3.1.min.js": "sha384-tsQFqpEReu7ZLhBV2VZlAu7zcOV+rXbYlF2cqB8txI/8aZajjp4Bqd+V6D5IgvKT",
"/static/js/logout.js": "sha384-lChVngGLNFXetIJTSxc+scDpi1vsBL+7Xa4r2uZpQFP/6Y2z9eCDXe/Y4IUdklRD",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment