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/Ansum | |
| parent | ee2d2db7807065587664d75de2c617f06c8ee568 (diff) | |
Settings: Display - icons table in mobile view fixed (#3792)
* fixed all themes
* fixed swage.scss
Diffstat (limited to 'p/themes/Ansum')
| -rw-r--r-- | p/themes/Ansum/_forms.scss | 4 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.css | 3 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.rtl.css | 3 |
3 files changed, 0 insertions, 10 deletions
diff --git a/p/themes/Ansum/_forms.scss b/p/themes/Ansum/_forms.scss index 340d2219f..bb2bc5d51 100644 --- a/p/themes/Ansum/_forms.scss +++ b/p/themes/Ansum/_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/Ansum/ansum.css b/p/themes/Ansum/ansum.css index b84907784..ea75e8585 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -182,9 +182,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/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index fc5d9ce70..94836face 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -182,9 +182,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; |
