diff -r 27ed26ca8623 -r 02a40997d8cb src/ztfy/myams/resources/less/forms.less --- a/src/ztfy/myams/resources/less/forms.less Fri May 12 14:03:02 2017 +0200 +++ b/src/ztfy/myams/resources/less/forms.less Thu Oct 26 14:45:34 2017 +0200 @@ -769,7 +769,7 @@ >section, >article, - >div { + >div:not(.persistent) { display: none; } legend { @@ -1364,7 +1364,7 @@ display: block; width: 100%; min-height: 14px; - padding: 4px 0; + padding: 4px 8px; border-bottom: 1px solid #ccc!important; } .input .i18n-content input, @@ -1402,6 +1402,9 @@ .input-file { position: relative; + .current-value { + font-size: 13px; + } .button { position: absolute; top: 3px; @@ -1465,9 +1468,21 @@ .select-multiple select { height: auto; } - .textarea textarea { - height: auto; - resize: none; + .textarea { + textarea { + height: auto; + resize: none; + } + &.height-100 { + textarea { + height: 100px; + } + } + &.height-200 { + textarea { + height: 200px; + } + } } .textarea-resizable textarea { resize: vertical; @@ -1588,9 +1603,6 @@ input[type="text"] { height: 28px; } - .mce-edit-area >iframe { - min-height: 250px!important; - } footer { padding: 5px 20px; border-top: 0; @@ -2758,13 +2770,16 @@ } } +.mce-fullscreen { + z-index: 10000!important; +} .mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset { font-family: Ubuntu, Arial, Helvetica, sans-serif!important; - font-size: 13px; + font-size: 13px!important; button { padding: 2px 10px!important; @@ -2808,9 +2823,6 @@ padding: 2px 1px 2px 5px!important; } } -.mce-edit-area >iframe { - min-height: 400px!important; -} .mce-path, .mce-wordcount { padding: 2px 8px!important;