/* Reduce whitespace in login page */ #splash { margin-top: 120px; } #main_content { padding-top: 140px; padding-bottom: 180px; } @media (max-width: 767.999999px) { #sidebar.on-screen { padding-top: 98px; } } .login { margin-top: 12px; } .login .splash-logo { margin: -16px 10px; } /* Change to help text to something useful for sch.gr */ .login .help_text { margin-top: 12px; line-height: 0; color: transparent; } .login .help_text::before { content: 'Επιλέξτε "SSO του ΠΣΔ" και "Connect" για να συνδεθείτε με τα στοιχεία που έχετε στο ΠΣΔ. Εάν δεν είστε εγγεγραμμένοι στην υπηρεσία nefos, θα έχετε πρόσβαση σε κοινό δοκιμαστικό χώρο (demo). Για να εγγραφείτε στην υπηρεσία nefos και να αποκτήσετε το δικό σας χώρο, υποβάλετε αίτημα στο helpdesk του ΠΣΔ (σύνδεσμος στο κάτω μέρος της σελίδας).'; line-height: initial; color: #31708f; display: block; } /* Allow the bottom part of dropdown menus to appear over the bottom bar */ .dropdown-menu { z-index: 1040 !important; } /* Hide confusing options in the user menu */ ul#editor_list li:nth-child(4) { display: none; } ul#editor_list li:nth-child(5) { display: none; } ul#editor_list li:nth-child(6) { display: none; } ul#editor_list li:nth-child(7) { display: none; }