Bug 980706 - RFE: Addition to overrides.css to render output from Pressgang CCMS more attractively
Summary: RFE: Addition to overrides.css to render output from Pressgang CCMS more attr...
Keywords:
Status: NEW
Alias: None
Product: Publican
Classification: Community
Component: publican-redhat
Version: future
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Nobody
QA Contact: Ruediger Landmann
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-03 05:20 UTC by Tim Hildred
Modified: 2022-04-26 19:23 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description Tim Hildred 2013-07-03 05:20:26 UTC
Currently, the Pressgang "report a bug" links render unattractively. They are too bold and noisey.

That being said, they are being used by customers and GSS to report bugs in documentation, and have enabled valuable feedback.

This addition to the overrides.css in the publican-redhat brand makes the "report a bug" links much more subtle. 

Suggested css addition:


.RoleCreateBugPara a{
  padding: 0em 0.8em 0.2em;
  background-color:white;
  margin:0em .5em;
  font-size:12px;
  color: lightgray;
  border-bottom:none;
}

.RoleCreateBugPara a:visited {color: lightgray; border-bottom:none; }
.RoleCreateBugPara {float:right; text-align:right;}
.RoleCreateBugPara a:link {color: lightgray; border-bottom:none;}
.RoleCreateBugPara a:focus,
.RoleCreateBugPara a:hover{
border-bottom: 1px dotted red;
color: red;
}

Here is an example of how this renders:
https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_MRG/2/html/Messaging_Installation_and_Configuration_Guide/Set_Broker_options_in_a_configuration_file.html

Comment 1 Stephen Gordon 2013-07-10 14:08:24 UTC
+1 From RHOS side of the house, PM and other stakeholders very much like the ability to gather feedback direct from the page but would prefer the more discreet styling.

For now we intend to switch to the publican-redhat-video brand as a stopgap but would prefer if this made it to the main publican-redhat brand.

Comment 2 Ruediger Landmann 2013-08-02 05:32:11 UTC
Moving this upstream; this is not a Fedora-specific issue


Note You need to log in before you can comment on or make changes to this bug.