diff options
| author | 2021-08-22 23:01:37 +0200 | |
|---|---|---|
| committer | 2021-08-22 23:01:37 +0200 | |
| commit | 235f16647a8a7903f750e174139a8e12d9982dce (patch) | |
| tree | b3b9cdf12a70258a13e6f37d7c5f57cd733cd34f /p/themes/Mapco | |
| parent | ee2d2db7807065587664d75de2c617f06c8ee568 (diff) | |
Settings: Display - icons table in mobile view fixed (#3792)
* fixed all themes
* fixed swage.scss
Diffstat (limited to 'p/themes/Mapco')
| -rw-r--r-- | p/themes/Mapco/_forms.scss | 4 | ||||
| -rw-r--r-- | p/themes/Mapco/mapco.css | 3 | ||||
| -rw-r--r-- | p/themes/Mapco/mapco.rtl.css | 3 |
3 files changed, 0 insertions, 10 deletions
diff --git a/p/themes/Mapco/_forms.scss b/p/themes/Mapco/_forms.scss index 340d2219f..bb2bc5d51 100644 --- a/p/themes/Mapco/_forms.scss +++ b/p/themes/Mapco/_forms.scss @@ -143,10 +143,6 @@ input.extend { line-height: 2.0em; } - table { - margin: 10px 0 0 220px; - } - &.form-actions { margin: 15px 0 25px; padding: 5px 0; diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index 50b1ebd5f..38ad0c49f 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -183,9 +183,6 @@ input.extend { .form-group .group-controls .control { line-height: 2em; } -.form-group table { - margin: 10px 0 0 220px; -} .form-group.form-actions { margin: 15px 0 25px; padding: 5px 0; diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index f78ee0574..3f7b646d6 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -183,9 +183,6 @@ input.extend { .form-group .group-controls .control { line-height: 2em; } -.form-group table { - margin: 10px 220px 0 0; -} .form-group.form-actions { margin: 15px 0 25px; padding: 5px 0; |
