Ticket #62 (closed defect: fixed)
percentage bars dont work on konqueror
| Reported by: | exobuzz | Owned by: | moo |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.0.0 |
| Component: | admin | Version: | 1.2-dev |
| Keywords: | css konqueror admin | Cc: | |
| Blocked By: | PHP Version: | ||
| Application: | Need User Feedback: | ||
| Other Exts: | SAPI: | ||
| Probability: | Blocking: |
Description
the percent bar doesn't work on konqueror. to fix the surrounding div needs
an absolute size.
for example in files admin/xcache.css change line 20 from
.percent { border: 1px solid black; width: 80%; height: 100%; }
to
.percent { border: 1px solid black; width: 10px; height: 50px; }
Change History
Note: See
TracTickets for help on using
tickets.

