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

Unified Diff: chrome/browser/resources/history.css

Issue 9372111: History page: Removing ugly css hack (negative margins). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebasing Created 8 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/resources/history.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history.css
diff --git a/chrome/browser/resources/history.css b/chrome/browser/resources/history.css
index d1e11893021e01275df875bc4d49354e188d2280..d25920fafdb279646a55b1653a80c4fb97f91bc3 100644
--- a/chrome/browser/resources/history.css
+++ b/chrome/browser/resources/history.css
@@ -3,8 +3,13 @@
* found in the LICENSE file.
*/
-#editing-controls button {
- margin: 18px 0 -8px 0;
+#editing-controls {
+ margin-top: 16px;
+ white-space: nowrap;
+}
+
+#editing-controls button:first-of-type {
+ -webkit-margin-start: 0;
}
#results-display {
@@ -60,6 +65,10 @@ html[dir=rtl] .entry-box {
float: right; /* To make the box shrink to fit its content. */
}
+.day {
+ white-space: nowrap;
+}
+
.search-results, .day-results {
margin: 0 0 24px 0;
padding: 0;
« no previous file with comments | « no previous file | chrome/browser/resources/history.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698