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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/networkConfigView.css

Issue 1902963002: DevTools: Update styles for network conditions drawer panel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary constant Created 4 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/network/networkConfigView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/network/networkConfigView.css b/third_party/WebKit/Source/devtools/front_end/network/networkConfigView.css
index 6511c28f9a2d978837df8e502c0debf845111bc2..73043eed050dd15926e854608a7d80e153d9e443 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/networkConfigView.css
+++ b/third_party/WebKit/Source/devtools/front_end/network/networkConfigView.css
@@ -6,28 +6,32 @@
.network-config {
padding: 12px;
+ display: block;
}
.network-config-group {
display: flex;
- padding-top: 12px;
- margin-bottom: 12px;
+ margin-bottom: 10px;
flex-wrap: wrap;
flex: 0 0 auto;
min-height: 30px;
- border-top: 1px solid #ccc;
}
.network-config-title {
- flex: 1 1 68px;
margin-right: 16px;
- text-align: right;
+ width: 130px;
}
.network-config-fields {
flex: 2 0 200px;
}
+.panel-section-separator {
+ height: 1px;
+ margin-bottom: 10px;
+ background: #f0f0f0;
+}
+
/* Disable cache */
.network-config-disable-cache {
@@ -60,7 +64,7 @@
.network-config-ua input:not(.dt-radio-button) {
display: block;
width: calc(100% - 20px);
- max-width: 400px;
+ max-width: 250px;
border: 1px solid #bfbfbf;
border-radius: 2px;
box-sizing: border-box;
@@ -81,7 +85,7 @@
.network-config-ua .chrome-select {
width: calc(100% - 20px);
- max-width: 230px;
+ max-width: 250px;
}
.network-config-ua label[is="dt-radio"] {
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698