forked from qwerty/milfs
Merge branch 'master' of kleper/milfskleper into master
This commit is contained in:
commit
cec188c1da
@ -3,7 +3,7 @@ el otro archivo css style.css que está en la carpeta milfs
|
|||||||
no está referenciado en index.php de milfs*/
|
no está referenciado en index.php de milfs*/
|
||||||
|
|
||||||
#contenedor_principal{
|
#contenedor_principal{
|
||||||
padding-top: 100px;
|
padding-top: 10em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
|
@ -69,6 +69,31 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#menu_administrador{
|
||||||
|
background-color: gray;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-botonera-admin {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#botonera-admin, #botonera-admin>a {
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.btn-botonera-admin:hover {
|
||||||
|
background-color: black;
|
||||||
|
}
|
||||||
|
.btn.btn-botonera-admin:hover {
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.intro-social-buttons {
|
||||||
|
padding-top: 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#div_panel_aplicaciones {
|
#div_panel_aplicaciones {
|
||||||
padding-top: 21em;
|
padding-top: 21em;
|
||||||
}
|
}
|
||||||
@ -144,33 +169,6 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
padding: 4px 5px;
|
padding: 4px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-botonera-admin {
|
|
||||||
margin-left: 20px;
|
|
||||||
margin-right: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#botonera-admin, #botonera-admin>a {
|
|
||||||
color: white !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-botonera-admin {
|
|
||||||
/* margin-left: 20px; */
|
|
||||||
/* margin-right: 20px; */
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-botonera-admin:hover {
|
|
||||||
background-color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn.btn-botonera-admin:hover {
|
|
||||||
color: white !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.intro-social-buttons {
|
|
||||||
padding-top: 10px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#botonera_landing {
|
#botonera_landing {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
}
|
}
|
||||||
@ -575,3 +573,4 @@ RESPONSIVE */
|
|||||||
padding-top: 10em;
|
padding-top: 10em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|