]> git.agnieray.net Git - galette.git/commitdiff
Fix end install button icon
authorJohan Cwiklinski <jcwiklinski@teclib.com>
Mon, 27 Jan 2020 16:57:10 +0000 (17:57 +0100)
committerJohan Cwiklinski <jcwiklinski@teclib.com>
Mon, 27 Jan 2020 16:57:10 +0000 (17:57 +0100)
galette/webroot/themes/default/galette.css

index 31fb24d1eb71ccc61a3cb71c35166e5a36d8ece7..8b55abacecb592ce76b899d8b132d5113d5738d0 100644 (file)
@@ -716,6 +716,9 @@ h1 #sendmail .ui-button-text {
 
 #backhome {
     background:url(images/home.png), url("jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png");
+    background-repeat: no-repeat, repeat!important;
+    background-position: 5% 50%, 50% 50%!important;
+    padding-left: 2em!important;
 }
 #backhome.ui-state-hover {
     background-image:url(images/home.png), url("jquery-ui/images/ui-bg_glass_75_ffb619_1x400.png");