Commit 4ff4c864 authored by d11e9's avatar d11e9

fix scroller styling

parent b494fe96
...@@ -25,6 +25,7 @@ body { ...@@ -25,6 +25,7 @@ body {
vertical-align: middle; vertical-align: middle;
background-color: rgba(255,255,255,0.8); background-color: rgba(255,255,255,0.8);
height: 100%; height: 100%;
font-size: 1.3em;
} }
.scroller i { .scroller i {
......
...@@ -53,8 +53,8 @@ ...@@ -53,8 +53,8 @@
<div id="editor"> <div id="editor">
<span class="newFile" title="New File"><i class="fa fa-file-code-o"></i></span> <span class="newFile" title="New File"><i class="fa fa-file-code-o"></i></span>
<div class="files-wrapper"> <div class="files-wrapper">
<div class="scroller scroller-left"><i class="glyphicon glyphicon-chevron-left"></i></div> <div class="scroller scroller-left"><i class="fa fa-chevron-left "></i></div>
<div class="scroller scroller-right"><i class="glyphicon glyphicon-chevron-right"></i></div> <div class="scroller scroller-right"><i class="fa fa-chevron-right "></i></div>
<ul id="files" class="nav nav-tabs"></ul> <ul id="files" class="nav nav-tabs"></ul>
</div> </div>
<span class="toggleRHP" title="Toggle right hand panel"><i class="fa fa-angle-double-right"></i></span> <span class="toggleRHP" title="Toggle right hand panel"><i class="fa fa-angle-double-right"></i></span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment