From 7515624c1533b24654d4f66e83b0f310412ca222 Mon Sep 17 00:00:00 2001 From: lvuch Date: Thu, 22 Jun 2017 08:43:55 -0700 Subject: [PATCH] fixed table header start --- app/styles/layout/_medium.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app/styles/layout/_medium.scss b/app/styles/layout/_medium.scss index 81bd6ab0d..1b0d3c5f6 100644 --- a/app/styles/layout/_medium.scss +++ b/app/styles/layout/_medium.scss @@ -235,6 +235,11 @@ display: block; white-space: nowrap; } + nav > ul > li > a { + border-top: 0; + border-bottom: 0; + width: 100%; + } /*TOGGLE BUTTON*/ .nav-toggle { @@ -268,4 +273,13 @@ background-size: 75%; margin-left: 10px; } + .page-header NAV .dropdown-menu { + background: transparent; + box-shadow: none; + max-width: 100%; + } + + .fixed-header-actions { + position: relative !important; + } }