web/wp-content/plugins/slideshow-jquery-image-gallery/style/SlideshowPluginSlideInserter/slide-inserter.css
--- a/web/wp-content/plugins/slideshow-jquery-image-gallery/style/SlideshowPluginSlideInserter/slide-inserter.css Wed Dec 19 12:35:13 2012 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,49 +0,0 @@
-#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