| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2011 Google Inc. All rights reserved. | 2 * Copyright (C) 2011 Google Inc. All rights reserved. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions | 5 * modification, are permitted provided that the following conditions |
| 6 * are met: | 6 * are met: |
| 7 * 1. Redistributions of source code must retain the above copyright | 7 * 1. Redistributions of source code must retain the above copyright |
| 8 * notice, this list of conditions and the following disclaimer. | 8 * notice, this list of conditions and the following disclaimer. |
| 9 * 2. Redistributions in binary form must reproduce the above copyright | 9 * 2. Redistributions in binary form must reproduce the above copyright |
| 10 * notice, this list of conditions and the following disclaimer in the | 10 * notice, this list of conditions and the following disclaimer in the |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 margin: 0; | 27 margin: 0; |
| 28 padding: 5px 0px; | 28 padding: 5px 0px; |
| 29 list-style: none; | 29 list-style: none; |
| 30 display: inline-block; | 30 display: inline-block; |
| 31 } | 31 } |
| 32 | 32 |
| 33 .non-action-button { | 33 .non-action-button { |
| 34 padding: 5px; | 34 padding: 5px; |
| 35 } | 35 } |
| 36 | 36 |
| 37 .results-view ul.actions.rebaseline-action { | |
| 38 float: none; | |
| 39 position: absolute; | |
| 40 right: 4px; | |
| 41 top: 7px; | |
| 42 padding: 0; | |
| 43 } | |
| 44 | |
| 45 .results-view ul.actions li, .ui-dialog ul.actions li { | 37 .results-view ul.actions li, .ui-dialog ul.actions li { |
| 46 display: inline-block; | 38 display: inline-block; |
| 47 } | 39 } |
| 48 | 40 |
| 49 .results-view h3 ul.actions { | 41 .results-view h3 ul.actions { |
| 50 padding: 2px 0px; | 42 padding: 2px 0px; |
| 51 } | 43 } |
| 52 | 44 |
| 53 .results-view h3 ul.actions { | 45 .results-view h3 ul.actions { |
| 54 visibility: hidden; | 46 visibility: hidden; |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 .status-content:last-child { | 199 .status-content:last-child { |
| 208 border-bottom: 0; | 200 border-bottom: 0; |
| 209 margin-bottom: 0; | 201 margin-bottom: 0; |
| 210 } | 202 } |
| 211 | 203 |
| 212 .flakiness-iframe, .flakiness-iframe-placeholder { | 204 .flakiness-iframe, .flakiness-iframe-placeholder { |
| 213 border: none; | 205 border: none; |
| 214 height: 0; | 206 height: 0; |
| 215 width: 100%; | 207 width: 100%; |
| 216 } | 208 } |
| OLD | NEW |