From c04a44f17fdb13bec0c140325c7c32c763f5a933 Mon Sep 17 00:00:00 2001 From: pero1203 Date: Fri, 17 Jun 2022 10:21:32 +0200 Subject: [PATCH] Redesign - ni podatkov - responsive --- public/css/admin_new.css | 12 ++++++++++++ .../sass/admin_new/mobile/pages/data.scss | 18 ++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 5a283912d..c0894891e 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -33575,6 +33575,18 @@ table.invitations_settings p label input[type=password], width: 45%; } + /* grafika ko ni podatkov */ + div.no_data_alert img { + width: 100%; + } + div.no_data_alert h2 { + text-align: center; + } + div.no_data_alert div#buttons { + flex-direction: column; + align-items: center; + } + .page_data .data_table_top_holder { flex-direction: column; align-items: flex-start; diff --git a/resources/sass/admin_new/mobile/pages/data.scss b/resources/sass/admin_new/mobile/pages/data.scss index f7d8cffe3..3e378dcfe 100644 --- a/resources/sass/admin_new/mobile/pages/data.scss +++ b/resources/sass/admin_new/mobile/pages/data.scss @@ -1,4 +1,22 @@ +/* grafika ko ni podatkov */ +div.no_data_alert{ + + img{ + width: 100%; + } + + h2{ + text-align: center; + } + + div#buttons{ + flex-direction: column; + align-items: center; + } +} + + .page_data{ .data_table_top_holder{