web/wp-content/plugins/slideshow-jquery-image-gallery/style/SlideshowPluginSlideInserter/slide-inserter.css
changeset 204 09a1c134465b
parent 203 f507feede89a
child 205 a4f7897e21a9
equal deleted inserted replaced
203:f507feede89a 204:09a1c134465b
     1 #slideshow-slide-inserter-popup-background {
       
     2 	background: #000;
       
     3 	display: none;
       
     4 	position: absolute;
       
     5 	top: 0;
       
     6 	left: 0;
       
     7 	width: 100%;
       
     8 	z-index: 10000;
       
     9 
       
    10 	zoom: 1;
       
    11 	filter: alpha(opacity = 50);
       
    12 	opacity: 0.5;
       
    13 }
       
    14 
       
    15 #slideshow-slide-inserter-popup {
       
    16 	background: #fff;
       
    17 	display: none;
       
    18 	position: absolute;
       
    19 	padding: 20px;
       
    20 	line-height: 23px;
       
    21 	z-index: 10001;
       
    22 
       
    23 	width: 600px;
       
    24 }
       
    25 
       
    26 #slideshow-slide-inserter-popup #search {
       
    27 	float: left;
       
    28 	width: 200px;
       
    29 }
       
    30 
       
    31 #slideshow-slide-inserter-popup #close {
       
    32 	float: right;
       
    33 	width: 32px;
       
    34 	height: 32px;
       
    35 	background: url('../../images/SlideshowPluginSlideInserter/close.png') no-repeat;
       
    36 }
       
    37 
       
    38 #slideshow-slide-inserter-popup #close:hover {
       
    39 	cursor: pointer;
       
    40 }
       
    41 
       
    42 #slideshow-slide-inserter-popup #search-results {
       
    43 	height: 400px;
       
    44 	overflow-y: scroll;
       
    45 }
       
    46 
       
    47 .sortable-slides-list-item {
       
    48 	background: #fff url('../../images/SlideshowPluginPostType/draggable.png') no-repeat right center;
       
    49 }