On Sun, Jul 21, 2013 at 5:15 PM, Krzysztof Kosiński <tweenk.pl@...972.....> wrote:
2013/7/21 Guiu Rocafort <neandertalspeople@...400...>:
Hi !
Today I noticed a problem with the new staging.inkscape.org page. In the "overview" tab the about and download buttons doesn't fit in the same row. I checked it using Firefox 22 and Chromium 28.0.1500.52 both in Ubuntu Studio with the same problem.
Looking a little bit closer I noticed there is a 100px margin in the css class :
#front-banner-overview.buttons-right #front-banner-read-more { margin-left: 100px; }
Reducing that margin to 90px ( for instance, and to let some space between the buttons ) should solve the problem.
It would be better to encapsulate these buttons in divs and float them to the right. This way they would be next to each other regardless of width.
I see, yes that's a better solution. I'll take a look when I'm a little bit more used to the bazaar repository folder structure and try to fix that.
There is another problem with the news pages. It seems to complain about an error with Django 1.5 but no clue about how Django works at all...
What is the URL?
The urls are causing the errors are: http://staging.inkscape.org/en/news/2013/ http://staging.inkscape.org/en/news/2012/ http://staging.inkscape.org/en/news/2011/
Also noticed a problem with the drop-down language menu. If you don't move the mouse fast enough the drop-down closes before reaching it. The problem seems to be the top margin in the drop menu. In that space the mouse is not being detected as being in the drop-menu element. I would solve it adding a height fixed empty div inside the drop-menu with white background so it looks the same but not sure if a good solution.
There should be no gap, probably it appeared as a mistake after some CSS tweaks.
I can see there is still a gap. If you move the mouse down very slowl you'll be able to see it This gap is being caused by the ul, ol rule in main.css.
I attach a diff with a little change which solves that.
I would like to help solving this problems. Also I can help with Spanish and Catalan translations. So how can I help ?
The best way is to make changes directly to the source code of the website: https://launchpad.net/inkscape-web Push your changes as a branch and then request a merge. See this wiki page if you are new to Bazaar. You can also contact me off-list if you need help. http://wiki.inkscape.org/wiki/index.php/Working_with_Bazaar
Regards, Krzysztof
I see i'll have to spend a few days getting used to Django and also to Bazaar.
Thank you for your time. Guiu Rocafort