Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
adrianshort
/
armchairauditor
miroir de
https://github.com/adrianshort/armchairauditor.git
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
0
Wiki
Activité
Parcourir la source
Improved print styles and CSV download buttons
pull/3/head
Adrian Short
il y a 14 ans
Parent
4b1a86496b
révision
efe0096970
5 fichiers modifiés
avec
17 ajouts
et
2 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+6
-0
public/print.css
+7
-0
public/style.css
+2
-0
views/layout.haml
+1
-1
views/service.haml
+1
-1
views/supplier.haml
+ 6
- 0
public/print.css
Voir le fichier
@@ -6,4 +6,10 @@
body
{
margin: 0 auto;
}
a, a:visited
{
color: #000;
background-color: #fff;
}
+ 7
- 0
public/style.css
Voir le fichier
@@ -120,3 +120,10 @@ tr
{
border: 0;
}
.download a, .download a:visited
{
margin: 15px 0;
padding: 7px;
background-color: red;
}
+ 2
- 0
views/layout.haml
Voir le fichier
@@ -36,3 +36,5 @@
%a{ :href => '/suppliers' } Suppliers
%p
%a{ :href => '/about' } About this website
%p
%a{ :href => 'http://adrianshort.co.uk/' } Designed by Adrian Short
+ 1
- 1
views/service.haml
Voir le fichier
@@ -8,7 +8,7 @@
%a{ :href => '/services' } Services
%li
= @service.name
%p
%p
.noprint.download
%a{ :href => "/services/#{@service.id}.csv" }
Download data as CSV
+ 1
- 1
views/supplier.haml
Voir le fichier
@@ -9,7 +9,7 @@
%li
= @supplier.name
%p.noprint
%p.noprint
.download
%a{ :href => "/suppliers/#{@supplier.id}.csv" }
Download data as CSV
Écrire
Aperçu
Chargement…
Annuler
Enregistrer