diff --git a/src/wp-includes/css/editor.css b/src/wp-includes/css/editor.css
index 64300234bb..8e00807996 100644
--- a/src/wp-includes/css/editor.css
+++ b/src/wp-includes/css/editor.css
@@ -13,13 +13,14 @@
/* TinyMCE windows */
#mce-modal-block.mce-in {
opacity: 0.7;
+ filter: alpha(opacity=70);
}
.mce-window {
-webkit-border-radius: 0;
border-radius: 0;
- -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.7);
- box-shadow: 0 5px 15px rgba(0,0,0,0.7);
+ -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
+ box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
-webkit-font-smoothing: subpixel-antialiased;
}
@@ -35,7 +36,9 @@
}
.mce-window .mce-window-head .mce-title {
- font-size: 20px;
+ color: #444;
+ font-family: 'Open Sans', sans-serif;
+ font-size: 18px;
font-weight: 600;
line-height: 36px;
margin: 0;
@@ -898,15 +901,18 @@ i.mce-i-wp_page:before {
#wp-link-wrap {
display: none;
background-color: #fff;
- width: 600px;
+ -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
+ box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
+ width: 500px;
height: 250px;
overflow: hidden;
- margin-left: -300px;
+ margin-left: -250px;
margin-top: -125px;
position: fixed;
top: 50%;
left: 50%;
z-index: 100105;
+ transition: height 0.2s, margin-top 0.2s;
}
#wp-link-backdrop {
@@ -919,6 +925,7 @@ i.mce-i-wp_page:before {
min-height: 360px;
background: #000;
opacity: 0.7;
+ filter: alpha(opacity=70);
z-index: 100100;
}
@@ -936,7 +943,7 @@ i.mce-i-wp_page:before {
background: #fcfcfc;
border-bottom: 1px solid #dfdfdf;
height: 36px;
- font-size: 20px;
+ font-size: 18px;
font-weight: 600;
line-height: 36px;
padding: 0 36px 0 16px;
@@ -1013,7 +1020,7 @@ i.mce-i-wp_page:before {
}
#wp-link #link-options {
- padding: 8px 0 14px;
+ padding: 8px 0 12px;
}
#wp-link p.howto {
@@ -1025,9 +1032,8 @@ i.mce-i-wp_page:before {
}
#wp-link label input[type="text"] {
- width: 400px;
margin-top: 5px;
- max-width: 70%;
+ width: 70%;
}
#wp-link #link-options label span,
@@ -1062,9 +1068,14 @@ i.mce-i-wp_page:before {
}
#wp-link .link-target {
- width: auto;
padding: 3px 0 0;
- margin: 0 0 0 87px;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
+#wp-link .link-target label {
+ max-width: 70%;
}
#wp-link .query-results {
@@ -1121,6 +1132,7 @@ i.mce-i-wp_page:before {
#wp-link .item-title {
display: inline-block;
width: 80%;
+ width: calc(100% - 68px);
}
#wp-link .item-info {
@@ -1129,8 +1141,7 @@ i.mce-i-wp_page:before {
font-size: 11px;
position: absolute;
right: 5px;
- top: 4px;
- bottom: 0;
+ top: 5px;
}
#wp-link #search-results,
@@ -1178,26 +1189,42 @@ i.mce-i-wp_page:before {
@media screen and ( max-width: 782px ) {
#wp-link-wrap {
- height: 270px;
- margin-top: -135px;
+ height: 280px;
+ margin-top: -140px;
}
#wp-link-wrap.search-panel-visible .query-results {
top: 235px;
}
+
+ #link-selector {
+ padding: 0 16px 60px;
+ }
+
+ #wp-link-wrap.search-panel-visible #link-selector {
+ bottom: 52px;
+ }
+
+ #wp-link-cancel {
+ line-height: 32px;
+ }
}
-@media screen and ( max-width: 620px ) {
+@media screen and ( max-width: 520px ) {
#wp-link-wrap {
width: auto;
margin-left: 0;
left: 10px;
right: 10px;
- max-width: 600px;
+ max-width: 500px;
}
}
@media screen and ( max-height: 520px ) {
+ #wp-link-wrap {
+ transition: none;
+ }
+
#wp-link-wrap.search-panel-visible {
height: auto;
margin-top: 0;
@@ -1225,7 +1252,7 @@ i.mce-i-wp_page:before {
#link-selector {
overflow: auto;
height: calc(100% - 92px);
- padding-bottom: 10px;
+ padding-bottom: 2px;
}
#search-panel .query-results {
diff --git a/src/wp-includes/css/jquery-ui-dialog.css b/src/wp-includes/css/jquery-ui-dialog.css
index 332468e001..94c655ff32 100644
--- a/src/wp-includes/css/jquery-ui-dialog.css
+++ b/src/wp-includes/css/jquery-ui-dialog.css
@@ -246,16 +246,18 @@
left: 0;
z-index: 100102;
background-color: #fff;
+ -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
+ box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}
.ui-dialog-titlebar {
background: #fcfcfc;
border-bottom: 1px solid #dfdfdf;
- height: 56px;
- font-size: 22px;
+ height: 36px;
+ font-size: 18px;
font-weight: 600;
- line-height: 56px;
- padding: 0 40px 0 16px;
+ line-height: 36px;
+ padding: 0 36px 0 16px;
}
.ui-button.ui-dialog-titlebar-close {
@@ -270,8 +272,8 @@
position: absolute;
top: 0;
right: 0;
- width: 40px;
- height: 40px;
+ width: 36px;
+ height: 36px;
text-align: center;
}
@@ -281,9 +283,9 @@
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
- line-height: 40px;
- width: 40px;
- height: 40px;
+ line-height: 36px;
+ width: 36px;
+ height: 36px;
content: '\f158';
}
@@ -327,5 +329,6 @@
min-height: 360px;
background: #000;
opacity: 0.7;
+ filter: alpha(opacity=70);
z-index: 100101;
}
diff --git a/src/wp-includes/css/wp-auth-check.css b/src/wp-includes/css/wp-auth-check.css
index 1ebc087502..3a627dbe76 100644
--- a/src/wp-includes/css/wp-auth-check.css
+++ b/src/wp-includes/css/wp-auth-check.css
@@ -13,8 +13,8 @@
left: 0;
right: 0;
background: #000;
- opacity: 0.5;
- filter: alpha(opacity=50);
+ opacity: 0.7;
+ filter: alpha(opacity=70);
z-index: 1000000;
}
@@ -30,8 +30,8 @@
padding: 30px 0 0;
background-color: #eee;
z-index: 1000001;
- -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.3);
- box-shadow: 0 3px 6px rgba(0,0,0,0.3);
+ -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
+ box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}
#wp-auth-check-wrap.fallback #wp-auth-check {
diff --git a/src/wp-includes/js/thickbox/thickbox.css b/src/wp-includes/js/thickbox/thickbox.css
index 25ea69cdaf..574b6b544a 100644
--- a/src/wp-includes/js/thickbox/thickbox.css
+++ b/src/wp-includes/js/thickbox/thickbox.css
@@ -1,82 +1,29 @@
-
-/* ----------------------------------------------------------------------------------------------------------------*/
-/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
-/* ----------------------------------------------------------------------------------------------------------------*/
-#TB_window {
- font: 12px "Open Sans", sans-serif;
- color: #333333;
-}
-
-#TB_secondLine {
- font: 10px "Open Sans", sans-serif;
- color:#666666;
-}
-
-.rtl #TB_window,
-.rtl #TB_secondLine {
- font-family: Tahoma, sans-serif;
-}
-
-:lang(he-il) .rtl #TB_window,
-:lang(he-il) .rtl #TB_secondLine {
- font-family: Arial, sans-serif;
-}
-
-#TB_window a:link {color: #666666;}
-#TB_window a:visited {color: #666666;}
-#TB_window a:hover {color: #000;}
-#TB_window a:active {color: #666666;}
-#TB_window a:focus{color: #666666;}
-
-/* ----------------------------------------------------------------------------------------------------------------*/
-/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
-/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
+ background: #000;
+ opacity: 0.7;
+ filter: alpha(opacity=70);
position: fixed;
- z-index:510; /* should overlap theme modal, which is 500 on mobile. */
- top: 0px;
- left: 0px;
- height:100%;
- width:100%;
-}
-
-.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
-.TB_overlayBG {
- background-color:#000;
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
- filter:alpha(opacity=75);
- -moz-opacity: 0.75;
- opacity: 0.75;
-}
-
-* html #TB_overlay { /* ie6 hack */
- position: absolute;
- height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 100050; /* Above DFW. */
}
#TB_window {
position: fixed;
- background: #ffffff;
- z-index: 510; /* should overlap theme modal, which is 500 on mobile. */
- color:#000000;
+ background: #fff;
+ z-index: 100050; /* Above DFW. */
visibility: hidden;
- text-align:left;
- top:50%;
- left:50%;
- border: 1px solid #555;
- -moz-box-shadow: rgba(0,0,0,1) 0 4px 30px;
- -webkit-box-shadow: rgba(0,0,0,1) 0 4px 30px;
- -khtml-box-shadow: rgba(0,0,0,1) 0 4px 30px;
- box-shadow: rgba(0,0,0,1) 0 4px 30px;
-}
-
-* html #TB_window { /* ie6 hack */
-position: absolute;
-margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
+ text-align: left;
+ top: 50%;
+ left: 50%;
+ -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
+ box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}
#TB_window img#TB_Image {
- display:block;
+ display: block;
margin: 15px 0 0 15px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
@@ -85,112 +32,107 @@ margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = d
}
#TB_caption{
- height:25px;
- padding:7px 30px 10px 25px;
- float:left;
+ height: 25px;
+ padding: 7px 30px 10px 25px;
+ float: left;
}
-#TB_closeWindow{
- height:25px;
- padding:11px 25px 10px 0;
- float:right;
+#TB_closeWindow {
+ height: 25px;
+ padding: 11px 25px 10px 0;
+ float: right;
}
-#TB_closeAjaxWindow{
- padding:6px 10px 0;
- text-align:right;
- float:right;
+#TB_closeAjaxWindow {
+ float: right;
}
#TB_closeAjaxWindow a {
text-decoration: none;
}
-#TB_ajaxWindowTitle{
- float:left;
- padding:6px 10px 0;
+#TB_ajaxWindowTitle {
+ float: left;
+ font-weight: 600;
+ line-height: 29px;
+ overflow: hidden;
+ padding: 0 29px 0 10px;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ width: calc( 100% - 39px );
}
-#TB_title{
- background-color:#e8e8e8;
- height:27px;
+#TB_title {
+ background: #fcfcfc;
+ border-bottom: 1px solid #dfdfdf;
+ height: 29px;
}
-#TB_ajaxContent{
- clear:both;
- padding:2px 15px 15px 15px;
- overflow:auto;
- text-align:left;
- line-height:1.4em;
+#TB_ajaxContent {
+ clear: both;
+ padding: 2px 15px 15px 15px;
+ overflow: auto;
+ text-align: left;
+ line-height: 1.4em;
}
-#TB_ajaxContent.TB_modal{
- padding:15px;
+#TB_ajaxContent.TB_modal {
+ padding: 15px;
}
-#TB_ajaxContent p{
- padding:5px 0px 5px 0px;
+#TB_ajaxContent p {
+ padding: 5px 0px 5px 0px;
}
-#TB_load{
+#TB_load {
position: fixed;
- display:none;
- z-index:103;
+ display: none;
+ z-index: 103;
top: 50%;
left: 50%;
background-color: #E8E8E8;
border: 1px solid #555;
- margin: -45px 0pt 0pt -125px;
+ margin: -45px 0 0 -125px;
padding: 40px 15px 15px;
}
-* html #TB_load { /* ie6 hack */
-position: absolute;
-margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
-}
-
-#TB_HideSelect{
- z-index:99;
- position:fixed;
+#TB_HideSelect {
+ z-index: 99;
+ position: fixed;
top: 0;
left: 0;
- background-color:#fff;
- border:none;
- filter:alpha(opacity=0);
- -moz-opacity: 0;
+ background-color: #fff;
+ border: none;
+ filter: alpha(opacity=0);
opacity: 0;
- height:100%;
- width:100%;
+ height: 100%;
+ width: 100%;
}
-* html #TB_HideSelect { /* ie6 hack */
- position: absolute;
- height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
-}
-
-#TB_iframeContent{
- clear:both;
- border:none;
- margin-bottom:-1px;
- _margin-bottom:1px;
+#TB_iframeContent {
+ clear: both;
+ border: none;
}
.tb-close-icon {
- height: 16px;
- margin: -3px -3px 0 0;
- width: 16px;
+ color: #666;
+ text-align: center;
+ line-height: 29px;
+ width: 29px;
+ height: 29px;
+ position: absolute;
+ top: 0;
+ right: 0;
}
.tb-close-icon:before {
content: '\f158';
- color: #ccc;
- font: normal 20px/1 'dashicons';
+ font: normal 20px/29px 'dashicons';
speak: none;
- vertical-align: middle;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
-.tb-close-icon:hover:before {
- color: #fff;
-}
\ No newline at end of file
+.tb-close-icon:hover {
+ color: #2ea2cc;
+}