Skip to content

Instantly share code, notes, and snippets.

View Tuxosaurus's full-sized avatar

Cyrille Jouineau Tuxosaurus

  • BlaBlaCar
  • France
View GitHub Profile
@Tuxosaurus
Tuxosaurus / pimp_trello
Last active August 29, 2015 14:14
Pimp Trello for better usability with CSS injection
/* I use the Stylish extension for this, in addition to Scrum for Trello extensions, with Google Chrome browser */
/* explicit labels */
body .list-card-labels {
float: right;
top: -2px;
right: -2px;
max-width: 200px;
margin: 0;
@Tuxosaurus
Tuxosaurus / gist:7488014
Last active December 28, 2015 10:39
To use with Stylish on your Jenkins build page
#spinner {
position: relative;
top: 0;
left: 0;
width: 40px;
height: 40px;
background-image:url(http://files.gamebanana.com/img/ico/sprays/_1317-.gif);
background-position: -1% 90%;
background-repeat: no-repeat;
background-size: 40px 40px;