Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Side by Side Diff: Tools/GardeningServer/styles/onebar.css

Issue 336033002: Cleanup some garden-o-matic cruft and dead code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698