Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsengelen committed Oct 21, 2020
1 parent c4676f2 commit c771a17
Showing 1 changed file with 56 additions and 19 deletions.
75 changes: 56 additions & 19 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,19 @@ textarea.noresize {
.btn-margin {
margin-right: 10px;
}
.btn-margin-restore {
margin-left: 10px;
}
.div-browser {
min-width: 200px;
}
.div-browser-items: {
min-width: 800px;
width: auto !important;
}
.div-margin {
margin-left: 10px;
}
.errorClass {
border: 1px solid red;
}
Expand Down Expand Up @@ -280,15 +293,15 @@ textarea.noresize {

.modal {
text-align: center;
padding: 0!important;
padding: 0 !important;
}
.modal-backdrop {
z-index: -1;
}
.modal:before {
display: inline-block;
height: 100%;
margin-right: -4px;/* Adjusts for spacing */
margin-right: -4px;
vertical-align: middle;
}
.modal-dialog {
Expand All @@ -305,25 +318,56 @@ table.table-padding {
margin-bottom: 20px;
padding: 0 !important;
}
table.table-small {
margin-bottom: 20px;
margin-left: 40px;
margin-top: 10px;
width: 92%;
}
.zeroPadding {
padding: 0 !important;
background: #FFFFFF;
}

.btn-login {
background: #54b948;
color: #fff;
}
.btn-login:hover {
background: #54b948;
color: #fff;
text-decoration: underline;
}
.btn-link {
background: #95a5a6;
color: #fff;
margin-top: 15px;
}
.btn-link:hover {
background: #95a5a6;
color: #fff;
margin-top: 15px;
}
.btn-next {
background: #54b948;
color: #fff;
}
.divider-line {
border-bottom: 3px solid #ccc;
color: #333;
font-family: Arial;
font-weight: bold;
font-size: 12px;
position: relative;
text-align: center;
}
.divider-line span {
background: #fff;
padding: 0 15px;
position: relative;
top: 10px;
}
.input-loginform {
height: 50px;
margin: 0;
padding: 0 40px;
vertical-align: middle;
background: #fff;
border: 1px solid #000;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 50px;
Expand Down Expand Up @@ -357,9 +401,7 @@ table.table-small {
.banner-sec {
background: url("../images/login.jpg") no-repeat bottom;
background-size: cover;
min-height: 500px;
border-radius: 0 10px 10px 0;
padding: 0;
min-height: 580px;
}
.login-container {
background: #fff;
Expand All @@ -372,12 +414,12 @@ table.table-small {
}
.login-sec h2 {
margin-bottom: 30px;
font-weight: 800;
font-weight: 600;
font-size: 30px;
color: #54b948;
}
.login-sec h2:after {
content: " ";
content: "";
width: 100px;
height: 5px;
background: #cbeac8;
Expand All @@ -387,11 +429,6 @@ table.table-small {
margin-left: auto;
margin-right: auto;
}
.btn-login {
background: #54b948;
color: #fff;
font-weight:600;
}

.loader {
color: #222;
Expand Down

0 comments on commit c771a17

Please sign in to comment.