Opened 15 years ago
Closed 14 years ago
#1273 closed defect (bug) (fixed)
Dashboard CSS issues
Reported by: | mr_pelle | Owned by: | |
---|---|---|---|
Milestone: | 1.0.3 | Priority: | low |
Severity: | minor | Version: | 1.1-alpha |
Component: | General - Administration | Keywords: | css has-patch tested |
Cc: |
Description
In bb-admin/style.css there are some little displaying problems:
Line 1055 reads:
table.widefat tr td { width: 18%; }
This wrecks tables first column at Posts and Topics sections of the Dashboard
Line 1658 reads:
form.settings div.table { width: 300px; }
This de-aligns table background from its content (v1.0.2 also has this).
Attachments (6)
Change History (18)
#1
@
15 years ago
I've attached a simple patch that fixes the problems. I noted that form.settings div.table width must be at least 32%.
#2
@
15 years ago
- Keywords has-patch tested added
SVN repository tells me I'm forbidden to submit the patch: can anyone do this, please?
You may close the ticket after that.
#4
@
15 years ago
I'm sorry, regarding the second issue (table background) I forgot to specify which table I was referring to. It's AUTH_KEY &co. table, in "Wordpress Integration" admin submenu.
I've locally re-installed the trunk release and the first issue seems to be ok now. I'll re-attach a better patch in minutes.
I'm using FF 3.6 on Mac, anyway.
#7
@
15 years ago
Can anyone upload attachment:1273.2.diff, so that we can close this ticket, please?
#9
@
14 years ago
- Keywords has-patch tested removed
- Resolution fixed deleted
- Status changed from closed to reopened
- Type changed from enhancement to defect
Reopen this because AUTH_KEY &co. table in "Wordpress Integration" admin submenu still gets displayed badly. I've set table width to 40% and it seems enough to fix it.
#11
@
14 years ago
This is sometimes fixed and sometimes broken based on the size of the browser viewport. I would recommend this be set to a minimum width since we know the content that will always be displayed inside the table. No need for a table that resizes based on width. I will submit a patch.
basic patch