Ticket #26952: 26952.11.patch
File 26952.11.patch, 13.4 KB (added by , 11 years ago) |
---|
-
src/wp-admin/css/common.css
1423 1423 padding: 0 5px; 1424 1424 } 1425 1425 1426 #TB_window {1427 border: 1px solid #333;1428 }1429 1430 #TB_window #TB_title {1431 background-color: #222;1432 color: #cfcfcf;1433 }1434 1435 #TB_window #TB_title a.tb-theme-preview-link,1436 #TB_window #TB_title a.tb-theme-preview-link:visited {1437 color: #999;1438 font-weight: 600;1439 text-decoration: none;1440 }1441 1442 #TB_window #TB_title a.tb-theme-preview-link:hover,1443 #TB_window #TB_title a.tb-theme-preview-link:focus {1444 color: #ccc;1445 }1446 1447 1426 /* @todo: what is this doing here */ 1448 1427 #dashboard_right_now .versions .b, 1449 1428 #post-status-display, … … 1994 1973 content: '\f140'; 1995 1974 } 1996 1975 1997 #TB_ajaxContent #options {1998 position: absolute;1999 top: 20px;2000 right: 25px;2001 padding: 5px;2002 }2003 2004 #TB_ajaxContent h3 {2005 margin-bottom: .25em;2006 }2007 2008 1976 .error a { 2009 1977 text-decoration: underline; 2010 1978 } … … 2272 2240 border-bottom: 1px solid #dfdfdf; 2273 2241 } 2274 2242 2275 /* @todo: these seem misplaced */2276 .sticky-menu #TB_window {2277 background: #f1f1f1;2278 }2279 2280 .sticky-menu #TB_window .updated {2281 margin: 16px 0 0;2282 }2283 2284 2243 /* =Media Queries 2285 2244 -------------------------------------------------------------- */ 2286 2245 -
src/wp-admin/css/edit.css
452 452 width: 450px; 453 453 margin-left: -225px; 454 454 background: #fff; 455 -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); 456 box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); 455 457 line-height: 1.5; 456 458 z-index: 1000005; 457 459 } … … 463 465 right: 0; 464 466 bottom: 0; 465 467 background: #000; 466 opacity: 0. 5;467 filter: alpha(opacity= 50);468 opacity: 0.7; 469 filter: alpha(opacity=70); 468 470 z-index: 1000000; 469 471 } 470 472 -
src/wp-admin/css/media.css
234 234 235 235 .find-box { 236 236 background-color: #fff; 237 -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); 238 box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); 237 239 width: 600px; 238 240 overflow: hidden; 239 241 margin-left: -300px; … … 247 249 .find-box-head { 248 250 background: #fcfcfc; 249 251 border-bottom: 1px solid #dfdfdf; 250 height: 42px;251 font-size: 22px;252 height: 36px; 253 font-size: 18px; 252 254 font-weight: 600; 253 line-height: 41px;254 padding: 0 42px 0 16px;255 line-height: 36px; 256 padding: 0 36px 0 16px; 255 257 position: absolute; 256 258 top: 0; 257 259 left: 0; … … 263 265 padding: 16px; 264 266 background-color: #fff; 265 267 position: absolute; 266 top: 43px;268 top: 37px; 267 269 bottom: 45px; 268 270 overflow-y: scroll; 269 271 width: 100%; … … 300 302 } 301 303 302 304 #find-posts-close { 303 width: 42px;304 height: 42px;305 width: 36px; 306 height: 36px; 305 307 position: absolute; 306 308 top: 0; 307 309 right: 0; … … 315 317 } 316 318 317 319 #find-posts-close:before { 318 font: normal 20px/ 42px 'dashicons';320 font: normal 20px/36px 'dashicons'; 319 321 vertical-align: top; 320 322 speak: none; 321 323 -webkit-font-smoothing: antialiased; … … 360 362 bottom: 0; 361 363 background: #000; 362 364 opacity: 0.7; 365 filter: alpha(opacity=70); 363 366 z-index: 100100; 364 367 } 365 368 -
src/wp-includes/css/editor.css
13 13 /* TinyMCE windows */ 14 14 #mce-modal-block.mce-in { 15 15 opacity: 0.7; 16 filter: alpha(opacity=70); 16 17 } 17 18 18 19 .mce-window { 19 20 -webkit-border-radius: 0; 20 21 border-radius: 0; 21 -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.7);22 box-shadow: 0 5px 15px rgba(0,0,0,0.7);22 -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); 23 box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); 23 24 -webkit-font-smoothing: subpixel-antialiased; 24 25 } 25 26 … … 35 36 } 36 37 37 38 .mce-window .mce-window-head .mce-title { 38 font-size: 20px; 39 color: #444; 40 font-family: 'Open Sans', sans-serif; 41 font-size: 18px; 39 42 font-weight: 600; 40 43 line-height: 36px; 41 44 margin: 0; … … 898 901 #wp-link-wrap { 899 902 display: none; 900 903 background-color: #fff; 901 width: 600px; 904 -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); 905 box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); 906 width: 500px; 902 907 height: 250px; 903 908 overflow: hidden; 904 margin-left: - 300px;909 margin-left: -250px; 905 910 margin-top: -125px; 906 911 position: fixed; 907 912 top: 50%; … … 919 924 min-height: 360px; 920 925 background: #000; 921 926 opacity: 0.7; 927 filter: alpha(opacity=70); 922 928 z-index: 100100; 923 929 } 924 930 … … 936 942 background: #fcfcfc; 937 943 border-bottom: 1px solid #dfdfdf; 938 944 height: 36px; 939 font-size: 20px;945 font-size: 18px; 940 946 font-weight: 600; 941 947 line-height: 36px; 942 948 padding: 0 36px 0 16px; … … 1042 1048 #wp-link .link-search-field { 1043 1049 float: left; 1044 1050 width: 250px; 1045 max-width: 70%;1051 max-width: 80%; 1046 1052 } 1047 1053 1048 1054 #wp-link .link-search-wrapper { … … 1577 1583 display: none; 1578 1584 } 1579 1585 1580 /* =Thickbox Adjustments1581 -------------------------------------------------------------- */1582 .wp-fullscreen-active #TB_overlay {1583 z-index: 100050;1584 }1585 1586 .wp-fullscreen-active #TB_window {1587 z-index: 100051;1588 }1589 1590 1586 /* Colors */ 1591 1587 .fullscreen-overlay { 1592 1588 background: #fff; -
src/wp-includes/css/jquery-ui-dialog.css
246 246 left: 0; 247 247 z-index: 100102; 248 248 background-color: #fff; 249 -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); 250 box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); 249 251 } 250 252 251 253 .ui-dialog-titlebar { 252 254 background: #fcfcfc; 253 255 border-bottom: 1px solid #dfdfdf; 254 height: 56px;255 font-size: 22px;256 height: 36px; 257 font-size: 18px; 256 258 font-weight: 600; 257 line-height: 56px;258 padding: 0 40px 0 16px;259 line-height: 36px; 260 padding: 0 36px 0 16px; 259 261 } 260 262 261 263 .ui-button.ui-dialog-titlebar-close { … … 270 272 position: absolute; 271 273 top: 0; 272 274 right: 0; 273 width: 40px;274 height: 40px;275 width: 36px; 276 height: 36px; 275 277 text-align: center; 276 278 } 277 279 … … 281 283 speak: none; 282 284 -webkit-font-smoothing: antialiased; 283 285 -moz-osx-font-smoothing: grayscale; 284 line-height: 40px;285 width: 40px;286 height: 40px;286 line-height: 36px; 287 width: 36px; 288 height: 36px; 287 289 content: '\f158'; 288 290 } 289 291 … … 327 329 min-height: 360px; 328 330 background: #000; 329 331 opacity: 0.7; 332 filter: alpha(opacity=70); 330 333 z-index: 100101; 331 334 } -
src/wp-includes/css/wp-auth-check.css
13 13 left: 0; 14 14 right: 0; 15 15 background: #000; 16 opacity: 0. 5;17 filter: alpha(opacity= 50);16 opacity: 0.7; 17 filter: alpha(opacity=70); 18 18 z-index: 1000000; 19 19 } 20 20 … … 30 30 padding: 30px 0 0; 31 31 background-color: #eee; 32 32 z-index: 1000001; 33 -webkit-box-shadow: 0 3px 6px rgba( 0,0,0,0.3);34 box-shadow: 0 3px 6px rgba( 0,0,0,0.3);33 -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); 34 box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); 35 35 } 36 36 37 37 #wp-auth-check-wrap.fallback #wp-auth-check { -
src/wp-includes/js/thickbox/thickbox.css
1 2 /* ----------------------------------------------------------------------------------------------------------------*/3 /* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/4 /* ----------------------------------------------------------------------------------------------------------------*/5 #TB_window {6 font: 12px "Open Sans", sans-serif;7 color: #333333;8 }9 10 #TB_secondLine {11 font: 10px "Open Sans", sans-serif;12 color:#666666;13 }14 15 .rtl #TB_window,16 .rtl #TB_secondLine {17 font-family: Tahoma, sans-serif;18 }19 20 :lang(he-il) .rtl #TB_window,21 :lang(he-il) .rtl #TB_secondLine {22 font-family: Arial, sans-serif;23 }24 25 #TB_window a:link {color: #666666;}26 #TB_window a:visited {color: #666666;}27 #TB_window a:hover {color: #000;}28 #TB_window a:active {color: #666666;}29 #TB_window a:focus{color: #666666;}30 31 /* ----------------------------------------------------------------------------------------------------------------*/32 /* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/33 /* ----------------------------------------------------------------------------------------------------------------*/34 1 #TB_overlay { 2 background: #000; 3 opacity: 0.7; 4 filter: alpha(opacity=70); 35 5 position: fixed; 36 z-index:510; /* should overlap theme modal, which is 500 on mobile. */ 37 top: 0px; 38 left: 0px; 39 height:100%; 40 width:100%; 41 } 42 43 .TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;} 44 .TB_overlayBG { 45 background-color:#000; 46 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; 47 filter:alpha(opacity=75); 48 -moz-opacity: 0.75; 49 opacity: 0.75; 50 } 51 52 * html #TB_overlay { /* ie6 hack */ 53 position: absolute; 54 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); 6 top: 0; 7 right: 0; 8 bottom: 0; 9 left: 0; 10 z-index: 100050; /* Above DFW. */ 55 11 } 56 12 57 13 #TB_window { 58 14 position: fixed; 59 background: #ffffff; 60 z-index: 510; /* should overlap theme modal, which is 500 on mobile. */ 61 color:#000000; 15 background: #fff; 16 z-index: 100050; /* Above DFW. */ 62 17 visibility: hidden; 63 text-align:left; 64 top:50%; 65 left:50%; 66 border: 1px solid #555; 67 -moz-box-shadow: rgba(0,0,0,1) 0 4px 30px; 68 -webkit-box-shadow: rgba(0,0,0,1) 0 4px 30px; 69 -khtml-box-shadow: rgba(0,0,0,1) 0 4px 30px; 70 box-shadow: rgba(0,0,0,1) 0 4px 30px; 71 } 72 73 * html #TB_window { /* ie6 hack */ 74 position: absolute; 75 margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); 18 text-align: left; 19 top: 50%; 20 left: 50%; 21 -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); 22 box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); 76 23 } 77 24 78 25 #TB_window img#TB_Image { 79 display: block;26 display: block; 80 27 margin: 15px 0 0 15px; 81 28 border-right: 1px solid #ccc; 82 29 border-bottom: 1px solid #ccc; … … 85 32 } 86 33 87 34 #TB_caption{ 88 height: 25px;89 padding: 7px 30px 10px 25px;90 float: left;35 height: 25px; 36 padding: 7px 30px 10px 25px; 37 float: left; 91 38 } 92 39 93 #TB_closeWindow {94 height: 25px;95 padding: 11px 25px 10px 0;96 float: right;40 #TB_closeWindow { 41 height: 25px; 42 padding: 11px 25px 10px 0; 43 float: right; 97 44 } 98 45 99 #TB_closeAjaxWindow{ 100 padding:6px 10px 0; 101 text-align:right; 102 float:right; 46 #TB_closeAjaxWindow { 47 float: right; 103 48 } 104 49 105 50 #TB_closeAjaxWindow a { 106 51 text-decoration: none; 107 52 } 108 53 109 #TB_ajaxWindowTitle{ 110 float:left; 111 padding:6px 10px 0; 54 #TB_ajaxWindowTitle { 55 float: left; 56 font-weight: 600; 57 line-height: 29px; 58 overflow: hidden; 59 padding: 0 29px 0 10px; 60 text-overflow: ellipsis; 61 white-space: nowrap; 62 width: calc( 100% - 39px ); 112 63 } 113 64 114 #TB_title{ 115 background-color:#e8e8e8; 116 height:27px; 65 #TB_title { 66 background: #fcfcfc; 67 border-bottom: 1px solid #dfdfdf; 68 height: 29px; 117 69 } 118 70 119 #TB_ajaxContent {120 clear: both;121 padding: 2px 15px 15px 15px;122 overflow: auto;123 text-align: left;124 line-height: 1.4em;71 #TB_ajaxContent { 72 clear: both; 73 padding: 2px 15px 15px 15px; 74 overflow: auto; 75 text-align: left; 76 line-height: 1.4em; 125 77 } 126 78 127 #TB_ajaxContent.TB_modal {128 padding: 15px;79 #TB_ajaxContent.TB_modal { 80 padding: 15px; 129 81 } 130 82 131 #TB_ajaxContent p {132 padding: 5px 0px 5px 0px;83 #TB_ajaxContent p { 84 padding: 5px 0px 5px 0px; 133 85 } 134 86 135 #TB_load {87 #TB_load { 136 88 position: fixed; 137 display: none;138 z-index: 103;89 display: none; 90 z-index: 103; 139 91 top: 50%; 140 92 left: 50%; 141 93 background-color: #E8E8E8; 142 94 border: 1px solid #555; 143 margin: -45px 0 pt 0pt-125px;95 margin: -45px 0 0 -125px; 144 96 padding: 40px 15px 15px; 145 97 } 146 98 147 * html #TB_load { /* ie6 hack */ 148 position: absolute; 149 margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); 150 } 151 152 #TB_HideSelect{ 153 z-index:99; 154 position:fixed; 99 #TB_HideSelect { 100 z-index: 99; 101 position: fixed; 155 102 top: 0; 156 103 left: 0; 157 background-color:#fff; 158 border:none; 159 filter:alpha(opacity=0); 160 -moz-opacity: 0; 104 background-color: #fff; 105 border: none; 106 filter: alpha(opacity=0); 161 107 opacity: 0; 162 height:100%; 163 width:100%; 164 } 165 166 * html #TB_HideSelect { /* ie6 hack */ 167 position: absolute; 168 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); 108 height: 100%; 109 width: 100%; 169 110 } 170 111 171 #TB_iframeContent{ 172 clear:both; 173 border:none; 174 margin-bottom:-1px; 175 _margin-bottom:1px; 112 #TB_iframeContent { 113 clear: both; 114 border: none; 176 115 } 177 116 178 117 .tb-close-icon { 179 height: 16px; 180 margin: -3px -3px 0 0; 181 width: 16px; 118 color: #666; 119 text-align: center; 120 line-height: 29px; 121 width: 29px; 122 height: 29px; 123 position: absolute; 124 top: 0; 125 right: 0; 182 126 } 183 127 184 128 .tb-close-icon:before { 185 129 content: '\f158'; 186 color: #ccc; 187 font: normal 20px/1 'dashicons'; 130 font: normal 20px/29px 'dashicons'; 188 131 speak: none; 189 vertical-align: middle;190 132 -webkit-font-smoothing: antialiased; 191 133 -moz-osx-font-smoothing: grayscale; 192 134 } 193 135 194 .tb-close-icon:hover:before { 195 color: #fff; 196 } 197 No newline at end of file 136 .tb-close-icon:hover { 137 color: #2ea2cc; 138 }