comparison default/static/login.css @ 61:f76ec90e0e1e

base: menus handling, first draft: this is a very basic way to handle menu (big buttons on the top), just a first draft to be able to navigate.
author Goffi <goffi@goffi.org>
date Sat, 11 Nov 2017 00:16:35 +0100
parents a5dc14675d5e
children 099ed0c37423
comparison
equal deleted inserted replaced
60:f3c0447b8b4c 61:f76ec90e0e1e
78 padding: 7px 10px 8px; 78 padding: 7px 10px 8px;
79 border: 0; 79 border: 0;
80 border-radius: 6px 6px 6px 6px; 80 border-radius: 6px 6px 6px 6px;
81 cursor: pointer; 81 cursor: pointer;
82 margin-top: 30px; 82 margin-top: 30px;
83 }
84
85 #login_form .form_submit:hover,
86 #logged .form_submit:hover {
87 background-color: #bc0000;
88 } 83 }
89 84
90 #login_error { 85 #login_error {
91 position: absolute; 86 position: absolute;
92 margin: -90px 0 0; 87 margin: -90px 0 0;