Minimized Theme: Style adjustment to increase right margin of the Logout icon on a single-tenant system.

This commit is contained in:
Nate Jones 2014-08-20 17:38:37 +00:00
parent 08715b4cf0
commit c28719d6ad
1 changed files with 2 additions and 2 deletions

View File

@ -826,7 +826,7 @@ legend {
opacity: 0.9;
-moz-opacity: 0.9;
-khtml-opacity: 0.9;
margin-left: 17px;
margin: 0px 15px 0px 17px;
}
#logout_icon:hover {
@ -842,7 +842,7 @@ legend {
opacity: 0.9;
-moz-opacity: 0.9;
-khtml-opacity: 0.9;
margin: 0px 20px 0px 15px;
margin: 0px 20px 0px 0px;
}
#domain_selector_icon:hover {