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

Unified Diff: chrome/browser/resources/options/content_settings.css

Issue 1210173012: Split the Media settings UI into separate microphone and camera sections. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reintroduced the label, but as hidden. Created 5 years, 5 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/content_settings.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/content_settings.css
diff --git a/chrome/browser/resources/options/content_settings.css b/chrome/browser/resources/options/content_settings.css
index b6112eb0b0cc429633cbd5dcba1d576b7b5c07c7..36c6393af3d8c36c1f3e28a955bd31de595b17f3 100644
--- a/chrome/browser/resources/options/content_settings.css
+++ b/chrome/browser/resources/options/content_settings.css
@@ -79,21 +79,15 @@ div[role='listitem'][controlled-by] {
-webkit-margin-start: 2em;
}
-.media-device-control {
- display: table-row;
-}
-
-.media-device-control > span {
- display: table-cell;
- min-width: 145px;
-}
-
-.media-device-control > select {
- display: table-cell;
+select.media-device-control {
margin: 5px 0;
width: 12em;
}
+select.media-device-control:empty {
+ display: none;
+}
+
.exception-setting.media-audio-setting {
width: 6em;
}
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/content_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698