]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/css/jquery-ui-dialog.css
WordPress 3.8-scripts
[autoinstalls/wordpress.git] / wp-includes / css / jquery-ui-dialog.css
index 9c75fbdfc8e9175a7070410bb5e4d66ac4e2e8a7..6418ea361bbc84787124ef8888c4bf25557336bc 100644 (file)
        bottom: -5px;
        left: 0;
 }
+/* @noflip */
 .ui-resizable-e {
        cursor: e-resize;
        width: 7px;
        top: 0;
        height: 100%;
 }
+/* @noflip */
 .ui-resizable-w {
        cursor: w-resize;
        width: 7px;
        top: 0;
        height: 100%;
 }
+/* @noflip */
 .ui-resizable-se {
        cursor: se-resize;
        width: 12px;
        right: 1px;
        bottom: 1px;
 }
+/* @noflip */
 .ui-resizable-sw {
        cursor: sw-resize;
        width: 9px;
        left: -5px;
        bottom: -5px;
 }
+/* @noflip */
 .ui-resizable-nw {
        cursor: nw-resize;
        width: 9px;
        left: -5px;
        top: -5px;
 }
+/* @noflip */
 .ui-resizable-ne {
        cursor: ne-resize;
        width: 9px;
 .ui-dialog {
        position: absolute;
        top: 0;
+       /* @noflip */
        left: 0;
        padding: .2em;
        outline: 0;
 .wp-dialog {
        padding: 0;
        z-index: 300002;
-       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 );
+       border: 0;
+       -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.7);
+       box-shadow:         0 5px 15px rgba(0,0,0,0.7);
        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;
 }
 
 .wp-dialog .ui-dialog-title {
        display: block;
        text-align: center;
-       padding: 1px 0 2px;
+       padding: 0;
 }
 
 .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;
+       font-size: 13px;
+       line-height: 24px;
+       color: #fff;
 }
 
 .wp-dialog .ui-dialog-content {
        cursor: pointer;
        -webkit-appearance: none;
        border: 0;
-       width: 29px;
-       height: 16px;
+       width: 30px;
+       height: 20px;
        top: 13px;
        right: 6px;
-       background: url('../js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif') no-repeat -87px -16px;
+       background: none;
+}
+
+.wp-dialog .ui-dialog-titlebar-close:before {
+       content: '\f158';
+       font: normal 20px/1 'dashicons';
+       speak: none;
+       -webkit-font-smoothing: antialiased;
+       -moz-osx-font-smoothing: grayscale;
+       color: #999;
+       padding-left: 12px;
+}
+
+.wp-dialog .ui-dialog-titlebar-close:hover:before {
+       color: #2ea2cc;
 }
 
 .wp-dialog .ui-dialog-titlebar-close .ui-button-text {