Remove project picker from the top bar

in which we witness the disappearance of the the aforemntioned project picker
widget from the top bar, as if by magic.

Change-Id: I8ffbeff0b4316970413fc6354a2a863dfb8d8371
Closes-bug: #1298276
This commit is contained in:
Radomir Dopieralski 2014-04-04 13:23:18 +02:00
parent a8d1dde57f
commit f9a438ce52
1 changed files with 5 additions and 0 deletions

View File

@ -26,3 +26,8 @@
.fullscreen-workflow-body {
overflow: auto;
}
// hide the project switcher from the top bar
#tenant_switcher {
visibility: hidden;
}