X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=include%2Fgallery.css;h=0a8c92807a31cfeb2098d1a982b67d14aa4d5fca;hp=dfecd8d65dff99c5f2b98f25e678fa574d3bbca7;hb=f8281d2d6eaaa20f2c65d9753a2870df1310fd1a;hpb=02a8a54767e301c674521313361465aaecdf89a0 diff --git a/include/gallery.css b/include/gallery.css index dfecd8d..0a8c928 100644 --- a/include/gallery.css +++ b/include/gallery.css @@ -92,6 +92,7 @@ table.picframe { height: 30px; z-index: 3; opacity: .15; + color: white; } .slideshowControls:hover { @@ -117,22 +118,22 @@ table.picframe { } .controlButton#play { - left: 53px; + left: 28px; background: url(play.png) no-repeat; } .controlButton#next { - left: 78px; + left: 53px; background: url(right.png) no-repeat; } .controlButton#exit { - left: 103px; + left: 78px; background: url(close.png) no-repeat; } .controlButton#comm { - left: 128px; + left: 103px; width: auto; font-size: 20px; margin-left: .5ex; @@ -144,7 +145,6 @@ table.picframe { } .controlButton#comm a { - color: white; text-decoration: none; }