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

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

Issue 11280253: Fixing column widths in tables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review fixes. Created 8 years 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 bdb9756a0601a76dc00c1d135c30782c3622167e..7fd3ac8d0b291ab14a87cae7512314e111bc7ea8 100644
--- a/chrome/browser/resources/shared/css/table.css
+++ b/chrome/browser/resources/shared/css/table.css
@@ -109,6 +109,7 @@ list > [selected]:hover {
background-color: black;
cursor: col-resize;
height: 100%;
+ left: 0;
position: absolute;
top: 0;
width: 5px;
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_manager.js ('k') | chrome/browser/resources/shared/js/cr/ui/list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698