]> git.0d.be Git - panikdb.git/commitdiff
add left/right icons, for calendar popup
authorFrédéric Péters <fpeters@0d.be>
Mon, 6 Apr 2015 08:23:20 +0000 (10:23 +0200)
committerFrédéric Péters <fpeters@0d.be>
Mon, 6 Apr 2015 08:23:20 +0000 (10:23 +0200)
panikdb/static/css/style.css

index d47542bc028be01e62f35de39ebc522c69a69c6b..275c83d59c95137dfa0dd0b422a77c0d430995e0 100644 (file)
@@ -632,6 +632,8 @@ a [class^="icon-"], a [class*=" icon-"] {
 .icon-pushpin:before              { content: "\f08d "; }
 
 .icon-circle-arrow-down:after     { content: "  \f0ab"; }
+.icon-arrow-left:after            { content: "\f060"; }
+.icon-arrow-right:after           { content: "\f061"; }
 
 div#placeholders {
        overflow: hidden;