Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1026044
D93.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jun 13, 6:16 PM
Size
1 KB
Mime Type
text/x-diff
Expires
Sat, Jun 14, 6:16 PM (4 h, 38 m)
Engine
blob
Format
Raw Data
Handle
661426
Attached To
D93: INP-1434 - Resize CKEditor according Modal Window dimensions, when "box-sizing" is used
D93.id.diff
View Options
Index: branches/5.2.x/core/admin_templates/js/jquery/thickbox/thickbox.css
===================================================================
--- branches/5.2.x/core/admin_templates/js/jquery/thickbox/thickbox.css
+++ branches/5.2.x/core/admin_templates/js/jquery/thickbox/thickbox.css
@@ -9,6 +9,9 @@
#TB_window, .TB_window {
font: 12px Arial, Helvetica, sans-serif;
color: #333333;
+ -moz-box-sizing: content-box;
+ -webkit-box-sizing: content-box;
+ box-sizing: content-box;
}
#TB_secondLine {
@@ -85,6 +88,10 @@
float:left;
}
+.TB_closeWindowButton > img:first-child {
+ vertical-align: bottom;
+}
+
#TB_closeWindow, .TB_closeWindow {
height:25px;
padding:11px 25px 10px 0;
@@ -170,7 +177,7 @@
}
/* jQuery UI CSS */
-/* .ui-resizable { position: relative;} */
+.ui-resizable { position: absolute;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 1099999; 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: 0px; }
@@ -182,4 +189,4 @@
.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;}
-.ui-draggable .TB_title { cursor: move; }
\ No newline at end of file
+.ui-draggable .TB_title { cursor: move; }
Event Timeline
Log In to Comment