1
0
This commit is contained in:
2018-01-21 19:07:43 +01:00
parent 28ae8beb2d
commit f373b208f6
15 changed files with 435 additions and 11 deletions

View File

@@ -102,6 +102,19 @@ body {
.boxedcontent .bc_data {
padding: 8px; }
.button {
color: #DDD;
text-decoration: none;
background-color: #222;
font-size: 1rem;
border: 1px solid black;
height: 36px;
line-height: 36px;
padding: 2px 2rem; }
.button:hover {
background-color: #555; }
/* 400px */
#headerdiv {
z-index: 999;
@@ -887,6 +900,41 @@ html, body {
text-decoration: none;
color: #22F; }
/* 400px */
.admincontent {
display: block;
width: 100%; }
.admincontent .boxedcontent {
margin-bottom: 20px; }
.egh_ajaxOutput {
display: flex;
box-sizing: border-box;
width: 100%;
align-self: center;
justify-self: center;
margin-left: auto;
margin-right: auto;
resize: none;
height: 300px; }
/* 400px */
#loginform div {
display: flex;
flex-direction: column; }
#loginform div button {
margin: 10px 0;
padding: 0; }
.loginerror {
display: flex;
background: #FF4444;
font-weight: bold;
padding: 0 5px;
margin: 5px 0 20px 0; }
/* 400px */
.euler_pnl_base {
display: inline-flex;