[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

pfeldman at chromium.org pfeldman at chromium.org
Wed Dec 22 15:42:37 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f722d703bc546e4ea76ed1a9645d70524946d717
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 10 20:44:18 2010 +0000

    2010-11-10  Pavel Feldman  <pfeldman at chromium.org>
    
            Reviewed by Yury Semikhatsky.
    
            Web Inspector: Gear menu floats to right edge and expands
            to bottom of "Styles" section.
            https://bugs.webkit.org/show_bug.cgi?id=49303
    
            This fixes computed style's option wrapping to the next line.
    
            * inspector/front-end/inspector.css:
            (.sidebar-pane-subtitle):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71762 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 4cca714..6c8f5cf 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,16 @@
+2010-11-10  Pavel Feldman  <pfeldman at chromium.org>
+
+        Reviewed by Yury Semikhatsky.
+
+        Web Inspector: Gear menu floats to right edge and expands
+        to bottom of "Styles" section.
+        https://bugs.webkit.org/show_bug.cgi?id=49303
+
+        This fixes computed style's option wrapping to the next line.
+
+        * inspector/front-end/inspector.css:
+        (.sidebar-pane-subtitle):
+
 2010-11-10  Stephen White  <senorblanco at chromium.org>
 
         Reviewed by James Robinson.
diff --git a/WebCore/inspector/front-end/inspector.css b/WebCore/inspector/front-end/inspector.css
index b26b748..6bf69fe 100644
--- a/WebCore/inspector/front-end/inspector.css
+++ b/WebCore/inspector/front-end/inspector.css
@@ -1759,9 +1759,9 @@ li.editing .swatch, li.editing .enabled-button,  li.editing-sub-part .delete-but
 }
 
 .sidebar-pane-subtitle {
-    float: right;
+    position: absolute;
+    right: 0;
     font-weight: normal;
-    overflow: hidden;
 }
 
 body.platform-windows .sidebar-pane-subtitle {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list