Kaynağa Gözat

[Administration] Distributions : accès boutons d'action en version mobile #1265

feature/souke
Guillaume Bourgeois 1 yıl önce
ebeveyn
işleme
956e5bb6f9
2 değiştirilmiş dosya ile 9 ekleme ve 5 silme
  1. +5
    -3
      backend/web/css/screen.css
  2. +4
    -2
      backend/web/sass/_responsive.scss

+ 5
- 3
backend/web/css/screen.css Dosyayı Görüntüle

@@ -2897,14 +2897,16 @@ termes.
/* line 148, ../sass/_responsive.scss */
.distribution-index #orders table button.dropdown-toggle,
.distribution-index #orders table button.btn-moins,
.distribution-index #orders table button.btn-plus {
padding: 15px;
.distribution-index #orders table button.btn-plus,
.distribution-index #orders table .btn {
padding: 10px;
}
/* line 155, ../sass/_responsive.scss */
/* line 156, ../sass/_responsive.scss */
.distribution-index #orders table .column-origin,
.distribution-index #orders table .column-point-sale,
.distribution-index #orders table .column-state-payment,
.distribution-index #orders table .column-payment,
.distribution-index #orders table .column-credit,
.distribution-index #orders table .column-tiller,
.distribution-index #orders table .column-delivery-note {
display: none;

+ 4
- 2
backend/web/sass/_responsive.scss Dosyayı Görüntüle

@@ -147,8 +147,9 @@ termes.

button.dropdown-toggle,
button.btn-moins,
button.btn-plus {
padding: 15px;
button.btn-plus,
.btn {
padding: 10px;
}

//.column-checkbox,
@@ -159,6 +160,7 @@ termes.
//.column-amount,
.column-state-payment,
.column-payment,
.column-credit,
.column-tiller,
//.column-actions,
.column-delivery-note {

Yükleniyor…
İptal
Kaydet