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

Unified Diff: third_party/WebKit/Source/devtools/front_end/settings/settingsScreen.css

Issue 2614883002: DevTools: lighten the workspaces settings ui a bit. (Closed)
Patch Set: Created 3 years, 11 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/settings/editFileSystemView.css ('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/settings/settingsScreen.css
diff --git a/third_party/WebKit/Source/devtools/front_end/settings/settingsScreen.css b/third_party/WebKit/Source/devtools/front_end/settings/settingsScreen.css
index 1d041e438c64f8e26b428cd6e72df50064f91e85..c08a9444dcc9e71b87bd87dea093a450e013c949 100644
--- a/third_party/WebKit/Source/devtools/front_end/settings/settingsScreen.css
+++ b/third_party/WebKit/Source/devtools/front_end/settings/settingsScreen.css
@@ -233,6 +233,7 @@ fieldset {
#workspace-tab-content .settings-tab.help-content.help-container {
-webkit-column-width: initial;
overflow: hidden;
+ padding-right: 10px;
}
@@ -246,23 +247,21 @@ fieldset {
}
p.folder-exclude-pattern {
- margin-top: 0 !important;
+ display: flex;
+ align-items: center;
}
-.folder-exclude-pattern input {
- margin-top: 10px;
+p.folder-exclude-pattern > input {
+ flex: auto;
}
.file-system-mapping-view {
- margin-left: 30px;
- margin-right: 10px;
}
.settings-tab .file-system-container {
- margin-bottom: 18px;
- padding: 0 8px;
- border-left: 1px solid hsl(0, 0%, 90%);
- max-width: 800px;
+ border-top: 1px solid #aaa;
+ padding: 19px 0 10px;
+ margin: 20px 0;
}
.settings-tab .file-system-header {
@@ -308,3 +307,9 @@ p.folder-exclude-pattern {
.settings-developer-mode .settings-experiment-hidden {
display: block;
}
+
+.settings-info-message {
+ background-color: #eee;
+ padding: 10px;
+ margin: 20px 0;
+}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/settings/editFileSystemView.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698