From 5e66504b4d50844f1e138d1be3faacc034f1b453 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Wed, 25 Mar 2015 17:53:57 +0100 Subject: [PATCH] fix tabs --- app/styles/app.scss | 2 +- app/styles/app/tabs.sass | 110 +++++++++++++++++++-------------------- 2 files changed, 56 insertions(+), 56 deletions(-) diff --git a/app/styles/app.scss b/app/styles/app.scss index 529bdc2f..3403db9e 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -34,7 +34,7 @@ // @import "app/right/sponsors"; // @import "app/right"; @import "app/settings"; -// @import "app/tabs"; +@import "app/tabs"; @import "app/tipsy"; @import "app/components/travis-switch"; diff --git a/app/styles/app/tabs.sass b/app/styles/app/tabs.sass index 37d04e95..9990abe7 100644 --- a/app/styles/app/tabs.sass +++ b/app/styles/app/tabs.sass @@ -4,73 +4,73 @@ */ -.tabs - @include resetul - li - height: 28px - vertical-align: top - background-color: $tab-nav-inactive-bg - border-radius: 4px 4px 0px 0px - padding: 0 12px 0 12px - margin-right: 10px - white-space: nowrap - cursor: pointer - @media #{$medium-up} - height: 29px - li - display: inline-block - &:hover - background-color: $tab-nav-inactive-bg-hover +// .tabs +// @include resetul +// li +// height: 28px +// vertical-align: top +// background-color: $tab-nav-inactive-bg +// border-radius: 4px 4px 0px 0px +// padding: 0 12px 0 12px +// margin-right: 10px +// white-space: nowrap +// cursor: pointer +// @media #{$medium-up} +// height: 29px +// li +// display: inline-block +// &:hover +// background-color: $tab-nav-inactive-bg-hover - .active - background-color: $color-bg-tab-active - border-bottom-color: $color-bg-tab-active +// .active +// background-color: $color-bg-tab-active +// border-bottom-color: $color-bg-tab-active - a - color: $color-text - font-weight: 600 +// a +// color: $color-text +// font-weight: 600 - h5 - margin: 0 - font-size: $font-size-small - font-weight: normal - line-height: 30px - text-align: center +// h5 +// margin: 0 +// font-size: $font-size-small +// font-weight: normal +// line-height: 30px +// text-align: center - a - display: block - color: #a8a9ab +// a +// display: block +// color: #a8a9ab -#left +// #left - .tabs - margin: -28px 20px 0 15px +// .tabs +// margin: -28px 20px 0 15px - #tab_search:not(.active) - display: none +// #tab_search:not(.active) +// display: none - #tab_recent.hidden - display: none +// #tab_recent.hidden +// display: none - #tab_owned - display: none - #tab_owned.display - display: inline-block - #tab_new - display: none - height: 25px - width: 26px - margin-top: 3px - float: right - margin-right: 0 - padding: 0 5px 0 5px +// #tab_owned +// display: none +// #tab_owned.display +// display: inline-block +// #tab_new +// display: none +// height: 25px +// width: 26px +// margin-top: 3px +// float: right +// margin-right: 0 +// padding: 0 5px 0 5px - h5 - line-height: 25px +// h5 +// line-height: 25px - #tab_new.display - display: inline-block +// #tab_new.display +// display: inline-block #main .tabs