[add] Logout

Also made general fixes to the css
This commit is contained in:
2018-08-12 10:03:25 -06:00
parent de84da4482
commit d4fadf08bc
6 changed files with 48 additions and 33 deletions

View File

@@ -1,23 +1,12 @@
body {
background-color: #e3e3e3;
/* Se agrego color blanco a letra en panel en general*/
color: #000;
}
/*Cambia el color del date picker a negro para permitir su visibilidad*/
.datepicker{
color: black;
}
/*El color con el que se muestra el peso del archivo en la carga masiva se imagenes*/
.size{
color: black;
}
.calendar{
background: #fff;
}
#cuerpo{
top:17%;
left:1%;
@@ -78,7 +67,6 @@ body {
}
/* botoner<65>a panel principal */
.metro{
width:auto;
height:auto;
@@ -199,7 +187,7 @@ body {
}
}
/* FORMATO PARA TEXTO CUSTOM */
.formato_texto_custom{
width: 97%;
float: left;

View File

@@ -18,7 +18,7 @@ body {
padding: 20px;
background: #fff;
border-radius: 5px;
border-top: 5px solid #bdb035;
border-top: 5px solid #5bc0de;
margin: 0 auto;
}
.login-block h1 {
@@ -58,15 +58,15 @@ body {
background-size: 16px 80px;
}
.login-block input:active, .login-block input:focus {
border: 1px solid #bdb035;
border: 1px solid #5bc0de;
}
.login-block #loginButon {
width: 100%;
height: 40px;
background: #bdb035;
background: #009bad;
box-sizing: border-box;
border-radius: 5px;
border: 1px solid #6d661c;
border: 1px solid #000;
color: #fff;
font-weight: bold;
text-transform: uppercase;
@@ -75,7 +75,7 @@ body {
outline: none;
cursor: pointer;
}
.login-block button:hover {
background: #c7b935;
border: 1px solid #6d661c;
}
#modalLoginErrorHeader{
background-color: #d9534f;
}