2013-02-28 18:54:00 +01:00
|
|
|
/*!
|
|
|
|
* jQuery UI CSS Framework 1.10.1
|
|
|
|
* http://jqueryui.com
|
2012-08-23 02:04:18 +02:00
|
|
|
*
|
2013-02-28 18:54:00 +01:00
|
|
|
* Copyright 2013 jQuery Foundation and other contributors
|
|
|
|
* Released under the MIT license.
|
2012-08-23 02:04:18 +02:00
|
|
|
* http://jquery.org/license
|
|
|
|
*
|
|
|
|
* http://docs.jquery.com/UI/Theming/API
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Layout helpers
|
|
|
|
----------------------------------*/
|
2013-02-28 18:54:00 +01:00
|
|
|
.ui-helper-hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.ui-helper-hidden-accessible {
|
|
|
|
border: 0;
|
|
|
|
clip: rect(0 0 0 0);
|
|
|
|
height: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 0;
|
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
}
|
|
|
|
.ui-helper-reset {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
outline: 0;
|
|
|
|
line-height: 1.3;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 100%;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
.ui-helper-clearfix:before,
|
|
|
|
.ui-helper-clearfix:after {
|
|
|
|
content: "";
|
|
|
|
display: table;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
.ui-helper-clearfix:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.ui-helper-clearfix {
|
|
|
|
min-height: 0; /* support: IE7 */
|
|
|
|
}
|
|
|
|
.ui-helper-zfix {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
position: absolute;
|
|
|
|
opacity: 0;
|
|
|
|
filter:Alpha(Opacity=0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-front {
|
|
|
|
z-index: 100;
|
|
|
|
}
|
2012-08-23 02:04:18 +02:00
|
|
|
|
|
|
|
|
|
|
|
/* Interaction Cues
|
|
|
|
----------------------------------*/
|
2013-02-28 18:54:00 +01:00
|
|
|
.ui-state-disabled {
|
|
|
|
cursor: default !important;
|
|
|
|
}
|
2012-08-23 02:04:18 +02:00
|
|
|
|
|
|
|
|
|
|
|
/* Icons
|
|
|
|
----------------------------------*/
|
|
|
|
|
|
|
|
/* states and images */
|
2013-02-28 18:54:00 +01:00
|
|
|
.ui-icon {
|
|
|
|
display: block;
|
|
|
|
text-indent: -99999px;
|
|
|
|
overflow: hidden;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
2012-08-23 02:04:18 +02:00
|
|
|
|
|
|
|
|
|
|
|
/* Misc visuals
|
|
|
|
----------------------------------*/
|
|
|
|
|
|
|
|
/* Overlays */
|
2013-02-28 18:54:00 +01:00
|
|
|
.ui-widget-overlay {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2012-08-23 02:04:18 +02:00
|
|
|
|
2013-02-28 18:54:00 +01:00
|
|
|
|
|
|
|
/*!
|
|
|
|
* jQuery UI Resizable 1.10.1
|
|
|
|
* http://jqueryui.com
|
2012-08-23 02:04:18 +02:00
|
|
|
*
|
2013-02-28 18:54:00 +01:00
|
|
|
* Copyright 2013 jQuery Foundation and other contributors
|
|
|
|
* Released under the MIT license.
|
2012-08-23 02:04:18 +02:00
|
|
|
* http://jquery.org/license
|
|
|
|
*
|
|
|
|
* http://docs.jquery.com/UI/Resizable#theming
|
|
|
|
*/
|
2013-02-28 18:54:00 +01:00
|
|
|
.ui-resizable {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.ui-resizable-handle {
|
|
|
|
position: absolute;
|
|
|
|
font-size: 0.1px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.ui-resizable-disabled .ui-resizable-handle,
|
|
|
|
.ui-resizable-autohide .ui-resizable-handle {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.ui-resizable-n {
|
|
|
|
cursor: n-resize;
|
|
|
|
height: 7px;
|
|
|
|
width: 100%;
|
|
|
|
top: -5px;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.ui-resizable-s {
|
|
|
|
cursor: s-resize;
|
|
|
|
height: 7px;
|
|
|
|
width: 100%;
|
|
|
|
bottom: -5px;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.ui-resizable-e {
|
|
|
|
cursor: e-resize;
|
|
|
|
width: 7px;
|
|
|
|
right: -5px;
|
|
|
|
top: 0;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.ui-resizable-w {
|
|
|
|
cursor: w-resize;
|
|
|
|
width: 7px;
|
|
|
|
left: -5px;
|
|
|
|
top: 0;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.ui-resizable-se {
|
|
|
|
cursor: se-resize;
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
right: 1px;
|
|
|
|
bottom: 1px;
|
|
|
|
}
|
|
|
|
.ui-resizable-sw {
|
|
|
|
cursor: sw-resize;
|
|
|
|
width: 9px;
|
|
|
|
height: 9px;
|
|
|
|
left: -5px;
|
|
|
|
bottom: -5px;
|
|
|
|
}
|
|
|
|
.ui-resizable-nw {
|
|
|
|
cursor: nw-resize;
|
|
|
|
width: 9px;
|
|
|
|
height: 9px;
|
|
|
|
left: -5px;
|
|
|
|
top: -5px;
|
|
|
|
}
|
|
|
|
.ui-resizable-ne {
|
|
|
|
cursor: ne-resize;
|
|
|
|
width: 9px;
|
|
|
|
height: 9px;
|
|
|
|
right: -5px;
|
|
|
|
top: -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* jQuery UI Dialog 1.10.1
|
|
|
|
* http://jqueryui.com
|
2012-08-23 02:04:18 +02:00
|
|
|
*
|
2013-02-28 18:54:00 +01:00
|
|
|
* Copyright 2013 jQuery Foundation and other contributors
|
|
|
|
* Released under the MIT license.
|
2012-08-23 02:04:18 +02:00
|
|
|
* http://jquery.org/license
|
|
|
|
*
|
|
|
|
* http://docs.jquery.com/UI/Dialog#theming
|
|
|
|
*/
|
2013-02-28 18:54:00 +01:00
|
|
|
.ui-dialog {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
padding: .2em;
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-titlebar {
|
|
|
|
padding: .4em 1em;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-title {
|
|
|
|
float: left;
|
|
|
|
margin: .1em 0;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 90%;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-titlebar-close {
|
|
|
|
position: absolute;
|
|
|
|
right: .3em;
|
|
|
|
top: 50%;
|
|
|
|
width: 21px;
|
|
|
|
margin: -10px 0 0 0;
|
|
|
|
padding: 1px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-content {
|
|
|
|
position: relative;
|
|
|
|
border: 0;
|
|
|
|
padding: .5em 1em;
|
|
|
|
background: none;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-buttonpane {
|
|
|
|
text-align: left;
|
|
|
|
border-width: 1px 0 0 0;
|
|
|
|
background-image: none;
|
|
|
|
margin-top: .5em;
|
|
|
|
padding: .3em 1em .5em .4em;
|
|
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-buttonpane button {
|
|
|
|
margin: .5em .4em .5em 0;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.ui-dialog .ui-resizable-se {
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
right: -5px;
|
|
|
|
bottom: -5px;
|
|
|
|
background-position: 16px 16px;
|
|
|
|
}
|
|
|
|
.ui-draggable .ui-dialog-titlebar {
|
|
|
|
cursor: move;
|
|
|
|
}
|
2012-08-23 02:04:18 +02:00
|
|
|
|
|
|
|
/* WP jQuery Dialog Theme */
|
|
|
|
.wp-dialog {
|
2013-02-28 18:54:00 +01:00
|
|
|
padding: 0;
|
|
|
|
z-index: 300002;
|
2012-08-23 02:04:18 +02:00
|
|
|
border: 1px solid #999;
|
|
|
|
-webkit-box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 );
|
|
|
|
box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 );
|
2013-02-28 18:54:00 +01:00
|
|
|
background-color: #f5f5f5;
|
|
|
|
-webkit-border-top-left-radius: 4px;
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
-webkit-border-top-right-radius: 4px;
|
|
|
|
border-top-right-radius: 4px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-dialog .ui-dialog-title {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
padding: 1px 0 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-dialog .ui-dialog-titlebar {
|
|
|
|
padding: 0 1em;
|
|
|
|
background-color: #444;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 18px;
|
|
|
|
color: #e5e5e5;
|
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2013-02-28 18:54:00 +01:00
|
|
|
.wp-dialog .ui-dialog-content {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
.wp-dialog .ui-dialog-titlebar-close {
|
2013-02-28 18:54:00 +01:00
|
|
|
cursor: pointer;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
border: 0;
|
2012-08-23 02:04:18 +02:00
|
|
|
width: 29px;
|
|
|
|
height: 16px;
|
2013-02-28 18:54:00 +01:00
|
|
|
top: 13px;
|
2012-08-23 02:04:18 +02:00
|
|
|
right: 6px;
|
|
|
|
background: url('../js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif') no-repeat -87px -16px;
|
2013-02-28 18:54:00 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-dialog .ui-dialog-titlebar-close .ui-button-text {
|
|
|
|
display: none;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-dialog .ui-dialog-titlebar-close:hover,
|
|
|
|
.wp-dialog .ui-dialog-titlebar-close:focus {
|
|
|
|
background-position: -87px -32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-widget-overlay {
|
2013-02-28 18:54:00 +01:00
|
|
|
z-index: 300001;
|
2012-08-23 02:04:18 +02:00
|
|
|
background-color: #000;
|
|
|
|
opacity: 0.6;
|
|
|
|
filter: alpha(opacity=60);
|
|
|
|
}
|