You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Marc Betz (JIRA)" <ji...@apache.org> on 2007/07/31 18:53:52 UTC

[jira] Created: (STDCXX-506) Improve the look and feel

Improve the look and feel
-------------------------

                 Key: STDCXX-506
                 URL: https://issues.apache.org/jira/browse/STDCXX-506
             Project: C++ Standard Library
          Issue Type: Sub-task
            Reporter: Marc Betz




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STDCXX-506) Improve the look and feel

Posted by "Eric Lemings (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Lemings updated STDCXX-506:
--------------------------------

    Component/s: Documentation

> Improve the look and feel
> -------------------------
>
>                 Key: STDCXX-506
>                 URL: https://issues.apache.org/jira/browse/STDCXX-506
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Marc Betz
>         Attachments: apache-look-and-feel.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STDCXX-506) Improve the look and feel

Posted by "Marc Betz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marc Betz updated STDCXX-506:
-----------------------------

    Attachment: apache-look-and-feel.zip

The attached zip file contains the patch for addressing at least parts of this issue. As in previous fixes, the changes are pretty simple:
- added stdcxx.gif to the images directory. This is the project
   logo, taken from the project page. It is used as the image in
   the revised banner page.
- changed the button images to have a background color that
   matches that of the logo.
- changed rw.css, the cascading stylesheet, to use the logo
   background color for headings in the document.
- revised the banner file to: use the logo as its image, with the logo
   being a link to the project home page; center the document name
   and document links in the approximate middle of the banner; add
   another cell to the formatting table to create white space on the
   right-hand side, which is what pushes the title etc to the center.
   We might want to use this space for something, like links to
   other useful places on the Apache web site.

The following images in the images directories are no longer used and could be deleted:
banner.gif
blank.gif
bnosearch.gif
bsearch.gif
buttons.gif
end.gif
index.gif
next.gif
noindex.gif
nonext.gif
noprevl.gif
nosearch.gif
notoc.gif
notop.gif
prev.gif
rwlogo.gif
search.gif
toc.gif
top.gif

> Improve the look and feel
> -------------------------
>
>                 Key: STDCXX-506
>                 URL: https://issues.apache.org/jira/browse/STDCXX-506
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>            Reporter: Marc Betz
>         Attachments: apache-look-and-feel.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STDCXX-506) Improve the look and feel

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor updated STDCXX-506:
--------------------------------

             Priority: Minor  (was: Major)
    Affects Version/s: 4.1.2
                       4.1.3
        Fix Version/s: 4.2.1

Since this is purely cosmetic lowered Priority to Minor and deferred for 4.2.1.

> Improve the look and feel
> -------------------------
>
>                 Key: STDCXX-506
>                 URL: https://issues.apache.org/jira/browse/STDCXX-506
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>          Components: Documentation
>    Affects Versions: 4.1.2, 4.1.3
>            Reporter: Marc Betz
>            Priority: Minor
>             Fix For: 4.2.1
>
>         Attachments: apache-look-and-feel.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (STDCXX-506) Improve the look and feel

Posted by "Marc Betz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STDCXX-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516748 ] 

Marc Betz commented on STDCXX-506:
----------------------------------

One more thing: the next button at the top of each page is the wrong size. This is due to the HTML, not the image itself. This HTML at the top of each page:

<IMG SRC="images/bnext.gif" WIDTH=25 HEIGHT=21 ALT="Next file" BORDER=O>

needs to be 

<IMG SRC="images/bnext.gif" WIDTH=20 HEIGHT=21 ALT="Next file" BORDER=O>

That is, width equals 20 rather than 25.

I did not change this because it would be another every file in the document change. I can do this in a later submission maybe when a lot of files are changing.

> Improve the look and feel
> -------------------------
>
>                 Key: STDCXX-506
>                 URL: https://issues.apache.org/jira/browse/STDCXX-506
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>            Reporter: Marc Betz
>         Attachments: apache-look-and-feel.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.