Changeset 120458 in webkit
- Timestamp:
- Jun 15, 2012, 8:11:02 AM (14 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
inspector/front-end/helpScreen.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r120457 r120458 1 2012-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 1 13 2012-06-11 Dana Jansens <danakj@chromium.org> 2 14 -
trunk/Source/WebCore/inspector/front-end/helpScreen.css
r120331 r120458 86 86 height: 16px; 87 87 width: 16px; 88 position: absolute; 89 top: 6px; 90 right: 6px; 88 91 } 89 92 … … 97 100 98 101 body.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 105 body.platform-mac .help-window-main .tabbed-pane-header-contents { 106 margin-left: 27px; 106 107 } 107 108 … … 274 275 } 275 276 276 #settings-screen .help-close-button {277 position: absolute;278 top: 6px;279 right: 6px;280 }281 282 277 #settings-screen .tabbed-pane-header-tab.selected { 283 278 border-bottom: solid 1px rgb(51, 51, 51);
Note:
See TracChangeset
for help on using the changeset viewer.