mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°635 Portal: Final touches on forms layout refactoring
SVN:trunk[4738]
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user