Changed css styles on main page.
This commit is contained in:
parent
72b388a045
commit
7e15104fe5
2 changed files with 10 additions and 6 deletions
|
@ -96,7 +96,7 @@ input[type="text"],
|
||||||
select,
|
select,
|
||||||
input[type="password"] {
|
input[type="password"] {
|
||||||
border: 0;
|
border: 0;
|
||||||
font-size: 14px;
|
font-size: 1rem;
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: 1px dashed #000000;
|
border: 1px dashed #000000;
|
||||||
|
@ -113,7 +113,7 @@ select.form-control {
|
||||||
.btn-success.set-json {
|
.btn-success.set-json {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border: 1px dashed #000000;
|
border: 1px dashed #000000;
|
||||||
font-size: 14px;
|
font-size: 1rem;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
@ -156,7 +156,7 @@ input.form-button:visited {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #749a02;
|
background-color: #749a02;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 14px;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin-right: .6em;
|
margin-right: .6em;
|
||||||
|
@ -191,7 +191,7 @@ input#delete:visited {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #398aac;
|
background-color: #398aac;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 14px;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin-right: .6em;
|
margin-right: .6em;
|
||||||
|
@ -662,7 +662,7 @@ input.search-vivo {
|
||||||
|
|
||||||
#wrapperButtons {
|
#wrapperButtons {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
margin-left: 5%;
|
margin-left: 4%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
@ -694,6 +694,7 @@ input.search-vivo {
|
||||||
margin-right: 2%;
|
margin-right: 2%;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border: 1px solid #DD9F00;
|
border: 1px solid #DD9F00;
|
||||||
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#btn-reset-button {
|
#btn-reset-button {
|
||||||
|
@ -2175,6 +2176,9 @@ span.subclassExpandMinus {
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
top: 50px;
|
top: 50px;
|
||||||
}
|
}
|
||||||
|
ul#main-nav {
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
#wrapper-content {
|
#wrapper-content {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
|
|
@ -152,7 +152,7 @@ button.btn.btn-xs.btn-danger {
|
||||||
|
|
||||||
.query-builder .btn-xs, .query-builder .btn-group-xs>.btn {
|
.query-builder .btn-xs, .query-builder .btn-group-xs>.btn {
|
||||||
padding: 5px 8px;
|
padding: 5px 8px;
|
||||||
font-size: 12px;
|
font-size: 1rem;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
/*border-radius: 3px;*/
|
/*border-radius: 3px;*/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue