- Fixed after deleting a record in TablesList, not updated correctly #110

- Improve SEO Rank with WooRank tips...
This commit is contained in:
Paolo Arena
2019-11-20 00:15:08 +01:00
parent 17d5a50662
commit 6c575ac9ed
32 changed files with 196 additions and 94 deletions

View File

@@ -19,8 +19,16 @@
.tothebottomfixed {
position: fixed;
left: 0;
right: 0;
right: 60px;
bottom: 0;
height: -100%;
z-index: 1000;
}
.margin_buttons_cook {
margin: -8px -8px;
}
.margin_buttons_cook > * {
margin: 8px 8px !important;
}