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

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

Issue 13811015: History: Fix alignment issues in search. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes Created 7 years, 8 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/history.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history/history.css
diff --git a/chrome/browser/resources/history/history.css b/chrome/browser/resources/history/history.css
index 2dab29b083b374368343f7010b203d1d9b17484d..9f77e9e17897ed6d0f53e0798e6f0d0ce825a3d2 100644
--- a/chrome/browser/resources/history/history.css
+++ b/chrome/browser/resources/history/history.css
@@ -140,11 +140,6 @@ html[dir=rtl] #range-next {
width: 45px;
}
-.entry {
- display: -webkit-flex;
- overflow: auto;
-}
-
.entry-box,
.site-domain-wrapper {
-webkit-align-items: center;
@@ -254,6 +249,7 @@ html[dir='rtl'] .site-domain {
.search-results .time,
.month-results .time {
+ min-width: 110px;
width: 110px;
}
@@ -285,11 +281,12 @@ html[dir='rtl'] .site-domain {
.filter-status {
display: -webkit-flex;
- -webkit-flex-grow: 1;
+ -webkit-flex: 1 0 auto;
-webkit-justify-content: flex-end;
}
.filter-status > div {
+ -webkit-flex: 0 0 auto;
-webkit-transition: background-color 500ms ease-in-out;
border-radius: 3px;
font-size: 11px;
@@ -342,6 +339,10 @@ html[dir='rtl'] .site-domain {
border-radius: 2px;
}
+.entry-box-container {
+ display: -webkit-flex;
+}
+
.entry .title-and-domain {
display: -webkit-flex;
min-width: 0;
« no previous file with comments | « no previous file | chrome/browser/resources/history/history.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698