You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/07/08 12:51:11 UTC

[jira] [Commented] (NIFI-2031) Global menu and button style changes

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

ASF subversion and git services commented on NIFI-2031:
-------------------------------------------------------

Commit fa351a61ab6e79e9ce12ffc0dc660da877de2165 in nifi's branch refs/heads/master from [~scottyaslan]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=fa351a6 ]

[NIFI-2038] Make component buttons larger, add hover icon, and add grip across bottom
[NIFI-2031] update global menu styles
[NIFI-2037] Increase header icons font sizes
[NIFI-2036] update logo
[NIFI-2144] consistent view details icons
This closes #604


> Global menu and button style changes
> ------------------------------------
>
>                 Key: NIFI-2031
>                 URL: https://issues.apache.org/jira/browse/NIFI-2031
>             Project: Apache NiFi
>          Issue Type: Sub-task
>          Components: Core UI
>            Reporter: Rob Moran
>            Assignee: Scott Aslan
>            Priority: Minor
>
> Please make the following changes to the global menu and button:
> *For #global-menu-content:*
> REMOVE
> border-radius:2px;
> CHANGE
> padding:0;
> TO
> padding:3px 0;
> CHANGE
> box-shadow: 0 2px 3px rgba(0,0,0,0.35);
> TO
> box-shadow: 0 3px 6px rgba(0,0,0,0.3);
> *For #global-menu-button:*
> REMOVE
> border-top-left-radius: 2px;
> border-top-right-radius: 2px;
> margin: 0 10px;
> CHANGE
> border: 1px solid #aabbc3;
> TO
> border:0;
> ADD
> height:56px;
> width:63px;
> *For #global-menu-button:hover*
> CHANGE
> background-color: #c7d2d7;
> TO
> background-color:#e3e8eb;
> CHANGE
> box-shadow: 0 1px 1px rgba(0,0,0,0.15);
> TO
> box-shadow:0 3px 6px rgba(0,0,0,0.3);



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