Skip to content

Commit

Permalink
FLUID-4960: Added min height to the tabs which helps the overflow iss…
Browse files Browse the repository at this point in the history
…ue. Also moved the tab divider to the show/hide button which helps with the height of the divider. However there appears to still be issues when using Verdana and text size 2.
  • Loading branch information
Jonathan Hung committed Apr 1, 2013
1 parent c7ac670 commit ba59a6a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/webapp/components/uiOptions/css/FatPanelUIOptions.css
Expand Up @@ -20,7 +20,7 @@
border-bottom-left-radius:8px;
border-bottom-right-radius:8px;
background-color: white;
height: 2.2em;
min-height: 2em;
margin-right: 10em;
display:block;
float:right;
Expand All @@ -32,7 +32,7 @@
font-weight: bold;
border:0;
background-color: white;
height: 100%;
height: 2em;
color: #2f2b2a
font-family: 'OpenSans',"Myriad Pro", Helvetica, Arial, sans-serif;
font-size: 1.1em;
Expand All @@ -41,11 +41,12 @@
}

.fl-uiOptions-fatPanel .fl-uiOptions-reset {
border-right: 1px solid #ccc;
/*border-right: 1px solid #ccc; */
}

.fl-uiOptions-fatPanel .fl-toggleButton {
width: 15em;
border-left: 1px solid #ccc;
}

/* IFrame */
Expand Down

0 comments on commit ba59a6a

Please sign in to comment.