# HG changeset patch # User veltr # Date 1331568903 -3600 # Node ID 9b8354e224fb370458ee92c26ed231b26fe3979a # Parent 04fc9f5b060c78249eda7b1b9dcf724d41a218a2 Replaced select/options by flag icons diff -r 04fc9f5b060c -r 9b8354e224fb web/hdalab/static/hdalab/css/facettes.css --- a/web/hdalab/static/hdalab/css/facettes.css Mon Mar 12 15:21:38 2012 +0100 +++ b/web/hdalab/static/hdalab/css/facettes.css Mon Mar 12 17:15:03 2012 +0100 @@ -1,3 +1,15 @@ +.langbutton { + width: 19px; height: 13px; margin: 2px; padding: 0; border: none; text-indent: -999px; background-position: 0 -26px; cursor: pointer; +} + +.langbutton:hover { + background-position: 0 -13px; +} + +.langbutton.selected { + background-position: 0 0; cursor: default; +} + .barrebloc { float: left; width: 473px; border: 1px solid #b0b0b0; background-image: url(../img/bgdhdalab.png); background-position: 0 -22px; background-repeat: repeat-x; cursor: pointer; cursor: hand; diff -r 04fc9f5b060c -r 9b8354e224fb web/hdalab/static/hdalab/img/flag_en.png Binary file web/hdalab/static/hdalab/img/flag_en.png has changed diff -r 04fc9f5b060c -r 9b8354e224fb web/hdalab/static/hdalab/img/flag_fr.png Binary file web/hdalab/static/hdalab/img/flag_fr.png has changed diff -r 04fc9f5b060c -r 9b8354e224fb web/hdalab/templates/facettes.html --- a/web/hdalab/templates/facettes.html Mon Mar 12 15:21:38 2012 +0100 +++ b/web/hdalab/templates/facettes.html Mon Mar 12 17:15:03 2012 +0100 @@ -46,12 +46,10 @@