diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 9f8a33956e0..670924ee0fb 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -841,6 +841,16 @@ kbd { assure correct position of a possible text */ padding: 18px 0 18px 36px; } + // If no icons set, force left margin to align + &:not([class^='icon-']):not([class*='icon-']) { + > span, + > input, + > form { + &:not([class^='icon-']):not([class*='icon-']):first-of-type { + margin-left: 36px; + } + } + } &[class^='icon-'], &[class*=' icon-'] { padding: 0 10px 0 36px !important; |