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

Side by Side Diff: Source/WebCore/inspector/front-end/inspector.css

Issue 11029044: Merge 125255 - Web Inspector: Search matches count view is flaky. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 background-image: url(Images/searchNext.png); 359 background-image: url(Images/searchNext.png);
360 border-left: 1px solid rgb(230, 230, 230); 360 border-left: 1px solid rgb(230, 230, 230);
361 } 361 }
362 362
363 .toolbar-search-navigation.toolbar-search-navigation-next.enabled:active { 363 .toolbar-search-navigation.toolbar-search-navigation-next.enabled:active {
364 background-image: url(Images/searchNext.png), -webkit-linear-gradient(rgb(16 8, 168, 168), rgb(116, 116, 116)); 364 background-image: url(Images/searchNext.png), -webkit-linear-gradient(rgb(16 8, 168, 168), rgb(116, 116, 116));
365 } 365 }
366 366
367 .search-results-matches { 367 .search-results-matches {
368 display: inline-block; 368 display: inline-block;
369 min-width: 70px; 369 min-width: 50px;
370 min-height: 10px; 370 min-height: 10px;
371 margin-right: 36px;
371 text-align: right; 372 text-align: right;
372 font-size: 11px; 373 font-size: 11px;
373 padding: 0 4px; 374 padding: 0 4px;
374 color: rgb(165, 165, 165); 375 color: rgb(165, 165, 165);
375 } 376 }
376 377
377 .toolbar-item.elements .toolbar-icon { 378 .toolbar-item.elements .toolbar-icon {
378 background-position-x: 0; 379 background-position-x: 0;
379 } 380 }
380 381
(...skipping 2488 matching lines...) Expand 10 before | Expand all | Expand 10 after
2869 } 2870 }
2870 2871
2871 .inspector-footer { 2872 .inspector-footer {
2872 position: absolute; 2873 position: absolute;
2873 bottom: 0; 2874 bottom: 0;
2874 left: 0; 2875 left: 0;
2875 right: 0; 2876 right: 0;
2876 font-size: 11px; 2877 font-size: 11px;
2877 height: auto; 2878 height: auto;
2878 } 2879 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698