Redesign - ni podatkov - responsive
This commit is contained in:
parent
befd200265
commit
c04a44f17f
@ -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;
|
||||
|
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user