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