diff options
| author | Gabriel Albo <gabriel@albo.com.br> | 2014-10-09 21:47:19 -0300 | 
|---|---|---|
| committer | Gabriel Albo <gabriel@albo.com.br> | 2014-10-13 10:25:43 -0300 | 
| commit | 716c01d3a5003b94fcbb7d4286597517fe4d06a1 (patch) | |
| tree | ed594f08ca1545c3e47588aa3c19938532df76c3 /web-ui | |
| parent | 456019b85f9efbc50ccf932e8081641facaf8fae (diff) | |
UI redesign - Hiding header (only function now is to show notifications)
Diffstat (limited to 'web-ui')
| -rw-r--r-- | web-ui/app/index.html | 3 | ||||
| -rw-r--r-- | web-ui/app/scss/main.scss | 3 | 
2 files changed, 1 insertions, 5 deletions
| diff --git a/web-ui/app/index.html b/web-ui/app/index.html index 284ac4e9..3687bc77 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -16,9 +16,7 @@  <div class="off-canvas-wrap" data-offcanvas>    <header id="main"> -    <div id="logo" class="small-4 large-2 columns"><strong>Pixelated</strong> <i class="fa fa-angle-right"></i> Messages</div>      <div id="user-alerts"></div> -    <div id="logout"></div>    </header>    <div class="inner-wrap"> @@ -35,6 +33,7 @@      <section id="left-pane" class="left-off-canvas-menu">        <nav id="tag-list"></nav> +      <div id="logout"></div>      </section>      <article id='middle-pane-container' class="small-5 medium-5 large-5 columns no-padding"> diff --git a/web-ui/app/scss/main.scss b/web-ui/app/scss/main.scss index 23de32be..57e9858d 100644 --- a/web-ui/app/scss/main.scss +++ b/web-ui/app/scss/main.scss @@ -17,11 +17,8 @@ header#main {    overflow: hidden;    position: fixed;    top: 0; -  padding: 5px 0;    width: 100%;    position: relative; -  background: $secondary; -  border-bottom: 1px solid lighten($secondary, 5%);    margin-bottom: 0;  } | 
