Show pgweb version on homep age and check for newer releases
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user