Skip to content

Commit

Permalink
FLUID-5220: fixed scroll bar
Browse files Browse the repository at this point in the history
Removed the always on horizontal scroll bar from the separatedPanel.
  • Loading branch information
jobara committed Nov 27, 2013
1 parent ac8c3eb commit 7388946
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/framework/preferences/css/SeparatedPanelPrefsEditorFrame.css
Expand Up @@ -2,7 +2,7 @@
font-family: "OpenSans";
src: url("../../../lib/fonts/OpenSans-Light.ttf");
font-weight: 300;
font-style: normal;
font-style: normal;
}

@font-face {
Expand Down Expand Up @@ -34,12 +34,12 @@ html {
background-image: url('../images/default/separatedpanelbg.png');
background-repeat: repeat;
height: 100%;
overflow-x: scroll;
overflow-x: auto;
overflow-y: hidden;
color: #766d68;
padding: 10px 0px;
margin: 0px;

}

/* Preference Panels */
Expand All @@ -65,8 +65,8 @@ html {
.fl-prefsEditor-separatedPanel h2 {
color: #766d68;
padding: 0 0 0.5em 0;
margin: 0 0 1.5em 0;
width: 100%;
margin: 0 0 1.5em 0;
width: 100%;
border-bottom: solid #ccc 1px;
box-shadow: 0px 6px 7px -6px rgba(0,0,0,0.3);
font-size: 1.2em;
Expand Down Expand Up @@ -124,7 +124,7 @@ html {
-webkit-font-smoothing: antialiased;
float: left;
margin: 0.2em 0.3em 0 0;
font-size: 1.5em;
font-size: 1.5em;
}
.fl-prefsEditor-separatedPanel .fl-icon-next:before {
content: "\e001";
Expand Down

0 comments on commit 7388946

Please sign in to comment.