⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 120458 in webkit


Ignore:
Timestamp:
Jun 15, 2012, 8:11:02 AM (14 years ago)
Author:
pfeldman@chromium.org
Message:

Web Inspector: fix help close button appearance on Mac
https://bugs.webkit.org/show_bug.cgi?id=89208

Reviewed by Vsevolod Vlasov.

  • inspector/front-end/helpScreen.css:

(.help-close-button):
(body.platform-mac .help-close-button):
(body.platform-mac .help-window-main .tabbed-pane-header-contents):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r120457 r120458  
     12012-06-15  Pavel Feldman  <pfeldman@chromium.org>
     2
     3        Web Inspector: fix help close button appearance on Mac
     4        https://bugs.webkit.org/show_bug.cgi?id=89208
     5
     6        Reviewed by Vsevolod Vlasov.
     7
     8        * inspector/front-end/helpScreen.css:
     9        (.help-close-button):
     10        (body.platform-mac .help-close-button):
     11        (body.platform-mac .help-window-main .tabbed-pane-header-contents):
     12
    1132012-06-11  Dana Jansens  <danakj@chromium.org>
    214
  • trunk/Source/WebCore/inspector/front-end/helpScreen.css

    r120331 r120458  
    8686    height: 16px;
    8787    width: 16px;
     88    position: absolute;
     89    top: 6px;
     90    right: 6px;
    8891}
    8992
     
    97100
    98101body.platform-mac .help-close-button {
    99     float: left;
    100     margin-right: 10px;
    101     font-size: 12px;
    102 }
    103 
    104 body:not(.platform-mac) .help-close-button {
    105     float: right;
     102    left: 6px;
     103}
     104
     105body.platform-mac .help-window-main .tabbed-pane-header-contents {
     106    margin-left: 27px;
    106107}
    107108
     
    274275}
    275276
    276 #settings-screen .help-close-button {
    277     position: absolute;
    278     top: 6px;
    279     right: 6px;
    280 }
    281 
    282277#settings-screen .tabbed-pane-header-tab.selected {
    283278    border-bottom: solid 1px rgb(51, 51, 51);
Note: See TracChangeset for help on using the changeset viewer.