[fix] Reference to view body
This commit is contained in:
parent
b03d152f11
commit
b829f09330
@ -7,7 +7,7 @@ body {
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cuerpo{
|
#newViewBody{
|
||||||
top:17%;
|
top:17%;
|
||||||
left:1%;
|
left:1%;
|
||||||
width:98%;
|
width:98%;
|
||||||
@ -23,34 +23,34 @@ body {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#cuerpo .modal-body{
|
#newViewBody .modal-body{
|
||||||
color: #000;
|
color: #000;
|
||||||
border:none;
|
border:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cuerpo .panel-default{
|
#newViewBody .panel-default{
|
||||||
border: 3px solid #4A89A5;
|
border: 3px solid #4A89A5;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cuerpo .panel > .panel-heading {
|
#newViewBody .panel > .panel-heading {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: #4A89A5;
|
background-color: #4A89A5;
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cuerpo .btn-default{
|
#newViewBody .btn-default{
|
||||||
border: 2px solid #62655F;
|
border: 2px solid #62655F;
|
||||||
background: #F9DFAF;
|
background: #F9DFAF;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cuerpo .btn-default:hover{
|
#newViewBody .btn-default:hover{
|
||||||
border: 2px solid #62655F;
|
border: 2px solid #62655F;
|
||||||
background: #F9DFAF;
|
background: #F9DFAF;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cuerpo .alert-success{
|
#newViewBody .alert-success{
|
||||||
background: #C6E97C;
|
background: #C6E97C;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user