From 7309b4da181fd4c9bbffe5de5707606ed66b03ab Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Fri, 12 May 2017 17:19:51 +0200 Subject: [PATCH] Stash --- flatisfy/web/js_src/components/app.vue | 31 ++++++++++++++----- flatisfy/web/js_src/components/flatstable.vue | 26 ++++++++++++++++ flatisfy/web/js_src/i18n/en/index.js | 3 +- flatisfy/web/js_src/views/details.vue | 4 +++ 4 files changed, 56 insertions(+), 8 deletions(-) diff --git a/flatisfy/web/js_src/components/app.vue b/flatisfy/web/js_src/components/app.vue index 801fd3c..cc48330 100644 --- a/flatisfy/web/js_src/components/app.vue +++ b/flatisfy/web/js_src/components/app.vue @@ -15,13 +15,30 @@ diff --git a/flatisfy/web/js_src/i18n/en/index.js b/flatisfy/web/js_src/i18n/en/index.js index dd66dd5..6b2fb85 100644 --- a/flatisfy/web/js_src/i18n/en/index.js +++ b/flatisfy/web/js_src/i18n/en/index.js @@ -46,7 +46,8 @@ export default { 'Contact': 'Contact', 'no_phone_found': 'No phone found', 'rooms': 'room | rooms', - 'bedrooms': 'bedroom | bedrooms' + 'bedrooms': 'bedroom | bedrooms', + 'RM': 'RM' }, status: { 'new': 'new', diff --git a/flatisfy/web/js_src/views/details.vue b/flatisfy/web/js_src/views/details.vue index 9d42bb6..467630f 100644 --- a/flatisfy/web/js_src/views/details.vue +++ b/flatisfy/web/js_src/views/details.vue @@ -391,5 +391,9 @@ td { .fullButton { width: 100%; } + + td, th { + padding: 0; + } }