Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 575504 Details for
Bug 794220
wsrp producer configuration looks bad in FF7
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
new proposed patch
wsrp_gui.patch (text/plain), 3.44 KB, created by
Viliam Rockai
on 2012-04-05 17:33:53 UTC
(
hide
)
Description:
new proposed patch
Filename:
MIME Type:
Creator:
Viliam Rockai
Created:
2012-04-05 17:33:53 UTC
Size:
3.44 KB
patch
obsolete
>Index: src/main/webapp/jsf/producer/producer.xhtml >=================================================================== >--- src/main/webapp/jsf/producer/producer.xhtml (revision 8678) >+++ src/main/webapp/jsf/producer/producer.xhtml (working copy) >@@ -1,6 +1,6 @@ > <!-- > ~ JBoss, a division of Red Hat >- ~ Copyright 2012, Red Hat Middleware, LLC, and individual >+ ~ Copyright 2011, Red Hat Middleware, LLC, and individual > ~ contributors as indicated by the @authors tag. See the > ~ copyright.txt in the distribution for a full listing of > ~ individual contributors. >@@ -87,8 +87,7 @@ > styleClass="UIGrid ConsumerGrid" width="100%"> > <h:column> > <f:facet name="header">#{i18n.producer_config_reg_prop_name}</f:facet> >- <h:inputText id="name" value="#{property.nameAsString}" validator="#{producer.validate}" >- size="21"/> >+ <h:inputText id="name" value="#{property.nameAsString}" validator="#{producer.validate}" styleClass="prop-name"/> > </h:column> > <h:column> > <f:facet name="header">#{i18n.producer_config_reg_prop_type}</f:facet> >@@ -98,11 +97,11 @@ > </h:column> > <h:column> > <f:facet name="header">#{i18n.producer_config_reg_prop_label}</f:facet> >- <h:inputText id="label" value="#{property.label}" validator="#{producer.validate}" size="21"/> >+ <h:inputText id="label" value="#{property.label}" validator="#{producer.validate}" styleClass="prop-label"/> > </h:column> > <h:column> > <f:facet name="header">#{i18n.producer_config_reg_prop_hint}</f:facet> >- <h:inputText id="hint" value="#{property.hint}" validator="#{producer.validate}" size="21"/> >+ <h:inputText id="hint" value="#{property.hint}" validator="#{producer.validate}" styleClass="prop-hint"/> > </h:column> > <h:column> > <f:facet name="header">#{i18n.producer_config_reg_prop_action}</f:facet> >@@ -131,4 +130,4 @@ > </h:form> > > </ui:define> >-</ui:decorate> >\ No newline at end of file >+</ui:decorate> >Index: src/main/webapp/skin/wsrp/DefaultSkin/DefaultStylesheet.css >=================================================================== >--- src/main/webapp/skin/wsrp/DefaultSkin/DefaultStylesheet.css (revision 8678) >+++ src/main/webapp/skin/wsrp/DefaultSkin/DefaultStylesheet.css (working copy) >@@ -1,6 +1,6 @@ > /* > * JBoss, a division of Red Hat >- * Copyright 2012, Red Hat Middleware, LLC, and individual >+ * Copyright 2010, Red Hat Middleware, LLC, and individual > * contributors as indicated by the @authors tag. See the > * copyright.txt in the distribution for a full listing of > * individual contributors. >@@ -47,6 +47,12 @@ > color: darkblue; > } > >+/***************************** Producer form style ************************/ >+ >+.UIWsrpPortlet .prop-name, .UIWsrpPortlet .prop-label, .UIWsrpPortlet .prop-hint { >+ width: 96%; >+} >+ > /***************************** Messages Style ************************/ > > .portlet-msg-success { >@@ -151,7 +157,7 @@ > border: 1px solid #8A8A8A; > border-bottom: 1px solid #5D5D5D; > display: inline-block; >- margin: 0; >+ margin: 0 4px 0 0; > cursor: pointer; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
vrockai
: review? (
claprun
)
Actions:
View
|
Diff
Attachments on
bug 794220
:
563656
|
566061
|
566075
| 575504 |
597363
|
597377
|
597379