X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=include%2Fgallery.css;h=e06e65af103a62f38f46680a75ae6e804e7e2981;hp=0a8c92807a31cfeb2098d1a982b67d14aa4d5fca;hb=b9bad7137ebc39fc083b04b3a17db5555f6b6f22;hpb=f8281d2d6eaaa20f2c65d9753a2870df1310fd1a diff --git a/include/gallery.css b/include/gallery.css index 0a8c928..e06e65a 100644 --- a/include/gallery.css +++ b/include/gallery.css @@ -112,6 +112,12 @@ table.picframe { background: url(left.png) no-repeat; } +.controlButton#prevDisabled { + left: 3px; + background: url(leftDisabled.png) no-repeat; + cursor: default; +} + .controlButton#stop { left: 28px; background: url(stop.png) no-repeat; @@ -127,6 +133,12 @@ table.picframe { background: url(right.png) no-repeat; } +.controlButton#nextDisabled { + left: 53px; + background: url(rightDisabled.png) no-repeat; + cursor: default; +} + .controlButton#exit { left: 78px; background: url(close.png) no-repeat; @@ -145,9 +157,16 @@ table.picframe { } .controlButton#comm a { + color: white; text-decoration: none; } +.controlPosition { + vertical-align: middle; + font-size: 10px; + margin-right: 1ex; +} + .MultiBoxContainer { position: absolute; border: 2px solid #000;