diff --git a/ereuse_devicehub/resources/device/templates/devices/layout.html b/ereuse_devicehub/resources/device/templates/devices/layout.html
index 4c7e6464..6d9e5788 100644
--- a/ereuse_devicehub/resources/device/templates/devices/layout.html
+++ b/ereuse_devicehub/resources/device/templates/devices/layout.html
@@ -50,7 +50,7 @@
-
{{ device_real.type }} - {{ device_real.verbose_name }}
+
{{ device_real.type }} - {{ device_real.verbose_name }}
Basic
diff --git a/ereuse_devicehub/resources/did/templates/dpp.html b/ereuse_devicehub/resources/did/templates/dpp.html
index d5399c1e..628defeb 100644
--- a/ereuse_devicehub/resources/did/templates/dpp.html
+++ b/ereuse_devicehub/resources/did/templates/dpp.html
@@ -49,7 +49,7 @@
-
+
{{ result.result.data.hardware.device.type }} -
{{ result.result.data.hardware.device.manufacturer }}
{{ result.result.data.hardware.device.model }}
diff --git a/ereuse_devicehub/static/css/devicehub.css b/ereuse_devicehub/static/css/devicehub.css
index e82af14c..21ad32bd 100644
--- a/ereuse_devicehub/static/css/devicehub.css
+++ b/ereuse_devicehub/static/css/devicehub.css
@@ -24,7 +24,7 @@
padding-bottom: 5px;
}
#ApplyDeviceLots {
- color: #993365;
+ color: #007bc0;
font-weight: bold;
}
#ApplyDeviceLots.disabled {
@@ -34,7 +34,7 @@
background-color: #fff;
}
.help {
- color: #993365;
+ color: #007bc0;
}
.doTransfer {
margin-top: -8px;
diff --git a/ereuse_devicehub/static/css/style.css b/ereuse_devicehub/static/css/style.css
index 1766a804..32cc8874 100644
--- a/ereuse_devicehub/static/css/style.css
+++ b/ereuse_devicehub/static/css/style.css
@@ -24,7 +24,7 @@ a {
}
a:hover {
- color: #cc0066;
+ color: #007bc0;
text-decoration: none;
}
@@ -56,7 +56,7 @@ h1, h2, h3, h4, h5, h6 {
font-size: 24px;
margin-bottom: 0;
font-weight: 600;
- color: #993365;
+ color: #007bc0;
}
/*--------------------------------------------------------------
@@ -178,14 +178,14 @@ h1, h2, h3, h4, h5, h6 {
}
.btn-primary {
- background-color: #993365;
- border-color: #993365;
+ background-color: #007bc0;
+ border-color: #007bc0;
color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
- background-color: #cc0066;
- border-color: #cc0066;
+ background-color: #007bc0;
+ border-color: #007bc0;
color: #fff;
}
@@ -351,12 +351,12 @@ h1, h2, h3, h4, h5, h6 {
color: #2c384e;
}
.nav-tabs-bordered .nav-link:hover, .nav-tabs-bordered .nav-link:focus {
- color: #993365;
+ color: #007bc0;
}
.nav-tabs-bordered .nav-link.active {
background-color: #fff;
- color: #993365;
- border-bottom: 2px solid #993365;
+ color: #007bc0;
+ border-bottom: 2px solid #007bc0;
}
/*--------------------------------------------------------------
@@ -395,7 +395,7 @@ h1, h2, h3, h4, h5, h6 {
font-size: 32px;
padding-left: 10px;
cursor: pointer;
- color: #993365;
+ color: #007bc0;
}
.header .search-bar {
min-width: 360px;
@@ -464,7 +464,7 @@ h1, h2, h3, h4, h5, h6 {
color: #012970;
}
.header-nav .nav-profile {
- color: #993365;
+ color: #007bc0;
}
.header-nav .nav-profile img {
max-height: 36px;
@@ -631,7 +631,7 @@ h1, h2, h3, h4, h5, h6 {
align-items: center;
font-size: 15px;
font-weight: 600;
- color: #993365;
+ color: #007bc0;
transition: 0.3;
background: #f6f9ff;
padding: 10px 15px;
@@ -640,7 +640,7 @@ h1, h2, h3, h4, h5, h6 {
.sidebar-nav .nav-link i {
font-size: 16px;
margin-right: 10px;
- color: #993365;
+ color: #007bc0;
}
.sidebar-nav .nav-link.collapsed {
color: #6c757d;
@@ -650,11 +650,11 @@ h1, h2, h3, h4, h5, h6 {
color: #899bbd;
}
.sidebar-nav .nav-link:hover {
- color: #993365;
+ color: #007bc0;
background: #f6f9ff;
}
.sidebar-nav .nav-link:hover i {
- color: #993365;
+ color: #007bc0;
}
.sidebar-nav .nav-link .bi-chevron-down {
margin-right: 0;
@@ -685,7 +685,7 @@ h1, h2, h3, h4, h5, h6 {
border-radius: 50%;
}
.sidebar-nav .nav-content a:hover, .sidebar-nav .nav-content a.active {
- color: #993365;
+ color: #007bc0;
}
.sidebar-nav .nav-content a.active i {
background-color: #4154f1;
@@ -1028,7 +1028,7 @@ h1, h2, h3, h4, h5, h6 {
padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
- background: #993365;
+ background: #007bc0;
border: 0;
padding: 10px 30px;
color: #fff;
@@ -1036,15 +1036,15 @@ h1, h2, h3, h4, h5, h6 {
border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
- background: #993365;
+ background: #007bc0;
}
button[type=submit] {
- background-color: #993365;
- border-color: #993365;
+ background-color: #007bc0;
+ border-color: #007bc0;
}
button[type=submit]:hover {
- background-color: #993365;
- border-color: #993365;
+ background-color: #007bc0;
+ border-color: #007bc0;
}
@-webkit-keyframes animate-loading {
0% {
diff --git a/ereuse_devicehub/templates/did/layout.html b/ereuse_devicehub/templates/did/layout.html
index 9a688be5..1299d080 100644
--- a/ereuse_devicehub/templates/did/layout.html
+++ b/ereuse_devicehub/templates/did/layout.html
@@ -65,7 +65,7 @@
-
{{ device_real.type }} - {{ device_real.verbose_name }}
+
{{ device_real.type }} - {{ device_real.verbose_name }}
Basic
diff --git a/ereuse_devicehub/templates/ereuse_devicehub/user_login.html b/ereuse_devicehub/templates/ereuse_devicehub/user_login.html
index b8b6cbc0..9c24cf43 100644
--- a/ereuse_devicehub/templates/ereuse_devicehub/user_login.html
+++ b/ereuse_devicehub/templates/ereuse_devicehub/user_login.html
@@ -13,7 +13,7 @@
@@ -69,12 +69,6 @@
-
-
@@ -84,19 +78,6 @@
-
-