Show pgweb version on homep age and check for newer releases

This commit is contained in:
Dan Sosedoff
2018-12-12 20:11:35 -06:00
parent 107a3ac6d4
commit 658d14314b
4 changed files with 61 additions and 9 deletions

View File

@@ -571,14 +571,32 @@
margin-top: 50px;
}
.connection-settings h1 {
.connection-settings .header {
margin-bottom: 25px;
}
.connection-settings .header h1 {
text-align: center;
text-shadow: 0px 1px 0px #fff;
margin-bottom: 25px;
color: #999;
font-weight: normal;
}
.connection-settings .header .version {
font-size: 12px;
color: #aaa;
text-align: center;
display: block;
}
.connection-settings .header .update {
font-size: 12px;
text-align: center;
padding: 4px;
margin: 12px 0px;
display: none;
}
.connection-settings form {
background: #f6f6f6;
padding: 25px;