Browse Source

Consolidate CSS into style.css

adaptive-webui-19844
Thomas Piccirello 7 years ago
parent
commit
a4f99995bb
  1. 29
      src/webui/www/public/css/style.css
  2. 22
      src/webui/www/public/login.html

29
src/webui/www/public/css/style.css

@ -6,3 +6,32 @@ body { @@ -6,3 +6,32 @@ body {
line-height: 18px;
color: #555;
}
.col {
display: inline-block;
vertical-align: middle;
}
.row {
margin-bottom: 5px;
}
#main {
margin-left: auto;
margin-right: auto;
text-align: center;
padding-top: 5em;
}
#formplace {
text-align: left;
padding: 10px;
}
#error_msg {
color: #f00;
}
#logo img {
height: 11em;
}

22
src/webui/www/public/login.html

@ -45,28 +45,6 @@ @@ -45,28 +45,6 @@
}).send();
}
</script>
<style type="text/css">
.col {
display: inline-block;
vertical-align: middle;
}
.row {
margin-bottom: 5px;
}
#main {
margin-left: auto;
margin-right: auto;
text-align: center;
padding-top: 5em;
}
#formplace {
text-align: left;
padding: 10px;
}
#error_msg {
color: #f00;
}
</style>
</head>
<body>
<div id="main">

Loading…
Cancel
Save