diff --git a/src/blenderbim/blenderbim/bim/data/webui/static/css/gantt.css b/src/blenderbim/blenderbim/bim/data/webui/static/css/gantt.css index 82354d6760..c7bf7c5bb0 100644 --- a/src/blenderbim/blenderbim/bim/data/webui/static/css/gantt.css +++ b/src/blenderbim/blenderbim/bim/data/webui/static/css/gantt.css @@ -26,6 +26,7 @@ nav { display: flex; align-items: center; position: relative; + border-bottom: 2px solid #25682a; } nav .logo { @@ -58,14 +59,6 @@ nav ul li a.active { color: #3fb449; } -nav .bottom-bar { - position: absolute; - bottom: 0; - left: 0; - width: 100%; - height: 2px; - background-color: #25682a; -} .table-description { margin-bottom: 1rem; diff --git a/src/blenderbim/blenderbim/bim/data/webui/static/css/index.css b/src/blenderbim/blenderbim/bim/data/webui/static/css/index.css index ddcf94cace..290f42b430 100644 --- a/src/blenderbim/blenderbim/bim/data/webui/static/css/index.css +++ b/src/blenderbim/blenderbim/bim/data/webui/static/css/index.css @@ -34,6 +34,7 @@ nav { display: flex; align-items: center; position: relative; + border-bottom: 2px solid #25682a; } nav .logo { @@ -64,13 +65,4 @@ nav ul li a { nav ul li a:hover, nav ul li a.active { color: #3fb449; -} - -nav .bottom-bar { - position: absolute; - bottom: 0; - left: 0; - width: 100%; - height: 2px; - background-color: #25682a; } \ No newline at end of file diff --git a/src/blenderbim/blenderbim/bim/data/webui/templates/gantt.html b/src/blenderbim/blenderbim/bim/data/webui/templates/gantt.html index 7f0d22fbb8..d934afd737 100644 --- a/src/blenderbim/blenderbim/bim/data/webui/templates/gantt.html +++ b/src/blenderbim/blenderbim/bim/data/webui/templates/gantt.html @@ -22,12 +22,15 @@
diff --git a/src/blenderbim/blenderbim/bim/data/webui/templates/index.html b/src/blenderbim/blenderbim/bim/data/webui/templates/index.html index 208d51ba35..e726facd0e 100644 --- a/src/blenderbim/blenderbim/bim/data/webui/templates/index.html +++ b/src/blenderbim/blenderbim/bim/data/webui/templates/index.html @@ -28,12 +28,15 @@