Corrige visualización de CKEditor
Los estilos de los enlaces de la información legal del pie de página tenían un efecto colateral al maximizar el editor CKEditor, dejando los botones fuera de la ventana. Se cambian estos estilos y se ajusta la plantilla de la página. Resuelve #302
This commit is contained in:
parent
e467e08090
commit
aad4fe0601
2 changed files with 16 additions and 9 deletions
|
@ -56,6 +56,7 @@ body {
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 1240px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#wrapper3,
|
||||
|
@ -455,6 +456,8 @@ ul.social-menu .social-link-mail:hover a {
|
|||
border-radius: 300px;
|
||||
}
|
||||
#footer ul.social-menu {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
margin: 3px 30px 0 0;
|
||||
}
|
||||
|
||||
|
@ -642,7 +645,7 @@ ul.social-menu .social-link-mail:hover a {
|
|||
height: 40px;
|
||||
opacity: 0.2;
|
||||
position: fixed;
|
||||
bottom: 50px;
|
||||
bottom: 92px;
|
||||
right: 60px;
|
||||
display: none;
|
||||
text-indent: -9999px;
|
||||
|
@ -667,7 +670,8 @@ ul.social-menu .social-link-mail:hover a {
|
|||
}
|
||||
#footer div.bgl {
|
||||
display: inline-block;
|
||||
margin: 14px 0 4.4em 30px;
|
||||
margin: 14px 0 0 30px;
|
||||
height: 6.4em;
|
||||
}
|
||||
#footer a, #footer a:visited {
|
||||
color: #ced4d9;
|
||||
|
@ -678,8 +682,7 @@ ul.social-menu .social-link-mail:hover a {
|
|||
}
|
||||
|
||||
#legal {
|
||||
position: absolute;
|
||||
margin-top: 2.8em;
|
||||
margin-top: 0.65em;
|
||||
line-height: 1.6em;
|
||||
}
|
||||
#legal a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue