[
https://issues.apache.org/jira/browse/NIFI-2468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15409948#comment-15409948
]
ASF subversion and git services commented on NIFI-2468:
-------------------------------------------------------
Commit f2f070c5bec65d3a49afb0b9daf91823530f0e8e in nifi's branch
refs/heads/master from [~scottyaslan]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=f2f070c ]
NIFI-2468: Improved UI consistency.
- Addressing comments from PR. Moving new service button below the tab pane.
(+2 squashed commits)
Squashed commits:
[f746d09] NIFI-2468:
- Addressing numerous inconsistencies throughout the UI (button placement above
tables, timestamp styles, etc)
[7d1fb09] addressing some inconsistencies
This closes #794.
Signed-off-by: Andy LoPresto <[email protected]>
> Address inconsistent placement of action buttons above tables; minor style
> edits
> --------------------------------------------------------------------------------
>
> Key: NIFI-2468
> URL: https://issues.apache.org/jira/browse/NIFI-2468
> Project: Apache NiFi
> Issue Type: Sub-task
> Components: Core UI
> Reporter: Rob Moran
> Assignee: Scott Aslan
> Fix For: 1.0.0
>
>
> Use the current Data Provenance table as a model:
> * The inputs (Filter, filter type combo) sit directly on top of the table
> header (no space between them and the table)
> * The search button sits 4px above the table
> If there are multiple buttons (e.g., in Flow History shell), separate by 2px
> like buttons in the Navigate and Operate palettes
> OTHER RELATED NOTES
> Configure Processor > Properties tab – Add button icon sits higher (within
> the button); it is not vertically centered like others
> Controller Service, Reporting Task Add buttons are above the tabs. They
> should sit above the corresponding table like all others.
> MISC STYLE EDITS
> .combo-text {
> ADD font-weight: normal;
> #general-process-group-configuration input,
> #general-process-group-configuration textarea {
> REMOVE font-size: 11px!important;
> REMOVE font-family: Verdana;
> #general-settings input {
> REMOVE font-size: 11px!important;
> REMOVE font-family: Verdana;
> All input 'placeholder's should consistently use color:#728E9B
> #settings-last-refreshed {
> CHANGE font-weight: 500;
> .setting-field {
> ADD font-weight: 500;
> .setting-name
> ADD text-transform: capitalize;
> Still seeing some instances where values (color:#775351) are either normal or
> bold in weight
> * All values should be font-weight:500;
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)