[ 
https://issues.apache.org/jira/browse/NIFI-2027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15335117#comment-15335117
 ] 

Scott Aslan commented on NIFI-2027:
-----------------------------------

Styles for nfel editor:

/* CodeMirror */

.CodeMirror {
    /* Set height, width, borders, and global font properties here */
    background-color: #eaeef0 !important;
    border: 1px solid #eaeef0 !important;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    resize: none;
    height: 32px;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

.CodeMirror-focused .CodeMirror-selected {
    background-color:#fff;
    border:1px solid #004849; /*link-color*/
    box-shadow:0 1px 1px rgba(0,0,0,0.4);
    outline:none;
}

> Properties Tables
> -----------------
>
>                 Key: NIFI-2027
>                 URL: https://issues.apache.org/jira/browse/NIFI-2027
>             Project: Apache NiFi
>          Issue Type: Sub-task
>          Components: Core UI
>            Reporter: Scott Aslan
>             Fix For: 1.0.0
>
>
> - Non-EL Property editor, cannot resize horizontally
> - EL Property editor, resize renders too slowly
> - Is empty check box positioning is off
> - window resize event needs to resize any visible properties tables



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to