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

Side by Side Diff: chrome/browser/resources/options/chromeos/internet_options_page.css

Issue 7054056: Adding padding at the bottom of internet details page, so we make room for button strip (and avoi... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #inetTitle { 1 #inetTitle {
2 border: none; 2 border: none;
3 } 3 }
4 4
5 #network-general-div { 5 #network-general-div {
6 -webkit-margin-start: 15px; 6 -webkit-margin-start: 15px;
7 } 7 }
8 8
9 #networking-controls { 9 #networking-controls {
10 display: -webkit-box; 10 display: -webkit-box;
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 .network-item[connected] > * > button { 89 .network-item[connected] > * > button {
90 visibility: visible; 90 visibility: visible;
91 } 91 }
92 92
93 .network-item-box-spacer { 93 .network-item-box-spacer {
94 -webkit-box-flex: 1; 94 -webkit-box-flex: 1;
95 } 95 }
96 96
97 #detailsInternetPage { 97 #detailsInternetPage {
98 min-width: 400px; 98 min-width: 400px;
99 min-height: 420px; 99 min-height: 380px;
Dmitry Polukhin 2011/06/04 18:15:22 Could you please make sure that first tab for GSM
tbarzic 2011/06/08 04:09:56 I don't think it fits...the window gets resized so
100 padding-bottom: 40px;
100 position: relative; 101 position: relative;
101 } 102 }
102 103
103 #details-plan-table { 104 #details-plan-table {
104 width: 100%; 105 width: 100%;
105 } 106 }
106 107
107 #planSummary { 108 #planSummary {
108 width: 350px; 109 width: 350px;
109 padding-bottom: 5px; 110 padding-bottom: 5px;
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 } 148 }
148 149
149 #ipConfigList .name { 150 #ipConfigList .name {
150 width: 40%; 151 width: 40%;
151 } 152 }
152 153
153 #ipConfigList .value { 154 #ipConfigList .value {
154 -webkit-box-flex: 1; 155 -webkit-box-flex: 1;
155 color: #666; 156 color: #666;
156 } 157 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698