Redesign - ni podatkov - responsive

This commit is contained in:
pero1203 2022-06-17 10:21:32 +02:00
parent befd200265
commit c04a44f17f
2 changed files with 30 additions and 0 deletions

View File

@ -33575,6 +33575,18 @@ table.invitations_settings p label input[type=password],
width: 45%; 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 { .page_data .data_table_top_holder {
flex-direction: column; flex-direction: column;
align-items: flex-start; align-items: flex-start;

View File

@ -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{ .page_data{
.data_table_top_holder{ .data_table_top_holder{