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

Unified Diff: chrome/browser/resources/shared/css/table.css

Issue 8720006: Moving file selection checkbox to the field name. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: RTL in File Manager, code review fixes. Created 9 years, 1 month 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: chrome/browser/resources/shared/css/table.css
diff --git a/chrome/browser/resources/shared/css/table.css b/chrome/browser/resources/shared/css/table.css
index bdf5e146c2074df295d163a43e33b429d8f5373c..975c5727d8f711e997abc9540f9fdb4da6255cc2 100644
--- a/chrome/browser/resources/shared/css/table.css
+++ b/chrome/browser/resources/shared/css/table.css
@@ -42,9 +42,11 @@ list > [selected]:hover {
.table-row-cell {
overflow: hidden;
+ display: -webkit-box;
}
.table-row-cell > * {
+ -webkit-box-align: center;
overflow: hidden;
margin: 0 7px;
text-overflow: ellipsis;

Powered by Google App Engine
This is Rietveld 408576698