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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 | 50 |
51 #unexpected { | 51 #unexpected { |
52 min-height: 550px; | 52 min-height: 550px; |
53 padding: 0 8px; | 53 padding: 0 8px; |
54 } | 54 } |
55 | 55 |
56 #onebar.partytime #unexpected { | 56 #onebar.partytime #unexpected { |
57 background: url(../images/partytime.gif) center center no-repeat; | 57 background: url(../images/partytime.gif) center center no-repeat; |
58 } | 58 } |
59 | 59 |
60 #chromium-gtests iframe { | |
61 border: 0; | |
62 height: 20px; | |
63 } | |
64 | |
65 #chromium-gtests { | |
66 position: absolute; | |
67 top: 10px; | |
68 right: 5px; | |
69 } | |
70 | |
71 #gtest-label { | |
72 vertical-align: top; | |
73 } | |
74 | |
75 #link-handling { | 60 #link-handling { |
76 position: absolute; | 61 position: absolute; |
77 top: 10px; | 62 top: 10px; |
78 right: 0; | 63 right: 0; |
79 padding-right: 4px; | 64 padding-right: 4px; |
80 } | 65 } |
81 | 66 |
82 /* This checkbox just overlaps the main content on smalls screens and doesn't | 67 /* This checkbox just overlaps the main content on smalls screens and doesn't |
83 make a lot of sense as currently designed.*/ | 68 make a lot of sense as currently designed.*/ |
84 @media only screen and (max-width: 400px) { | 69 @media only screen and (max-width: 400px) { |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 .topbar { | 102 .topbar { |
118 display: flex; | 103 display: flex; |
119 align-items: center; | 104 align-items: center; |
120 } | 105 } |
121 | 106 |
122 .treestatus { | 107 .treestatus { |
123 display: inline-block; | 108 display: inline-block; |
124 margin: 4px; | 109 margin: 4px; |
125 font-size: 11px; | 110 font-size: 11px; |
126 } | 111 } |
OLD | NEW |