Breadcumb no longer blocks the logout button.

Not sure why the top bar is blocking the logout button. This patch allows the user  to see and click the logout button.
This commit is contained in:
0xACE 2015-08-14 03:26:35 +02:00 committed by Jakub Vrana
parent 4a69059e1b
commit cd8ff96a09

View file

@ -286,6 +286,10 @@ input[name=logout]:hover {
color:red;
}
.logout {
z-index:3;
}
.js .column {
background:#ecf0f1;
}