Skip to content

Commit

Permalink
Added vertical padding in tenant switcher
Browse files Browse the repository at this point in the history
Fixes bug 923262

Change-Id: I0c692b6434848bfca824b935c67f1ba0b47e240d
  • Loading branch information
jakez01234 committed Feb 3, 2012
1 parent 64b81ac commit c381195
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -161,7 +161,7 @@ a.current_item:hover h3, a.current_item:hover h4 {
background-color: #e9f5fa;
width: 190px;
height: 38px;
padding: 5px 0 0 0;
padding: 5px 0;
border: 1px solid #c0d9e4;
margin-left: 14px;
margin-bottom: 15px;
Expand Down

0 comments on commit c381195

Please sign in to comment.