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

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

Issue 1186083003: [DevTools] Move network throttling to network panel. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merged in device mode Created 5 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 side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/emulation/responsiveDesignView.css
diff --git a/Source/devtools/front_end/emulation/responsiveDesignView.css b/Source/devtools/front_end/emulation/responsiveDesignView.css
index 1e15411fcdac1670eaeb02ebd71846a994492cee..ce20a334fb35f186f22695d5defd3a3f4f303ac4 100644
--- a/Source/devtools/front_end/emulation/responsiveDesignView.css
+++ b/Source/devtools/front_end/emulation/responsiveDesignView.css
@@ -353,7 +353,7 @@ div.responsive-design-icon:disabled {
}
.responsive-design-section-device select {
- width: 185px;
+ width: 283px;
}
.responsive-design-section-device input[type='text'],
@@ -366,26 +366,11 @@ div.responsive-design-icon:disabled {
background: rgb(255, 156, 0);
}
-/* Network section */
-
-.responsive-design-section-network select {
- width: 185px;
-}
-
-.responsive-design-section-network input[type='text'] {
- width: 222px;
- margin-left: 5px;
+.responsive-design-user-agent {
+ overflow: hidden;
text-overflow: ellipsis;
-}
-
-.responsive-design-section-network input[type='text'],
-.responsive-design-section-network input[type='text']::-webkit-input-placeholder,
-.responsive-design-section-network select {
- color: rgb(65, 175, 255);
-}
-
-.responsive-design-section-network .responsive-design-section-decorator {
- background: linear-gradient(to bottom, rgb(77, 170, 243), rgb(0, 130, 255));
+ width: 85px;
+ color: rgb(255, 156, 0);
}
/* Warning message */
« no previous file with comments | « Source/devtools/front_end/emulation/ResponsiveDesignView.js ('k') | Source/devtools/front_end/main/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698