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

Unified Diff: chrome/browser/resources/options2/chromeos/internet_detail.css

Issue 9701111: Fix style on network details to put scrollbar in tab contents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with master. Created 8 years, 9 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 | « no previous file | chrome/browser/resources/options2/chromeos/internet_detail.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/chromeos/internet_detail.css
diff --git a/chrome/browser/resources/options2/chromeos/internet_detail.css b/chrome/browser/resources/options2/chromeos/internet_detail.css
index fc51fb24aad77fbd31a48b599dbd5a0247663ab7..b01d36579cdfa2d4c35d4453dc72de3a00303cfb 100644
--- a/chrome/browser/resources/options2/chromeos/internet_detail.css
+++ b/chrome/browser/resources/options2/chromeos/internet_detail.css
@@ -4,6 +4,8 @@
/* Force tab strip to extend to the left and right edges of the window. */
#internet-details-content-area {
+ -webkit-box-orient: vertical;
+ display: -webkit-box;
margin: 0 !important;
padding: 0 !important;
}
@@ -47,6 +49,8 @@
/* Fix the height of the subpages so that the dialog does not resize when the
user switches tabs. */
#internet-details-content-area > .subpages-tab-contents {
+ -webkit-box-flex: 1;
+ -webkit-box-sizing: border-box;
-webkit-padding-end: 10px;
height: 350px;
min-width: 480px;
« no previous file with comments | « no previous file | chrome/browser/resources/options2/chromeos/internet_detail.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698