View Issue Details

IDProjectCategoryView StatusLast Update
0000545HTML & PERLBug Report - Interfacepublic2007-05-13 09:39
ReporterAmour Assigned Toepoximator  
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Summary0000545: "Add it" button isn't centered
DescriptionWhen 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.
TagsNo tags attached.

Activities

Amour

2006-11-21 14:28

reporter   ~0001111

Same problem for "Revoke DB Change Request" and "Send Message" buttons on a DB Change Request page.

epoximator

2006-11-21 15:16

reporter   ~0001112

get a real browser?

Amour

2006-11-22 12:46

reporter   ~0001113

Last edited: 2006-11-23 15:33

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;
}

epoximator

2006-11-22 21:42

reporter   ~0001114

what's a BODY?

DerIdiot

2006-11-29 20:43

administrator   ~0001115

not nice? huh?

IE is NOT supported by anidb and you cna write your own css if you want to.

Amour

2006-12-07 16:38

reporter   ~0001116

Last edited: 2006-12-07 16:39

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.

DerIdiot

2006-12-07 16:49

administrator   ~0001117

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

Amour

2006-12-09 19:54

reporter   ~0001118

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]-->

DerIdiot

2006-12-09 22:41

administrator   ~0001119

<!--[if Amour]> <-->
...
<!--> <![endif]-->

HiEv

2006-12-11 02:00

reporter   ~0001121

FYI - It looks fine in Opera too.

Issue History

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