Changeset 90362 in webkit


Ignore:
Timestamp:
Jul 4, 2011 5:50:14 AM (13 years ago)
Author:
yurys@chromium.org
Message:

2011-07-04 Yury Semikhatsky <yurys@chromium.org>

Web Inspector: repeated message counter should be aligned with other message icons
https://bugs.webkit.org/show_bug.cgi?id=63901

Reviewed by Pavel Feldman.

  • inspector/front-end/inspector.css: (.console-message .bubble):
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r90360 r90362  
     12011-07-04  Yury Semikhatsky  <yurys@chromium.org>
     2
     3        Web Inspector: repeated message counter should be aligned with other message icons
     4        https://bugs.webkit.org/show_bug.cgi?id=63901
     5
     6        Reviewed by Pavel Feldman.
     7
     8        * inspector/front-end/inspector.css:
     9        (.console-message .bubble):
     10
    1112011-07-04  Alexander Pavlov  <apavlov@chromium.org>
    212
  • trunk/Source/WebCore/inspector/front-end/inspector.css

    r90136 r90362  
    728728    margin-top: -2px;
    729729    margin-right: 4px;
     730    margin-left: -18px;
    730731    text-align: left;
    731732    font-size: 11px;
     
    740741.console-message-text {
    741742    white-space: pre-wrap;
    742 }
    743 
    744 .repeated-message {
    745     padding-left: 6px;
    746743}
    747744
Note: See TracChangeset for help on using the changeset viewer.