Title: [172300] branches/safari-600.1-branch/Source/WebInspectorUI

Diff

Modified: branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog (172299 => 172300)


--- branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog	2014-08-07 23:02:58 UTC (rev 172299)
+++ branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog	2014-08-07 23:06:56 UTC (rev 172300)
@@ -1,5 +1,22 @@
 2014-08-07  Dana Burkart <[email protected]>
 
+        Merge r172285
+
+    2014-08-07  Joseph Pecoraro  <[email protected]>
+
+            Web Inspector: Dashboard contents shift when window changes active state
+            https://bugs.webkit.org/show_bug.cgi?id=135724
+
+            Reviewed by Timothy Hatcher.
+
+            The container was getting a 1px border when inactive and none when active.
+            Give it a transparent border when active so contents don't change size.
+
+            * UserInterface/Views/DashboardContainerView.css:
+            (.toolbar .dashboard-container):
+
+2014-08-07  Dana Burkart <[email protected]>
+
         Merge r172263
 
     2014-08-07  Timothy Hatcher  <[email protected]>

Modified: branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/DashboardContainerView.css (172299 => 172300)


--- branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/DashboardContainerView.css	2014-08-07 23:02:58 UTC (rev 172299)
+++ branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/DashboardContainerView.css	2014-08-07 23:06:56 UTC (rev 172300)
@@ -31,6 +31,7 @@
     border-radius: 4px;
     background-color: rgb(252, 252, 252);
 
+    border: 1px solid transparent;
     box-shadow: rgba(0, 0, 0, 0.15) 0 1px 0, inset white 0 1px 0;
 
     margin: 4px 10px;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to