Title: [125413] trunk/Source/WebCore
Revision
125413
Author
[email protected]
Date
2012-08-13 05:58:50 -0700 (Mon, 13 Aug 2012)

Log Message

Web Inspector: Polish search/replace toolbar buttons style.
https://bugs.webkit.org/show_bug.cgi?id=93826

Reviewed by Pavel Feldman.

* inspector/front-end/inspector.css:
(.toolbar-search button):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (125412 => 125413)


--- trunk/Source/WebCore/ChangeLog	2012-08-13 12:35:50 UTC (rev 125412)
+++ trunk/Source/WebCore/ChangeLog	2012-08-13 12:58:50 UTC (rev 125413)
@@ -1,3 +1,13 @@
+2012-08-13  Vsevolod Vlasov  <[email protected]>
+
+        Web Inspector: Polish search/replace toolbar buttons style.
+        https://bugs.webkit.org/show_bug.cgi?id=93826
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/front-end/inspector.css:
+        (.toolbar-search button):
+
 2012-08-13  Kwang Yul Seo  <[email protected]>
 
         [Qt] Add gprof.prf to build WebKit with gprof enabled

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


--- trunk/Source/WebCore/inspector/front-end/inspector.css	2012-08-13 12:35:50 UTC (rev 125412)
+++ trunk/Source/WebCore/inspector/front-end/inspector.css	2012-08-13 12:58:50 UTC (rev 125413)
@@ -314,8 +314,8 @@
 
 .toolbar-search button {
     border: 1px solid rgb(163, 163, 163);
-    border-radius: 12px;
-    margin: 0 6px;
+    border-radius: 8px;
+    margin: 0 0px;
     font-size: 11px;
     background-image: -webkit-linear-gradient(rgb(241, 241, 241), rgb(220, 220, 220));
     width: 100%;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to