Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 /* | 1 /* |
| 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. | 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. |
| 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> | 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> |
| 4 * Copyright (C) 2011 Google Inc. All rights reserved. | 4 * Copyright (C) 2011 Google Inc. All rights reserved. |
| 5 * | 5 * |
| 6 * Redistribution and use in source and binary forms, with or without | 6 * Redistribution and use in source and binary forms, with or without |
| 7 * modification, are permitted provided that the following conditions are | 7 * modification, are permitted provided that the following conditions are |
| 8 * met: | 8 * met: |
| 9 * | 9 * |
| 10 * 1. Redistributions of source code must retain the above copyright | 10 * 1. Redistributions of source code must retain the above copyright |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 66 pointer-events: none; | 66 pointer-events: none; |
| 67 margin-left: 5px; | 67 margin-left: 5px; |
| 68 position: relative; | 68 position: relative; |
| 69 } | 69 } |
| 70 | 70 |
| 71 .tabbed-pane-header-contents > * { | 71 .tabbed-pane-header-contents > * { |
| 72 pointer-events: initial; | 72 pointer-events: initial; |
| 73 } | 73 } |
| 74 | 74 |
| 75 .tabbed-pane-header-tab-icon { | 75 .tabbed-pane-header-tab-icon { |
| 76 margin-right: 2px; | 76 margin-right: 6px; |
|
lushnikov
2016/12/20 05:36:05
6px = 2px (old) + 4px (from dt-label)
| |
| 77 } | 77 } |
| 78 | 78 |
| 79 .tabbed-pane-header-tab { | 79 .tabbed-pane-header-tab { |
| 80 float: left; | 80 float: left; |
| 81 margin-top: 2px; | 81 margin-top: 2px; |
| 82 padding: 2px 4px 2px 4px; | 82 padding: 2px 4px 2px 4px; |
| 83 height: 24px; | 83 height: 24px; |
| 84 border: 1px solid transparent; | 84 border: 1px solid transparent; |
| 85 border-bottom: none; | 85 border-bottom: none; |
| 86 line-height: 15px; | 86 line-height: 15px; |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 280 | 280 |
| 281 .tabbed-pane-left-toolbar { | 281 .tabbed-pane-left-toolbar { |
| 282 margin-right: -4px; | 282 margin-right: -4px; |
| 283 flex: none; | 283 flex: none; |
| 284 } | 284 } |
| 285 | 285 |
| 286 .tabbed-pane-right-toolbar { | 286 .tabbed-pane-right-toolbar { |
| 287 margin-left: -4px; | 287 margin-left: -4px; |
| 288 flex: none; | 288 flex: none; |
| 289 } | 289 } |
| OLD | NEW |