diff -r 2f6f6f7551ca -r 32102edaa81b web/wp-content/plugins/slideshow-jquery-image-gallery/style/SlideshowPluginSlideInserter/slide-inserter.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/plugins/slideshow-jquery-image-gallery/style/SlideshowPluginSlideInserter/slide-inserter.css Mon Nov 19 18:26:13 2012 +0100 @@ -0,0 +1,49 @@ +#slideshow-slide-inserter-popup-background { + background: #000; + display: none; + position: absolute; + top: 0; + left: 0; + width: 100%; + z-index: 10000; + + zoom: 1; + filter: alpha(opacity = 50); + opacity: 0.5; +} + +#slideshow-slide-inserter-popup { + background: #fff; + display: none; + position: absolute; + padding: 20px; + line-height: 23px; + z-index: 10001; + + width: 600px; +} + +#slideshow-slide-inserter-popup #search { + float: left; + width: 200px; +} + +#slideshow-slide-inserter-popup #close { + float: right; + width: 32px; + height: 32px; + background: url('../../images/SlideshowPluginSlideInserter/close.png') no-repeat; +} + +#slideshow-slide-inserter-popup #close:hover { + cursor: pointer; +} + +#slideshow-slide-inserter-popup #search-results { + height: 400px; + overflow-y: scroll; +} + +.sortable-slides-list-item { + background: #fff url('../../images/SlideshowPluginPostType/draggable.png') no-repeat right center; +} \ No newline at end of file