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

Side by Side Diff: chrome/browser/resources/options/options_page.css

Issue 6516019: Made activate/buy button show consistently on network list and details pages.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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_page.css ('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 body { 1 body {
2 cursor: default; 2 cursor: default;
3 font-size: 13px; 3 font-size: 13px;
4 } 4 }
5 5
6 a:link { 6 a:link {
7 color: rgb(63, 110, 194); 7 color: rgb(63, 110, 194);
8 } 8 }
9 9
10 a:active { 10 a:active {
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 116
117 .action-area-right { 117 .action-area-right {
118 display: -webkit-box; 118 display: -webkit-box;
119 } 119 }
120 120
121 .button-strip { 121 .button-strip {
122 -webkit-box-orient: horizontal; 122 -webkit-box-orient: horizontal;
123 display: -webkit-box; 123 display: -webkit-box;
124 } 124 }
125 125
126 .bottom-strip {
127 padding: 12px;
128 position: absolute;
129 right: 0px;
130 bottom: 0px;
131 border-top: none;
132 }
133
126 html[toolkit=views] .button-strip { 134 html[toolkit=views] .button-strip {
127 -webkit-box-direction: reverse; 135 -webkit-box-direction: reverse;
128 } 136 }
129 137
130 .button-strip > button { 138 .button-strip > button {
131 -webkit-margin-start: 10px; 139 -webkit-margin-start: 10px;
132 display: block; 140 display: block;
133 } 141 }
134 142
135 .overlay .page { 143 .overlay .page {
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 } 729 }
722 730
723 html[os=mac] label > input[type=checkbox], 731 html[os=mac] label > input[type=checkbox],
724 html[os=mac] label > input[type=radio] { 732 html[os=mac] label > input[type=radio] {
725 margin-top: 2px; 733 margin-top: 2px;
726 } 734 }
727 735
728 .suboption { 736 .suboption {
729 -webkit-margin-start: 16px; 737 -webkit-margin-start: 16px;
730 } 738 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/chromeos_internet_options_page.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698