Title: [120458] trunk/Source/WebCore
Revision
120458
Author
[email protected]
Date
2012-06-15 08:11:02 -0700 (Fri, 15 Jun 2012)

Log 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):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (120457 => 120458)


--- trunk/Source/WebCore/ChangeLog	2012-06-15 14:34:29 UTC (rev 120457)
+++ trunk/Source/WebCore/ChangeLog	2012-06-15 15:11:02 UTC (rev 120458)
@@ -1,3 +1,15 @@
+2012-06-15  Pavel Feldman  <[email protected]>
+
+        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):
+
 2012-06-11  Dana Jansens  <[email protected]>
 
         [chromium] Create a CCYUVVideoDrawQuad and remove the now-unused generic CCVideoDrawQuad

Modified: trunk/Source/WebCore/inspector/front-end/helpScreen.css (120457 => 120458)


--- trunk/Source/WebCore/inspector/front-end/helpScreen.css	2012-06-15 14:34:29 UTC (rev 120457)
+++ trunk/Source/WebCore/inspector/front-end/helpScreen.css	2012-06-15 15:11:02 UTC (rev 120458)
@@ -85,6 +85,9 @@
     border-radius: 8px;
     height: 16px;
     width: 16px;
+    position: absolute;
+    top: 6px;
+    right: 6px;
 }
 
 body.compact .help-content {
@@ -96,13 +99,11 @@
 }
 
 body.platform-mac .help-close-button {
-    float: left;
-    margin-right: 10px;
-    font-size: 12px;
+    left: 6px;
 }
 
-body:not(.platform-mac) .help-close-button {
-    float: right;
+body.platform-mac .help-window-main .tabbed-pane-header-contents {
+    margin-left: 27px;
 }
 
 .help-container {
@@ -273,12 +274,6 @@
     margin: 0;
 }
 
-#settings-screen .help-close-button {
-    position: absolute;
-    top: 6px;
-    right: 6px;
-}
-
 #settings-screen .tabbed-pane-header-tab.selected {
     border-bottom: solid 1px rgb(51, 51, 51);
     border-bottom-right-radius: 2px;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to