Modify ↓
Opened 12 years ago
Closed 11 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 )
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 45 45 width: 420px; 46 46 } 47 47 48 #simple fieldset {49 min-width: 220px;50 max-width: 350px;51 width: 250px;52 }53 54 48 #simple label { 55 49 display: block; /* block float the labels to left column, set a width */ 56 50 float: left;
Attachments (1)
Change History (3)
Changed 12 years ago by
Attachment: | CrystalXTheme.png added |
---|
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 13518: