Title: [196751] trunk/Source/WebInspectorUI
- Revision
- 196751
- Author
- [email protected]
- Date
- 2016-02-18 00:46:57 -0800 (Thu, 18 Feb 2016)
Log Message
Web Inspector: Align console prompt with execution context selector
https://bugs.webkit.org/show_bug.cgi?id=154381
Reviewed by Timothy Hatcher.
* UserInterface/Views/QuickConsole.css:
(.quick-console > .console-prompt > .CodeMirror):
(.quick-console .execution-context):
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (196750 => 196751)
--- trunk/Source/WebInspectorUI/ChangeLog 2016-02-18 08:34:41 UTC (rev 196750)
+++ trunk/Source/WebInspectorUI/ChangeLog 2016-02-18 08:46:57 UTC (rev 196751)
@@ -1,3 +1,14 @@
+2016-02-18 Nikita Vasilyev <[email protected]>
+
+ Web Inspector: Align console prompt with execution context selector
+ https://bugs.webkit.org/show_bug.cgi?id=154381
+
+ Reviewed by Timothy Hatcher.
+
+ * UserInterface/Views/QuickConsole.css:
+ (.quick-console > .console-prompt > .CodeMirror):
+ (.quick-console .execution-context):
+
2016-02-18 Devin Rousso <[email protected]>
Web Inspector: Storage tab navigation bar should fit on a single line
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/QuickConsole.css (196750 => 196751)
--- trunk/Source/WebInspectorUI/UserInterface/Views/QuickConsole.css 2016-02-18 08:34:41 UTC (rev 196750)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/QuickConsole.css 2016-02-18 08:46:57 UTC (rev 196751)
@@ -72,7 +72,7 @@
}
.quick-console > .console-prompt > .CodeMirror {
- margin: 4px 0 3px;
+ margin: 4px 0 1px;
}
.quick-console > .navigation-bar {
@@ -81,3 +81,7 @@
height: 21px;
}
+
+.quick-console .execution-context {
+ margin-top: -1px;
+}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes