2011-11-16 00:39:16 +00:00
|
|
|
@import "compass/css3";
|
|
|
|
@import "compass/css3/border-radius";
|
|
|
|
@import "compass/css3/images";
|
|
|
|
@import "compass/css3/text-shadow";
|
|
|
|
@import "buttons";
|
2011-11-18 23:20:37 +00:00
|
|
|
@import "helpers";
|
2011-11-16 00:39:16 +00:00
|
|
|
|
|
|
|
.ui-widget-overlay {
|
|
|
|
background: #000;
|
|
|
|
opacity: 0.4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-dialog {
|
2011-11-18 23:20:37 +00:00
|
|
|
position: absolute;
|
|
|
|
|
2011-11-16 00:39:16 +00:00
|
|
|
font-family: Helvetica, Arial;
|
|
|
|
|
2011-11-18 23:20:37 +00:00
|
|
|
background: transparent;
|
2011-11-16 00:39:16 +00:00
|
|
|
|
2011-11-18 23:20:37 +00:00
|
|
|
padding: 0px;
|
|
|
|
border: none;
|
|
|
|
@include box-shadow(rgba(0, 0, 0, 0.2) 0px 0px 10px 3px);
|
2011-11-16 00:39:16 +00:00
|
|
|
|
|
|
|
@include border-radius(6px);
|
|
|
|
|
|
|
|
.ui-dialog-titlebar {
|
2011-11-18 23:20:37 +00:00
|
|
|
display: block;
|
|
|
|
position: static;
|
|
|
|
height: auto;
|
|
|
|
z-index: 100;
|
2011-11-16 00:39:16 +00:00
|
|
|
|
2011-11-18 23:20:37 +00:00
|
|
|
background: #fff;
|
2011-11-16 00:39:16 +00:00
|
|
|
|
2011-11-18 23:20:37 +00:00
|
|
|
padding: 10px;
|
|
|
|
margin: 0 0 0 0;
|
2011-11-16 00:39:16 +00:00
|
|
|
|
2011-11-18 23:20:37 +00:00
|
|
|
border: 0px;
|
|
|
|
border-bottom: 1px dotted #bbbbbd;
|
|
|
|
@include border-radius(0px);
|
|
|
|
@include border-top-radius(6px);
|
|
|
|
|
2011-11-19 23:54:33 +00:00
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
.ui-dialog-titlebar-close {
|
2011-11-18 23:20:37 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2011-11-16 00:39:16 +00:00
|
|
|
|
2011-11-19 23:54:33 +00:00
|
|
|
.ui-dialog-title {
|
|
|
|
float: none;
|
2011-11-18 23:20:37 +00:00
|
|
|
margin: 0px;
|
|
|
|
|
2011-11-16 00:39:16 +00:00
|
|
|
line-height: 18px;
|
|
|
|
|
2011-11-18 23:20:37 +00:00
|
|
|
text-align: left;
|
2011-11-16 00:39:16 +00:00
|
|
|
color: #1E1F26;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2011-11-18 23:20:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ui-dialog-content {
|
|
|
|
position: relative;
|
|
|
|
z-index: 101;
|
|
|
|
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
padding: 10px;
|
|
|
|
background: #fff;
|
2011-11-16 00:39:16 +00:00
|
|
|
|
|
|
|
.list {
|
|
|
|
overflow: auto;
|
2011-11-19 15:41:16 +00:00
|
|
|
height: 360px;
|
2011-11-16 00:39:16 +00:00
|
|
|
}
|
2011-11-18 23:20:37 +00:00
|
|
|
} // .ui-dialog-content
|
|
|
|
|
|
|
|
|
|
|
|
.ui-dialog-buttonpane {
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
z-index: 999;
|
|
|
|
margin: 0px 0 0 0px;
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
|
|
|
@include border-bottom-radius(6px);
|
|
|
|
border-top: 1px solid #5F6069;
|
|
|
|
background: #8B8D9A;
|
|
|
|
|
2011-11-19 14:47:56 +00:00
|
|
|
a {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
2011-11-18 23:20:37 +00:00
|
|
|
a#close-link {
|
|
|
|
@include hover-link;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2011-11-19 23:54:33 +00:00
|
|
|
.button-wrapper {
|
2011-11-18 23:20:37 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 8px;
|
|
|
|
right: 10px;
|
|
|
|
|
|
|
|
a {
|
|
|
|
@include light-button;
|
|
|
|
}
|
|
|
|
|
2011-11-19 23:54:33 +00:00
|
|
|
&.upload {
|
|
|
|
#theme_asset_sourceUploader, #content_asset_sourceUploader {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
right: 0px;
|
|
|
|
z-index: 1001;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
z-index: 1000;
|
|
|
|
}
|
|
|
|
} // .button-wrapper.upload
|
2011-11-18 23:20:37 +00:00
|
|
|
} // .button-wrapper
|
2011-11-16 00:39:16 +00:00
|
|
|
|
2011-11-18 23:20:37 +00:00
|
|
|
} // .ui-dialog-buttonpane
|
2011-11-16 00:39:16 +00:00
|
|
|
}
|
|
|
|
|