96 lines
1.8 KiB
CSS
96 lines
1.8 KiB
CSS
#uploadWindow {
|
|
position:absolute;
|
|
background-color:#ebe9ed;
|
|
border:1px solid #8db3e5;
|
|
display: none;
|
|
}
|
|
|
|
#dragHandle {
|
|
margin: 0px;
|
|
height: 24px;
|
|
font-family:verdana, sans-serif;
|
|
font-size:10px;
|
|
border-bottom: 1px solid #8db3e5;
|
|
text-align: left;
|
|
height: 24px;
|
|
background:#ebe9ed url(images/title_bar_bg.gif);
|
|
}
|
|
.popupTitleBar { padding: 6px 0px 0px 5px !important; padding:7px 0px 0px 5px; }
|
|
.popupTitle { font-size: 9pt; font-family: gulim; font-weight:bold; color:#003366; }
|
|
|
|
.clear {
|
|
clear: both;
|
|
}
|
|
#imageListWrapper {
|
|
padding: 5px 5px 10px 5px;
|
|
background-color: #fff;
|
|
border:1px #c5c5cc solid;
|
|
}
|
|
.button {
|
|
width: 77px;
|
|
height: 22px;
|
|
cursor: pointer;
|
|
vertical-align: middle;
|
|
}
|
|
.imageBox, .imageBoxHighlighted {
|
|
width: 142px;
|
|
height: 106px;
|
|
margin: 5px;
|
|
float:left;
|
|
}
|
|
.imageBox_theImage, .imageBox_theImage_over {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-image: url('images/background_image.gif');
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.imageBox .imageBox_theImage {
|
|
border: 1px solid #ddd;
|
|
padding:2px;
|
|
}
|
|
.imageBox .imageBox_theImage_over {
|
|
border: 1px solid #000;
|
|
padding:2px;
|
|
}
|
|
.imageBoxHighlighted .imageBox_theImage {
|
|
border: 2px solid #009dff;
|
|
padding:1px;
|
|
}
|
|
.imageBoxHighlighted .imageBox_theImage_over {
|
|
border: 1px solid #000;
|
|
padding:2px;
|
|
}
|
|
|
|
#removeImage {
|
|
display: none;
|
|
width: 28px;
|
|
height: 16px;
|
|
position:absolute;
|
|
cursor: pointer;
|
|
z-index: 100;
|
|
}
|
|
|
|
#insertionMarker {
|
|
height:116px;
|
|
width:5px;
|
|
position:absolute;
|
|
display:none;
|
|
}
|
|
|
|
#insertionMarkerLine {
|
|
width:5px;
|
|
height:114px;
|
|
}
|
|
#insertionMarker img {
|
|
float:left;
|
|
}
|
|
|
|
#dragDropContent{
|
|
opacity:0.4;
|
|
filter:alpha(opacity=40);
|
|
position:absolute;
|
|
z-index:10;
|
|
display:none;
|
|
}
|