Title: [121853] trunk/Source/WebCore
Revision
121853
Author
pfeld...@chromium.org
Date
2012-07-04 08:06:41 -0700 (Wed, 04 Jul 2012)

Log Message

Web Inspector: move settings button back to the right.
https://bugs.webkit.org/show_bug.cgi?id=90552

Reviewed by Vsevolod Vlasov.

* inspector/front-end/inspector.css:
(button.status-bar-item:active, button.status-bar-item.emulate-active):
(button.settings-status-bar-item):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (121852 => 121853)


--- trunk/Source/WebCore/ChangeLog	2012-07-04 14:59:39 UTC (rev 121852)
+++ trunk/Source/WebCore/ChangeLog	2012-07-04 15:06:41 UTC (rev 121853)
@@ -1,3 +1,14 @@
+2012-07-04  Pavel Feldman  <pfeld...@chromium.org>
+
+        Web Inspector: move settings button back to the right.
+        https://bugs.webkit.org/show_bug.cgi?id=90552
+
+        Reviewed by Vsevolod Vlasov.
+
+        * inspector/front-end/inspector.css:
+        (button.status-bar-item:active, button.status-bar-item.emulate-active):
+        (button.settings-status-bar-item):
+
 2012-07-04  Vsevolod Vlasov  <vse...@chromium.org>
 
         Web Inspector: Get rid of ResourceDomainModelBinding and DebuggerResourceBinding, make Resource.setContent private.

Modified: trunk/Source/WebCore/inspector/front-end/inspector.css (121852 => 121853)


--- trunk/Source/WebCore/inspector/front-end/inspector.css	2012-07-04 14:59:39 UTC (rev 121852)
+++ trunk/Source/WebCore/inspector/front-end/inspector.css	2012-07-04 15:06:41 UTC (rev 121853)
@@ -538,7 +538,7 @@
     background-position: 0 0;
 }
 
-button.status-bar-item:active:not(.emulate-inactive), button.status-bar-item.emulate-active {
+button.status-bar-item:active, button.status-bar-item.emulate-active {
     background-position: 32px 0 !important;
 }
 
@@ -595,9 +595,14 @@
     background-color: rgba(0, 0, 0, 0.75);
 }
 
+button.settings-status-bar-item {
+    position: absolute;
+    right: 0;
+}
+
 .alternate-status-bar-buttons-bar {
     position: absolute;
-    width: 32px;
+    width: 31px;
     bottom: -3px;
     margin-left: 1px;
     background: white;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to