View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000545 | HTML & PERL | Bug Report - Interface | public | 2006-11-19 21:53 | 2007-05-13 09:39 |
Reporter | Amour | Assigned To | epoximator | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0000545: "Add it" button isn't centered | ||||
Description | When you add a file to your animelist. For example: http://anidb.info/perl-bin/animedb.pl?show=mylist&do=add&fid=238291 There is an "Add it" button. The label of the button should be centered. | ||||
Tags | No tags attached. | ||||
|
Same problem for "Revoke DB Change Request" and "Send Message" buttons on a DB Change Request page. |
|
get a real browser? |
|
This wasn't nice. So should I reply: get a real website programmer? Anyway, here is the fix in anidbstyle.css. You need to change: #layout-content *[align="center"] > * { margin-left: auto; margin-right: auto; text-align: left; } to: #layout-content *[align="center"] > * { margin-left: auto; margin-right: auto; text-align: center; } |
|
what's a BODY? |
|
not nice? huh? IE is NOT supported by anidb and you cna write your own css if you want to. |
|
I repeat: it's a bug in your CSS. On line "#layout-content *[align="center"] > *", you define "text-align: left;" but you should instead define "text-align: center;". If you do not want to fix this bug in your CSS, please at least remove the line "text-align: left;" and stop saying it's IE fault. |
|
let's look at it that way: 1. it's completely fine in firefox 2. we don't support IE sounds like 2 very good reasons to me not to fix it. :P conclusion: get a decent browser |
|
Baka. In your logic: Removing this line won't change anything for Firefox, so it's a useless line and it's a good reason to remove it. And if you really don't want to support IE, you can add this around all your pages: <!--[if !IE]> <--> ... <!--> <![endif]--> |
|
<!--[if Amour]> <--> ... <!--> <![endif]--> |
|
FYI - It looks fine in Opera too. |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-11-19 21:53 | Amour | New Issue | |
2006-11-21 14:28 | Amour | Note Added: 0001111 | |
2006-11-21 15:16 | epoximator | Note Added: 0001112 | |
2006-11-22 12:46 | Amour | Note Added: 0001113 | |
2006-11-22 12:46 | Amour | Note Edited: 0001113 | |
2006-11-22 12:47 | Amour | Note Edited: 0001113 | |
2006-11-22 12:51 | Amour | Note Edited: 0001113 | |
2006-11-22 21:42 | epoximator | Note Added: 0001114 | |
2006-11-23 15:33 | Amour | Note Edited: 0001113 | |
2006-11-29 20:43 | DerIdiot | Note Added: 0001115 | |
2006-12-07 16:38 | Amour | Note Added: 0001116 | |
2006-12-07 16:39 | Amour | Note Edited: 0001116 | |
2006-12-07 16:49 | DerIdiot | Note Added: 0001117 | |
2006-12-09 19:54 | Amour | Note Added: 0001118 | |
2006-12-09 22:41 | DerIdiot | Note Added: 0001119 | |
2006-12-11 02:00 | HiEv | Note Added: 0001121 | |
2007-05-13 09:39 | epoximator | Assigned To | => epoximator |
2007-05-13 09:39 | epoximator | Status | new => resolved |
2007-05-13 09:39 | epoximator | Resolution | open => fixed |