-
\ No newline at end of file
diff --git a/src/app/pages/targets/target-detail-page.component.html b/src/app/pages/targets/target-detail-page.component.html
index 5cad108..c6c6763 100644
--- a/src/app/pages/targets/target-detail-page.component.html
+++ b/src/app/pages/targets/target-detail-page.component.html
@@ -1,10 +1,10 @@
\ No newline at end of file
diff --git a/src/app/pages/targets/target-list-page.component.html b/src/app/pages/targets/target-list-page.component.html
index 413995b..19a72aa 100644
--- a/src/app/pages/targets/target-list-page.component.html
+++ b/src/app/pages/targets/target-list-page.component.html
@@ -1,9 +1,9 @@
\ No newline at end of file
diff --git a/src/app/pages/targets/target-page.component.html b/src/app/pages/targets/target-page.component.html
index 8ad7d25..cb8a5f9 100644
--- a/src/app/pages/targets/target-page.component.html
+++ b/src/app/pages/targets/target-page.component.html
@@ -1,11 +1,11 @@
\ No newline at end of file
diff --git a/src/assets/sass/_variables.scss b/src/assets/sass/_variables.scss
index 0c7bfba..20c76ef 100644
--- a/src/assets/sass/_variables.scss
+++ b/src/assets/sass/_variables.scss
@@ -1,7 +1,7 @@
/* Common */
$textColor:#212121;
$textSecondaryColor:#757575;
-$fontSize:16px;
+$fontSize:13px; //16px;
$lineHeight:1.5em;
$transitionDuration:.3s;
$borderRadius:3px;
@@ -41,8 +41,8 @@ $contentPadding:.625em 1em;
$inputHeaderFontSize:1em;
$inputHeaderPadding:.625em 1em;
$inputBorderColor:#bdbdbd;
-$inputBorderErrorColor:#e62a10;
-$inputErrorTextColor:#e62a10;
+$inputBorderErrorColor:#e62a10;
+$inputErrorTextColor:#e62a10;
$textboxBgColor:#f7f7f7;
$inputFontSize:1em;
$buttonFontSize:1em;
@@ -60,5 +60,5 @@ $activeMenuItemBadgeColor:#ffffff;
$activeMenuItemBadgeTextColor:#212121;
/* Compact */
-$c-fontSize:14px;
-$c-lineHeight:18px;
\ No newline at end of file
+$c-fontSize:13px; //14px;
+$c-lineHeight:1.5em; //18px;
\ No newline at end of file
diff --git a/src/assets/sass/layout/_compact.scss b/src/assets/sass/layout/_compact.scss
index 2e49f7e..bf1b973 100644
--- a/src/assets/sass/layout/_compact.scss
+++ b/src/assets/sass/layout/_compact.scss
@@ -2,16 +2,16 @@ body {
.layout-wrapper.layout-compact {
font-size: $c-fontSize;
line-height: $c-lineHeight;
-
+
.layout-container {
.ultima-menu {
li {
a {
i:last-child {
- font-size: $c-fontSize + 4;
+ font-size: $c-fontSize; // + 4;
}
}
-
+
ul {
li {
a {
@@ -32,33 +32,33 @@ body {
}
}
}
-
+
.ui-radiobutton {
.ui-radiobutton-box {
width: 18px;
height: 18px;
}
}
-
+
.ui-datepicker {
tbody td a, body .ui-datepicker tbody td span {
padding-top: .25em;
}
- }
+ }
}
}
@media (min-width: 1025px) {
-
+
.layout-wrapper.layout-compact {
.layout-container {
&.menu-layout-horizontal {
- .layout-menu {
- ul.ultima-menu {
+ .layout-menu {
+ ul.ultima-menu {
> li {
> ul {
top: 35px;
-
+
li {
span {
font-size: $c-fontSize;
@@ -68,7 +68,7 @@ body {
}
}
}
-
+
.layout-main {
padding-top: 110px;
}
diff --git a/src/assets/theme/theme-dark-blue.css b/src/assets/theme/theme-dark-blue.css
index 67ab086..a23b5b3 100644
--- a/src/assets/theme/theme-dark-blue.css
+++ b/src/assets/theme/theme-dark-blue.css
@@ -3161,7 +3161,7 @@
body .ui-widget,
body .ui-widget .ui-widget {
- font-family: "Roboto","Helvetica Neue",sans-serif;
+ font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif, sans-serif; /* "Roboto","Helvetica Neue",sans-serif;*/
text-decoration: none; }
body .ui-widget-content {
background-color: #ffffff;
diff --git a/src/styles.scss b/src/styles.scss
index 6ecf190..21136c6 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -12,6 +12,9 @@
background: url("/assets/layout/images/overFlow_CI_white_200_30.png") top left no-repeat !important;
background-size: 200px 30px; }
// Menu
+.layout-container .topbar-items > li.profile-item .profile-image {
+ width: 24px;
+ height: 24px; }
.layout-container {
.topbar {
@@ -467,7 +470,7 @@
}
&.ultima-main-menu {
- margin-top: 16px;
+ margin-top: 0px; //16px;
padding-bottom: 120px;
}
@@ -475,7 +478,7 @@
a {
font-size: 1em;
display: block;
- padding: .5em 2.5em .5em 1em;
+ padding: 1em 2.5em 1em 1.2em;
//color: $textColor;
width: 100%;
box-sizing: border-box;
@@ -490,7 +493,7 @@
display: inline-block;
vertical-align: middle;
margin-right: .5em;
- font-size: 1.5em;
+ font-size: 1em !important; //1.5em;
}
i:last-child {
@@ -514,7 +517,7 @@
background-color: #cdcdcd !important;
> i {
- background-color: #cdcdcd !important;
+ //background-color: #cdcdcd !important;
}
&:hover {
@@ -550,7 +553,8 @@
li {
a {
- padding: .5em 2.5em .5em 2em;
+ //padding: .5em 2.5em .5em 2em;
+ padding: 1em 2.5em 1em 2.4em;
> span {
//font-size: $fontSize - 1;
@@ -628,7 +632,7 @@
}
.footer {
- padding: .5em;
+ padding: 0px;
.footer-text-left {
float: left;
@@ -738,8 +742,8 @@
&.profile-item {
.profile-image {
- width: 30px !important;
- height: 30px !important;
+ width: 24px !important;
+ height: 24px !important;
}
}
@@ -1557,6 +1561,11 @@
border-collapse: collapse;
border-spacing: 0;
}
+
+//.layout-container .layout-main .layout-content
+.layout-container .layout-main .layout-content {
+ padding: 0px !important;
+}
.ui-button-secondary{
background-color : #f5f6f8 !important;
.ui-button-icon-left{
@@ -1906,8 +1915,8 @@ body .ui-progressbar .ui-progressbar-value {
.ui-unbg-table{
.ui-table .ui-table-tbody > tr:nth-child(odd) .ui-state-active, .ui-state-highlight {
background-color: #f4f4f4 !important;
- color: #203976 !important;
- font-weight: bold;
+ color: #2449a7 !important;
+ font-weight: normal;
.fa {
color: #ffffff;
@@ -1927,6 +1936,11 @@ body .ui-progressbar .ui-progressbar-value {
}
}
}
+.ui-tabs-noborder div.ui-tabmenu {
+ border-left: none !important;
+ border-right: none !important;
+ border-top: none !important;
+}
//ui-togglebutton
body .ui-discovery .ui-button, .ui-togglebutton {
background-color: #f1f1f1 !important;
@@ -1938,3 +1952,37 @@ background-color: #e2e2e2 !important; }
body .ui-discovery .ui-button, .ui-togglebutton.ui-state-active {
background-color: #5180ce !important;
color: #ffffff !important; }
+body .ui-discovery, .ui-card {
+ width: 200px;
+}
+body .ui-discovery, .ui-discovery-selected .ui-widget-content{
+ border-color: #5180ce !important;
+ background: #5180ce !important;
+ color: #ffffff !important;
+ }
+body .ui-discovery, .ui-discovery-disable .ui-widget-content{
+ border-color: #e3e4e6 !important;
+ background: #e3e4e6 !important;
+ color: #cac9c9 !important;
+ }
+body .ui-discovery, .ui-card-body {
+ padding: 0.5em !important;
+}
+body .ui-discovery, .ui-card-body .ui-discovery-title {
+ width: 100%;
+ font-size: 1em ;
+ font-weight: bold ;
+ margin-bottom: 0.2em ;
+}
+body .ui-discovery, .ui-card-body .ui-discovery-date {
+ width: 100%;
+ font-size: 0.8em;
+ text-align: right;
+}
+body .ui-discovery, .ui-card-body .ui-discovery-new {
+ float: right;
+ font-size: 0.8em;
+ font-weight: bold;
+ text-align: right;
+ color: #e62a10;
+}