New images to use in the front page

This commit is contained in:
Manuel Cillero 2017-09-25 20:16:18 +02:00
parent 22bfb77044
commit 2bf3647dd4
12 changed files with 13 additions and 11 deletions

View file

@ -13,7 +13,6 @@ body.elfinder {
*/
#page-wrapper {
background-color: #ebeae9;
min-height: 800px;
}
#main {
background: #fff;
@ -92,6 +91,9 @@ body.not-logged-in[class*="page-user"] #main-wrapper,
body.not-logged-in[class*="page-user"] #main-content div.tabs {
background: transparent;
}
body.not-logged-in[class*="page-user"] #page-wrapper {
height: 100%;
}
body.not-logged-in[class*="page-user"] #page-title {
display: none;
}