diff --git a/admin/survey/classes/class.Notifications.php b/admin/survey/classes/class.Notifications.php
index 367e2d3b2..806dde3b0 100644
--- a/admin/survey/classes/class.Notifications.php
+++ b/admin/survey/classes/class.Notifications.php
@@ -135,7 +135,7 @@ class Notifications {
}
if(count($sentMessages) > 0){
-
+
echo '
';
echo '
';
diff --git a/public/css/admin_new.css b/public/css/admin_new.css
index d34fea85e..c7a272266 100644
--- a/public/css/admin_new.css
+++ b/public/css/admin_new.css
@@ -22829,7 +22829,10 @@ div.page_obvestila #notifications .notifications_content .notifications_content_
div.page_obvestila #notifications .notifications_content .notifications_content_left .recieved_list ul li div.title_row {
display: flex;
flex-direction: row;
+ align-items: center;
+ justify-content: space-between;
margin-bottom: 8px;
+ width: 100%;
}
div.page_obvestila #notifications .notifications_content .notifications_content_left .sent_list ul li div.title_row div.subject,
div.page_obvestila #notifications .notifications_content .notifications_content_left .recieved_list ul li div.title_row div.subject {
@@ -22838,7 +22841,8 @@ div.page_obvestila #notifications .notifications_content .notifications_content_
}
div.page_obvestila #notifications .notifications_content .notifications_content_left .sent_list ul li div.title_row div.date,
div.page_obvestila #notifications .notifications_content .notifications_content_left .recieved_list ul li div.title_row div.date {
- font-style: italic;
+ font-size: 12px;
+ color: #808080;
}
div.page_obvestila #notifications .notifications_content .notifications_content_left .sent_list ul li div.content,
div.page_obvestila #notifications .notifications_content .notifications_content_left .recieved_list ul li div.content {
diff --git a/resources/sass/admin_new/pages/sporocila/sporocila.scss b/resources/sass/admin_new/pages/sporocila/sporocila.scss
index 95bf4278c..d1affd8f6 100644
--- a/resources/sass/admin_new/pages/sporocila/sporocila.scss
+++ b/resources/sass/admin_new/pages/sporocila/sporocila.scss
@@ -88,14 +88,19 @@ div.page_obvestila {
div.title_row {
display: flex;
flex-direction: row;
+ align-items: center;
+ justify-content: space-between;
+
margin-bottom: 8px;
+ width: 100%;
div.subject {
font-weight: $semi-bold;
margin-right: 8px;
}
div.date {
- font-style: italic;
+ font-size: 12px;
+ color: $very-dark-gray2;
}
}