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

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

Issue 7044084: Fix to vertical alignment of titles on the settings/internet page. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fix format for class name 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 | « chrome/browser/resources/options/chromeos/internet_options.html ('k') | 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 87
88 .network-item:hover > * > button, 88 .network-item:hover > * > button,
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 .displaytable > section > .top-align-title {
James Hawkins 2011/06/09 17:02:19 nit: CSS classes should not have visual descriptor
kevers 2011/06/09 20:54:16 Done.
98 vertical-align: top;
99 padding-top: 20px;
100 }
101
97 #detailsInternetPage { 102 #detailsInternetPage {
98 min-width: 440px; 103 min-width: 440px;
99 min-height: 420px; 104 min-height: 420px;
100 padding-bottom: 40px; 105 padding-bottom: 40px;
101 position: relative; 106 position: relative;
102 } 107 }
103 108
104 #details-plan-table { 109 #details-plan-table {
105 width: 100%; 110 width: 100%;
106 } 111 }
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 } 153 }
149 154
150 #ipConfigList .name { 155 #ipConfigList .name {
151 width: 40%; 156 width: 40%;
152 } 157 }
153 158
154 #ipConfigList .value { 159 #ipConfigList .value {
155 -webkit-box-flex: 1; 160 -webkit-box-flex: 1;
156 color: #666; 161 color: #666;
157 } 162 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/chromeos/internet_options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698