-
- -
- Parts(current)
-
- -
- Stock(current)
-
- -
- Suppliers(current)
-
+
\ No newline at end of file
diff --git a/InvenTree/part/templates/part/part_base.html b/InvenTree/part/templates/part/part_base.html
index daccb26837..d2d97b3b07 100644
--- a/InvenTree/part/templates/part/part_base.html
+++ b/InvenTree/part/templates/part/part_base.html
@@ -7,12 +7,14 @@
{% include "part/cat_link.html" with category=part.category %}
{{ part.name }}
{% if part.description %}
diff --git a/InvenTree/static/css/inventree.css b/InvenTree/static/css/inventree.css
index 4af0ac2488..3acb4b6e69 100644
--- a/InvenTree/static/css/inventree.css
+++ b/InvenTree/static/css/inventree.css
@@ -25,6 +25,10 @@ table tr:nth-child(odd) {
background-color: #fff;
}
+.navbar-brand {
+ float: left;
+}
+
.badge {
float: right;
background-color: #777;
@@ -56,79 +60,4 @@ table tr:nth-child(odd) {
.inventree-content {
padding-left: 15px;
padding-right: 15px;
-}
-
-.nav-tabs>.active li {
- border-color: #d45500;
- border-bottom-color: transparent;
-}
-
-.nav-tabs li {
- padding-left: 10px;
- padding-right: 10px;
- border-bottom: 1px solid #d45500;
-}
-
-.tab-content {
- color : white;
- background-color: #428bca;
- padding : 5px 15px;
-}
-
-.nav-tabs:after,
-.nav-pills:after {
- clear: both;
-}
-.nav-tabs > li,
-.nav-pills > li {
- float: left;
-}
-.nav-tabs > li > a,
-.nav-pills > li > a {
- padding-right: 12px;
- padding-left: 12px;
- margin-right: 2px;
- line-height: 14px;
-}
-.nav-tabs {
- border-bottom: 1px solid #ddd;
- padding-top: 15px;
- padding-bottom: 15px;
-}
-.nav-tabs > li {
- margin-bottom: -1px;
-}
-.nav-tabs > li > a {
- padding-top: 8px;
- padding-bottom: 8px;
- line-height: 20px;
- border: 1px solid transparent;
- border-radius: 4px 4px 0 0;
-}
-.nav-tabs > li > a:hover,
-.nav-tabs > li > a:focus {
- border-color: #eeeeee #eeeeee #dddddd;
-}
-.nav-tabs > .active > a,
-.nav-tabs > .active > a:hover,
-.nav-tabs > .active > a:focus {
- color: #555555;
- background-color: #ffffff;
- border: 1px solid #ddd;
- border-bottom-color: transparent;
- cursor: default;
-}
-
-.panel-danger {
- border-radius: 5px;
- padding: 5px;
- margin: 5px;
- border-color: #ebccd1;
-}
-
-.panel-danger>.panel-heading {
- background-color: #ebccd1;
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
-}
-
+}
\ No newline at end of file