Title: [130482] branches/chromium/1229/Source/WebCore/inspector/front-end/inspector.css
Revision
130482
Author
vse...@chromium.org
Date
2012-10-05 01:11:15 -0700 (Fri, 05 Oct 2012)

Log Message

Merge 125255 - Web Inspector: Search matches count view is flaky.
https://bugs.webkit.org/show_bug.cgi?id=93451

Patch by Sam D <dsam2...@gmail.com> on 2012-08-10
Reviewed by Pavel Feldman.

Modified css properties for aligning search panel.

No new tests.UI change.

* inspector/front-end/inspector.css:
(.search-results-matches):

TBR=commit-qu...@webkit.org
BUG=153753
Review URL: https://codereview.chromium.org/11029044

Modified Paths

Diff

Modified: branches/chromium/1229/Source/WebCore/inspector/front-end/inspector.css (130481 => 130482)


--- branches/chromium/1229/Source/WebCore/inspector/front-end/inspector.css	2012-10-05 08:09:48 UTC (rev 130481)
+++ branches/chromium/1229/Source/WebCore/inspector/front-end/inspector.css	2012-10-05 08:11:15 UTC (rev 130482)
@@ -366,8 +366,9 @@
 
 .search-results-matches {
     display: inline-block;
-    min-width: 70px;
+    min-width: 50px;
     min-height: 10px;
+    margin-right: 36px;
     text-align: right;
     font-size: 11px;
     padding: 0 4px;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to