diff --git a/src/templates/main.tpl.html b/src/templates/main.tpl.html index 85f556bf..b1aab84e 100755 --- a/src/templates/main.tpl.html +++ b/src/templates/main.tpl.html @@ -44,7 +44,7 @@ -
+
diff --git a/static/css/history.css b/static/css/history.css index 51718506..fa9a9dfc 100644 --- a/static/css/history.css +++ b/static/css/history.css @@ -1,3 +1,7 @@ +#main-container { + overflow: hidden; +} + #history-panel { width: 100%; max-width: 1100px; diff --git a/static/css/style.css b/static/css/style.css index bbcb3b6c..c97cea19 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -40,12 +40,17 @@ body { padding-bottom: 0; } .nav-tabs { + position: relative; + top: 1px; margin-left: 10px; margin-bottom: 0; border: 0; } .nav-tabs > .active > a, .nav-tabs > .active > a:hover { - background-color: whiteSmoke; + background-color: #f5f5f5; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .nav-tabs > li > a, .nav-tabs > li > a:hover { padding: 8px 8px;