Bug 535501 (RHQ-218)

Summary: Ok/Cancel buttons in configuration editing don't match rest of UI
Product: [Other] RHQ Project Reporter: Jason Dobies <__jdobies>
Component: ConfigurationAssignee: Joseph Marques <jmarques>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 0.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
URL: http://jira.rhq-project.org/browse/RHQ-218
Whiteboard:
Fixed In Version: 1.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
RC4
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jason Dobies 2008-04-01 19:36:00 UTC
Most of the buttons in the UI have a dark background with light writing. The Ok/Cancel buttons when editing a configuration are standard issue HTML buttons.

Comment 1 Joseph Marques 2008-04-06 08:02:34 UTC
rev537 - fixed 2 dozen or so various css issues with buttons, all buttons now either:
1) are controls of some paginated data set, nested inside of a rich:column tag, and have styleClass of "on-pager-button buttonsmall", or
2) are general button controls on the page, nested inside of an h:panelGrid with styleClass of "buttons-table" and columnClasses of "button-cell", and have themselves a styleClass of "buttonmed";

quick list of files affected:
admin/plugin/plugin-list.xhtml
content/createContentSource.xhtml
definition/group/edit-general.xhtml
definition/group/new.xhtml
group/inventory/edit-connection.xhtml
group/inventory/edit-general.xhtml
group/operation/groupOperationScheduleDetails.xhtml
group/operation/groupOperationScheduleNew.xhtml
resource/content/deploy.xhtml
resource/inventory/create-config-2.xhtml
resource/inventory/edit-connection.xhtml
resource/inventory/edit-general.xhtml
resource/inventory/view.xhtml
resource/operation/resourceOperationScheduleNew.xhtml


Comment 2 Red Hat Bugzilla 2009-11-10 20:59:36 UTC
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-218