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

Unified Diff: Source/devtools/front_end/responsiveDesignView.css

Issue 304693002: DevTools: get rid of deviceMetics settings. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review comments addressed. Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/responsiveDesignView.css
diff --git a/Source/devtools/front_end/responsiveDesignView.css b/Source/devtools/front_end/responsiveDesignView.css
index fcea798c42c3b1c73f1f8e04b62aa68fe3222c28..87ff6e6266e9cf52cde79b39fbf822970a7805df 100644
--- a/Source/devtools/front_end/responsiveDesignView.css
+++ b/Source/devtools/front_end/responsiveDesignView.css
@@ -81,12 +81,23 @@
flex: 0 0 24px;
background-color: rgb(64, 64, 64);
color: rgb(220, 220, 220);
- padding-left: 10px;
+ padding-left: 6px;
display: flex;
align-items: center;
border-bottom: 1px solid rgb(163, 163, 163);
}
+.responsive-design-toolbar fieldset,
+.responsive-design-toolbar p {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ display: inline-block;
+}
+
+.responsive-design-toolbar .field-error-message {
+ display: none;
+}
.responsive-design-toolbar label {
display: inline-flex;
align-items: center;
@@ -101,14 +112,18 @@
padding: 3px;
}
+.responsive-design-toolbar input[type='text']:disabled {
+ opacity: 0.6;
+}
+
.responsive-design-toolbar input[type='checkbox'] {
background: none;
margin: 0;
- margin-right: 3px;
+ margin-right: 5px;
}
.responsive-design-toolbar input[type='checkbox']:after {
- content:'\2714';
+ content:'\2713';
color: transparent;
line-height: 10px;
position: absolute;

Powered by Google App Engine
This is Rietveld 408576698