Zeruell / ppx-raidplaner

Automatically exported from code.google.com/p/ppx-raidplaner
0 stars 0 forks source link

layout complete wrong #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in every Browser is the layout complete wrong.
i downt know wy cant see this...
in /raid/lib/layout/default.css make this...

from
#appwindow {
    margin-top: -384px;
    margin-left: -490px;
    left: 50%;
    top: 50%;
    display: block;
    position: absolute;
    height: 780px;
    width: 1024px;
    overflow: visible;
}

to

#appwindow {
    left: 1%;
    top: 1%;
    display: block;
    position: absolute;
    height: 780px;
    width: 1024px;
    overflow: visible;
}

Original issue reported on code.google.com by elzersha...@googlemail.com on 1 Sep 2012 at 6:42

GoogleCodeExporter commented 9 years ago
Could you please attach a screenshot and/or reproduction rules?
Additionally I need to know the browser you used when you encountered the issue.

As far as I can see your proposed changes would move the appwindow to the top 
left.
Currently appwindow is ment to be shown in in the center of the browser window, 
hence the negative margin.
This worked fine in every browser tested so far (see 
http://code.google.com/p/ppx-raidplaner/wiki/SupportedBrowsers).

Original comment by arne.cl...@gmail.com on 23 Sep 2012 at 11:33

GoogleCodeExporter commented 9 years ago

Original comment by arne.cl...@gmail.com on 26 Sep 2012 at 11:13

GoogleCodeExporter commented 9 years ago

Original comment by arne.cl...@gmail.com on 1 Oct 2012 at 6:21

GoogleCodeExporter commented 9 years ago
I checked everything due to the release of 0.9.6
While I did not made the changes proposed here, I changed the general way to 
center the main elements.
This way has been tested working on

Chrome 23
Firefox 3.5,13
Internet Explorer 7,8,9
Opera 11,12
Safari 6
Safari on iOS 6

Original comment by arne.cl...@gmail.com on 7 Oct 2012 at 7:41