N°635 Portal: Final touches on forms layout refactoring

SVN:trunk[4738]
This commit is contained in:
Guillaume Lajarige
2017-05-16 14:50:51 +00:00
parent e9b7ccd475
commit ebe467b77a
7 changed files with 27 additions and 7 deletions

View File

@@ -15,13 +15,13 @@ body
/* Remove the background color to make it transparent */
background-color: #fff;
margin: 20px;
margin: 5px 10px; /* Changed. Original value was 20px */
}
.cke_editable
{
font-size: 13px;
line-height: 1.6;
line-height: 1.4; /* Changed. Original value was 1.6 */
/* Fix for missing scrollbars with RTL texts. (#10488) */
word-wrap: break-word;