| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 #chromium-gtests { | 65 #chromium-gtests { |
| 66 position: absolute; | 66 position: absolute; |
| 67 top: 10px; | 67 top: 10px; |
| 68 right: 5px; | 68 right: 5px; |
| 69 } | 69 } |
| 70 | 70 |
| 71 #gtest-label { | 71 #gtest-label { |
| 72 vertical-align: top; | 72 vertical-align: top; |
| 73 } | 73 } |
| 74 | 74 |
| 75 #link-handling { |
| 76 position: absolute; |
| 77 top: 10px; |
| 78 right: 0; |
| 79 padding-right: 4px; |
| 80 } |
| 81 |
| 82 #new-window-for-links { |
| 83 vertical-align: text-bottom; |
| 84 } |
| 85 |
| 75 #onebar details { | 86 #onebar details { |
| 76 padding-left: 2px; | 87 padding-left: 2px; |
| 77 padding-right: 2px; | 88 padding-right: 2px; |
| 78 display: inline-block; | 89 display: inline-block; |
| 79 vertical-align: top; | 90 vertical-align: top; |
| 80 } | 91 } |
| 81 | 92 |
| 82 #onebar details table, #revisionPopUp table { | 93 #onebar details table, #revisionPopUp table { |
| 83 font-size: 11px; | 94 font-size: 11px; |
| 84 text-decoration: none; | 95 text-decoration: none; |
| (...skipping 15 matching lines...) Expand all Loading... |
| 100 .topbar { | 111 .topbar { |
| 101 display: flex; | 112 display: flex; |
| 102 align-items: center; | 113 align-items: center; |
| 103 } | 114 } |
| 104 | 115 |
| 105 .treestatus { | 116 .treestatus { |
| 106 display: inline-block; | 117 display: inline-block; |
| 107 margin: 4px; | 118 margin: 4px; |
| 108 font-size: 11px; | 119 font-size: 11px; |
| 109 } | 120 } |
| OLD | NEW |