Chromium Code Reviews| Index: chrome/browser/resources/file_manager/css/file_manager.css |
| diff --git a/chrome/browser/resources/file_manager/css/file_manager.css b/chrome/browser/resources/file_manager/css/file_manager.css |
| index 78f27a42784fa7e0ec26a6e3dc9df2e3158d930d..68f3ac423492f48ffa38fa967d71f4403e9f5e10 100644 |
| --- a/chrome/browser/resources/file_manager/css/file_manager.css |
| +++ b/chrome/browser/resources/file_manager/css/file_manager.css |
| @@ -397,24 +397,24 @@ div.img-container > img { |
| display: -webkit-box; |
| } |
| -.detail-table li.table-row .table-row-cell:first-child div { |
| - margin: 0px; |
| -} |
| - |
| .file-checkbox { |
| position: relative; |
| z-index: 2; |
| -webkit-margin-end: 0px; |
| - margin-top: 6px; |
| - margin-left: 7px; |
| opacity: 0.1; |
| } |
| #select-all-checkbox { |
| - margin: 0; |
| + margin: 0px 6px 0 0; |
|
James Hawkins
2011/11/30 16:10:52
s/0px/0/
SeRya
2011/12/01 12:57:42
Done.
|
| + |
| + /* 1px below text */ |
| + position: relative; |
| + top: 1px; |
| } |
| li.thumbnail-item .file-checkbox { |
| + margin-top: 6px; |
| + margin-left: 7px; |
|
James Hawkins
2011/11/30 16:10:52
RTL
SeRya
2011/12/01 12:57:42
Done.
|
| opacity: 0; |
| } |
| @@ -429,15 +429,9 @@ li.thumbnail-item[selected] .file-checkbox { |
| opacity: 1 !important; |
| } |
| -/* Column text containers. */ |
| -.detail-name, .detail-size, .detail-type, .detail-date { |
| - padding-top: 2px; |
| -} |
| - |
| -.detail-icon-container { |
| - -webkit-box-orient: horizontal; |
| - -webkit-box-pack: end; |
| - display: -webkit-box; |
| +li.table-row { |
| + padding-top: 1px; |
| + padding-bottom: 1px; |
| } |
| /* The icon in the name column. */ |
| @@ -589,6 +583,19 @@ li.thumbnail-item[selected] .file-checkbox { |
| padding-right: 4px; |
| } |
| +.detail-name { |
| + display: -webkit-box; |
|
James Hawkins
2011/11/30 16:10:52
Is this necessary?
SeRya
2011/12/01 12:57:42
It is not. removed.
|
| +} |
| + |
| +.detail-name > * { |
| + display: -webkit-box; |
| + -webkit-box-align: center; |
| +} |
| + |
| +.detail-name > input[type=checkbox] { |
| + margin: 0 2px; |
| +} |
| + |
| .filename-input { |
| -webkit-box-orient: horizontal; |
| -webkit-box-flex: 1; |