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

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

Issue 8680003: Clean-up: Change chrome/browser's CSS time units from s to ms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reverting change to 1.8s -> 1800ms in print_preview.css Created 9 years 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
OLDNEW
1 .touchpad-sensitivity-more { 1 .touchpad-sensitivity-more {
2 float: right; 2 float: right;
3 } 3 }
4 4
5 html[dir=rtl] .touchpad-sensitivity-more { 5 html[dir=rtl] .touchpad-sensitivity-more {
6 float: left; 6 float: left;
7 } 7 }
8 8
9 .option-name { 9 .option-name {
10 display: inline; 10 display: inline;
(...skipping 23 matching lines...) Expand all
34 34
35 #bluetooth-finder-container, 35 #bluetooth-finder-container,
36 #bluetooth-scanning-status { 36 #bluetooth-scanning-status {
37 -webkit-box-orient: horizontal; 37 -webkit-box-orient: horizontal;
38 display: -webkit-box; 38 display: -webkit-box;
39 vertical-align: baseline; 39 vertical-align: baseline;
40 } 40 }
41 41
42 #bluetooth-scanning-label, 42 #bluetooth-scanning-label,
43 #bluetooth-scanning-icon { 43 #bluetooth-scanning-icon {
44 -webkit-transition: 0.25s opacity; 44 -webkit-transition: 250ms opacity;
45 } 45 }
46 46
47 #bluetooth-scanning-label { 47 #bluetooth-scanning-label {
48 -webkit-margin-start: 5px; 48 -webkit-margin-start: 5px;
49 color: gray; 49 color: gray;
50 } 50 }
51 51
52 #bluetooth-scanning-icon { 52 #bluetooth-scanning-icon {
53 -webkit-margin-start: 10px; 53 -webkit-margin-start: 10px;
54 vertical-align: middle; 54 vertical-align: middle;
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 .bluetooth-passkey-field { 158 .bluetooth-passkey-field {
159 -webkit-margin-start: 10px; 159 -webkit-margin-start: 10px;
160 width: 100px; 160 width: 100px;
161 } 161 }
162 162
163 .bluetooth-button-group { 163 .bluetooth-button-group {
164 -webkit-padding-end: 5px; 164 -webkit-padding-end: 5px;
165 vertical-align: middle; 165 vertical-align: middle;
166 } 166 }
167 167
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/tile_page.css ('k') | chrome/browser/resources/options/extension_settings.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698