Opened 11 years ago

Last modified 10 years ago

#10969 closed defect

Fieldset can be too narrow on the Customize Admin panel — at Version 1

Reported by: Ryan J Ollos Owned by: Olemis Lang
Priority: normal Component: ThemeEnginePlugin
Severity: normal Keywords:
Cc: Trac Release:

Description (last modified by Ryan J Ollos)

The following patch fixes an issue with the width of a fieldset, which can be seen when the CrystalxTheme is installed.

  • themeengineplugin/trunk/themeengine/htdocs/admin.css

    diff --git a/themeengineplugin/trunk/themeengine/htdocs/admin.css b/themeenginep
    index 495dc37..2479ad5 100644
    a b  
    4545  width: 420px;
    4646}
    4747
    48 #simple fieldset {
    49   min-width: 220px;
    50   max-width: 350px;
    51   width: 250px;
    52 }
    53 
    5448#simple label {
    5549  display: block;  /* block float the labels to left column, set a width */
    5650  float: left;

Change History (2)

Changed 11 years ago by Ryan J Ollos

Attachment: CrystalXTheme.png added

comment:1 Changed 11 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.