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 height: auto; | |
80 width: auto; | |
ojan
2014/03/04 22:49:02
Nit: Isn't auto the default for height and width?
apavlov
2014/03/05 00:23:56
You are right. I'm too used to explicitly specifyi
| |
81 padding-right: 4px; | |
82 } | |
83 | |
84 #new-window-for-links { | |
85 vertical-align: text-bottom; | |
86 } | |
87 | |
75 #onebar details { | 88 #onebar details { |
76 padding-left: 2px; | 89 padding-left: 2px; |
77 padding-right: 2px; | 90 padding-right: 2px; |
78 display: inline-block; | 91 display: inline-block; |
79 vertical-align: top; | 92 vertical-align: top; |
80 } | 93 } |
81 | 94 |
82 #onebar details table, #revisionPopUp table { | 95 #onebar details table, #revisionPopUp table { |
83 font-size: 11px; | 96 font-size: 11px; |
84 text-decoration: none; | 97 text-decoration: none; |
(...skipping 15 matching lines...) Expand all Loading... | |
100 .topbar { | 113 .topbar { |
101 display: flex; | 114 display: flex; |
102 align-items: center; | 115 align-items: center; |
103 } | 116 } |
104 | 117 |
105 .treestatus { | 118 .treestatus { |
106 display: inline-block; | 119 display: inline-block; |
107 margin: 4px; | 120 margin: 4px; |
108 font-size: 11px; | 121 font-size: 11px; |
109 } | 122 } |
OLD | NEW |