Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Suggestions for the styles  (Read 2867 times)

0 Members and 1 Guest are viewing this topic.

Roi Danton

  • Contributor
  • Coppermine novice
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 33
    • Tahun
Suggestions for the styles
« on: November 07, 2005, 11:31:21 pm »

As I worked on a style for my homepage I recognized some things that should get under your consideration (incomplete list ... those I can remember right now  ::) ).

  • Admin Menu -> Settings -> Last row (where the annotation are written down: "(*) Felder, die" and so on):
    class tableh2 isn't the best, if you're using a background image for this css class. I would set a new class for this instead.
     
  • ... same for Admin Menu -> Groups -> Head row (class tableh1) - not the best with background image
     
  • function $template_display_picture -> {ADMIN_MENU}:
    class admin_menu is set for the <a> tag instead of making a tag with the class admin_menu around the <a> tags (like it should be). Currently you have to modified the style.css (i.e. adding a.admin_menu) or the theme.php to have a similar look with the other admin menues.
     
  • function $template_album_list_cat, $template_album_list:

    The class maintable as a standard table class around these functions greatly harms the "designing freedom" (english' not my foreign lang). I would prefer a new class for this. I had to close the table to realize the things I want but the disadvantage by doing this is that Opera draws horizontal lines of the closed tables (bug in Opera that displays also empty tags)

    The part (c_)empty_cell is unnecessary.

    The row
Code: [Select]
        <tr>
                <td colspan="3">
                        <img src="images/spacer.gif" width="1" height="1" alt=""><br />
                </td>
        </tr>
is unnecessary and appears wrong in IE (spacing is too big in height).

[/list]

Furthermore it would be wonderful if
  • the image info box could be edited (what is shown there) within the theme.php
  • and if the theme-scripter could set the order of navmenu, info box, comment box and the image itself.

I should add that I didn't wanted to change anything on the php functions "outside" the theme.php. Maybe you should heed this by reading the annotations.
« Last Edit: November 08, 2005, 12:34:32 pm by Roi Danton »
Logged
Style Tahun for cpg --> review
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.