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

Side by Side Diff: Source/devtools/front_end/overrides.css

Issue 77723002: Remove the autosizing modes in favor of a dev site link. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase, address reviewer comments Created 7 years 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
« no previous file with comments | « Source/devtools/front_end/OverridesView.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2013 Google Inc. All rights reserved. 2 * Copyright (C) 2013 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 are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 24 matching lines...) Expand all
35 35
36 .overrides-view .tabbed-pane-header { 36 .overrides-view .tabbed-pane-header {
37 border: none transparent !important; 37 border: none transparent !important;
38 width: auto; 38 width: auto;
39 flex: 0 0 auto; 39 flex: 0 0 auto;
40 } 40 }
41 41
42 .overrides-view .tabbed-pane-content { 42 .overrides-view .tabbed-pane-content {
43 padding-top: 10px; 43 padding-top: 10px;
44 padding-left: 10px; 44 padding-left: 10px;
45 padding-right: 10px;
45 overflow-x: hidden; 46 overflow-x: hidden;
46 } 47 }
47 48
48 .overrides-view .tabbed-pane-header-contents { 49 .overrides-view .tabbed-pane-header-contents {
49 margin: 0; 50 margin: 0;
50 } 51 }
51 52
52 .overrides-view .tabbed-pane-header-tabs { 53 .overrides-view .tabbed-pane-header-tabs {
53 display: flex; 54 display: flex;
54 flex-direction: column; 55 flex-direction: column;
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 color: gray; 109 color: gray;
109 } 110 }
110 111
111 .overrides-device-value-label { 112 .overrides-device-value-label {
112 overflow: hidden; 113 overflow: hidden;
113 white-space: nowrap; 114 white-space: nowrap;
114 text-overflow: ellipsis; 115 text-overflow: ellipsis;
115 padding-top: 3px; 116 padding-top: 3px;
116 } 117 }
117 118
119 .overrides-viewport {
120 width: 100%;
121 }
122
118 .overrides-viewport input { 123 .overrides-viewport input {
119 text-align: right; 124 text-align: right;
120 } 125 }
121 126
122 .overrides-viewport input[type=range] { 127 .overrides-viewport input[type=range] {
123 width: 100%; 128 width: 100%;
124 } 129 }
125 130
126 button.overrides-swap { 131 button.overrides-swap {
127 height: 20px; 132 height: 20px;
128 } 133 }
129 134
130 .overrides-viewport label { 135 .overrides-viewport label {
131 display: block; 136 display: block;
132 margin-bottom: 5px; 137 margin-bottom: 5px;
133 } 138 }
134 139
135 .overrides-viewport table { 140 .overrides-viewport table {
136 margin-bottom: 5px; 141 margin-bottom: 5px;
137 } 142 }
138 143
139 .overrides-viewport > label { 144 .overrides-viewport > label {
140 margin-bottom: 8px; 145 margin-bottom: 8px;
141 } 146 }
142 147
148 .overrides-viewport .help-footnote {
149 border-top: 1px solid #EEEEEE;
150 margin: 0;
151 padding: 12px;
152 }
153
143 .overrides-user-agent input[type=text] { 154 .overrides-user-agent input[type=text] {
144 width: 400px; 155 width: 400px;
145 max-width: 90%; 156 max-width: 90%;
146 } 157 }
147 158
148 .overrides-user-agent select { 159 .overrides-user-agent select {
149 margin: 7px 0; 160 margin: 7px 0;
150 } 161 }
151 162
152 .overrides-sensors > label { 163 .overrides-sensors > label {
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 position: relative; 223 position: relative;
213 top: 2px; 224 top: 2px;
214 background-position: -202px -107px; 225 background-position: -202px -107px;
215 float: left; 226 float: left;
216 margin-right: 4px; 227 margin-right: 4px;
217 } 228 }
218 229
219 .overrides-view .overrides-footer .warning-icon-small { 230 .overrides-view .overrides-footer .warning-icon-small {
220 margin-right: 3px; 231 margin-right: 3px;
221 } 232 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/OverridesView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698