Use text for Show Map button

This commit is contained in:
Carlos Salaverria 2016-09-12 18:23:38 -05:00
parent 2245aab7d1
commit 6934c0dbcc
2 changed files with 4 additions and 26 deletions

View file

@ -74,20 +74,6 @@ html, body {
background-image: url("images/show_sidebar_active_48x40.png");
}
#show_map_button {
display: block;
width: 48px;
height: 40px;
}
#show_map_button {
background-image: url("images/hide_sidebar_inactive_48x40.png");
}
#show_map_button:hover {
background-image: url("images/hide_sidebar_active_48x40.png");
}
#sidebar_container {
display: flex;
width: 470px;
@ -123,7 +109,7 @@ div#loader { z-index: 99; position: absolute; left: 0; top: 0; bottom: 0; right:
#sudo_buttons {
display: flex;
padding: 0 40px 0 40px;
padding: 15px 40px 15px 40px;
justify-content: space-between;
}