"À gauche le menu !"

This commit is contained in:
2017-10-30 12:01:47 +01:00
parent c0e9344a0a
commit 4f25b1304a
5 changed files with 25 additions and 2 deletions

View File

@@ -53,6 +53,17 @@ div.top_menu input {
margin-right: 4px;
}
div.top_menu .menu_button {
position: relative;
float: left;
top: 4px;
width: 16px;
height: 16px;
border-radius: 2px;
margin-left: 4px;
}
div.top_menu input:hover {
background-color: #FF5D00;
}

View File

@@ -53,6 +53,17 @@ div.top_menu input {
margin-right: 4px;
}
div.top_menu .menu_button {
position: relative;
float: left;
top: 4px;
width: 16px;
height: 16px;
border-radius: 2px;
margin-left: 4px;
}
div.top_menu input:hover {
background-color: #FF5D00;
}