Changeset 196751 in webkit


Ignore:
Timestamp:
Feb 18, 2016 12:46:57 AM (8 years ago)
Author:
Nikita Vasilyev
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):

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r196750 r196751  
     12016-02-18  Nikita Vasilyev  <nvasilyev@apple.com>
     2
     3        Web Inspector: Align console prompt with execution context selector
     4        https://bugs.webkit.org/show_bug.cgi?id=154381
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * UserInterface/Views/QuickConsole.css:
     9        (.quick-console > .console-prompt > .CodeMirror):
     10        (.quick-console .execution-context):
     11
    1122016-02-18  Devin Rousso  <dcrousso+webkit@gmail.com>
    213
  • trunk/Source/WebInspectorUI/UserInterface/Views/QuickConsole.css

    r196741 r196751  
    7373
    7474.quick-console > .console-prompt > .CodeMirror {
    75     margin: 4px 0 3px;
     75    margin: 4px 0 1px;
    7676}
    7777
     
    8282    height: 21px;
    8383}
     84
     85.quick-console .execution-context {
     86    margin-top: -1px;
     87}
Note: See TracChangeset for help on using the changeset viewer.