Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Unified Diff: Source/WebCore/inspector/front-end/inspector.css

Issue 10377162: Merge 116672 - Web Inspector: search title is shown beside the search field (not under) in the vert… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebCore/inspector/front-end/inspector.css
===================================================================
--- Source/WebCore/inspector/front-end/inspector.css (revision 117227)
+++ Source/WebCore/inspector/front-end/inspector.css (working copy)
@@ -259,7 +259,7 @@
border-radius: 5px;
}
-.toolbar-search-item {
+#toolbar-search-item {
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: center;
@@ -271,11 +271,12 @@
font-size: 16px;
}
-#toolbar-search-navigation-control {
- width: 40px;
+.with-navigation-buttons #search {
+ width: 165px;
}
.toolbar-search-navigation-label {
+ display: none;
border: 1px solid transparent;
border-radius: 2px;
padding: 3px;
@@ -285,6 +286,10 @@
float: right;
}
+.with-navigation-buttons .toolbar-search-navigation-label {
+ display: block;
+}
+
.toolbar-search-navigation-label:hover {
border: 1px solid rgba(120, 120, 120, 0.6);
}
« no previous file with comments | « Source/WebCore/inspector/front-end/SearchController.js ('k') | Source/WebCore/inspector/front-end/inspector.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698