Modify

Opened 11 years ago

Closed 10 years ago

#10969 closed defect (fixed)

Fieldset can be too narrow on the Customize Admin panel

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;

Attachments (1)

CrystalXTheme.png (29.5 KB) - added by Ryan J Ollos 11 years ago.

Download all attachments as: .zip

Change History (3)

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)

comment:2 Changed 10 years ago by Olemis Lang

Resolution: fixed
Status: newclosed

In 13518:

ThemeEnginePlugin [ close #10969 ] : CSS tweaks in theme admin panels

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Olemis Lang.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.