Fixed a faulty image reference on menu buttons FOR REAL.
authorHarris Lapiroff <hlapirof@oberlin.edu>
Wed, 16 Feb 2011 19:46:03 +0000 (14:46 -0500)
committerHarris Lapiroff <hlapirof@oberlin.edu>
Wed, 16 Feb 2011 19:46:03 +0000 (14:46 -0500)
contrib/gilbert/media/gilbert/murano/murano.css

index c2c6e78..53c05d9 100644 (file)
@@ -382,7 +382,8 @@ body{
                padding-right: 5px !important;
        }
        .x-btn-arrow{
-               background: transparent url(images/btn/menu) right center no-repeat !important;
+               background: transparent url(images/btn/menu.png) right center no-repeat !important;
+               padding-right:12px !important;
        }
        /* pressed and over state */
        /* Commented out because the selectors are so specific they're overriding the click state. What to do? I don't want to use !important... Figure out later. */