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 314230 Details for
Bug 459004
add to the available width
[?]
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]
patch to add a variable width; should keep a minimum width equal to the current fixed width to hopefully ensure we don't break anything in the process
variable-width.patch (text/plain), 1.42 KB, created by
Rob Landry
on 2008-08-13 18:26:43 UTC
(
hide
)
Description:
patch to add a variable width; should keep a minimum width equal to the current fixed width to hopefully ensure we don't break anything in the process
Filename:
MIME Type:
Creator:
Rob Landry
Created:
2008-08-13 18:26:43 UTC
Size:
1.42 KB
patch
obsolete
>Index: css/hwcert.css >=================================================================== >RCS file: /cvs/qa/hwcert/css/hwcert.css,v >retrieving revision 1.12 >diff -u -r1.12 hwcert.css >--- css/hwcert.css 22 Feb 2008 22:04:01 -0000 1.12 >+++ css/hwcert.css 13 Aug 2008 18:24:53 -0000 >@@ -1,5 +1,6 @@ > #wrap { >- width: 750px; >+ min-width: 750px; >+ width: 90%; > margin: 0 auto 10px auto; > padding: 0 15px; > text-align: left; >@@ -8,7 +9,8 @@ > } > > #innerwrap { >- width: 720px; >+ min-width: 720px; >+ width 90%; > margin: 0 15px; > padding: 0 0; > } >Index: template/en/default/bug/certification-comments.html.tmpl >=================================================================== >RCS file: /cvs/qa/hwcert/template/en/default/bug/certification-comments.html.tmpl,v >retrieving revision 1.3 >diff -u -r1.3 certification-comments.html.tmpl >--- template/en/default/bug/certification-comments.html.tmpl 29 Jul 2008 18:54:15 -0000 1.3 >+++ template/en/default/bug/certification-comments.html.tmpl 13 Aug 2008 18:24:53 -0000 >@@ -18,7 +18,7 @@ > [% IF isprivate %] > [% IF Param("insidergroup") && UserInGroup(Param("insidergroup")) %] > <input type="checkbox" name="commentprivacy" id="commentprivacy" value="1"> >- <label for="commentprivacy">Private</label> >+ <label for="commentprivacy">Private</label><br> > [% END %] > [% ELSE %] > <input type="hidden" name="commentprivacy" value="1">
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
Actions:
View
|
Diff
Attachments on
bug 459004
: 314230