euscanwww: Fixed CSS stylesheet
Added Twitter Bootstrap and tweaked the layout to use the grid layout Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
		@@ -24,7 +24,7 @@
 | 
			
		||||
 | 
			
		||||
{% block menus %}
 | 
			
		||||
{{ block.super }}
 | 
			
		||||
<div class="menu">
 | 
			
		||||
<div class="menu notfirst-menu rounded">
 | 
			
		||||
  <ul>
 | 
			
		||||
    <li><img src="{{ STATIC_URL }}img/gentoo-icon.png" /> Gentoo</li>
 | 
			
		||||
    <li><img src="{{ STATIC_URL }}img/overlay-icon.png" /> Overlays</li>
 | 
			
		||||
 
 | 
			
		||||
@@ -28,13 +28,13 @@
 | 
			
		||||
  {{ package.category }}/{{ package.name }}
 | 
			
		||||
 | 
			
		||||
  {% if user.is_authenticated %}
 | 
			
		||||
    <button class="refresh-button" data-package="{{ package.category }}/{{ package.name }}">
 | 
			
		||||
    <button class="btn refresh-button" data-package="{{ package.category }}/{{ package.name }}">
 | 
			
		||||
      Refresh
 | 
			
		||||
    </button>
 | 
			
		||||
    <button class="favourite-button {% if favourited %}hide{% endif %}" data-url="{% url "favourite_package" package.category package.name %}">
 | 
			
		||||
    <button class="btn favourite-button {% if favourited %}hide{% endif %}" data-url="{% url "favourite_package" package.category package.name %}">
 | 
			
		||||
      Add to favourites
 | 
			
		||||
    </button>
 | 
			
		||||
    <button class="unfavourite-button {% if not favourited %}hide{% endif %}" data-url="{% url "unfavourite_package" package.category package.name %}">
 | 
			
		||||
    <button class="btn unfavourite-button {% if not favourited %}hide{% endif %}" data-url="{% url "unfavourite_package" package.category package.name %}">
 | 
			
		||||
      Remove from favourites
 | 
			
		||||
    </button>
 | 
			
		||||
  {% endif %}
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,6 @@
 | 
			
		||||
{% load url from future %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
<h2>What's euscan ?</h2>
 | 
			
		||||
<h2>Statistics</h2>
 | 
			
		||||
 | 
			
		||||
<h3>Current statistics</h3>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user