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

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

Issue 6325016: DOMUI: Revert back to v1 sync UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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
OLDNEW
1 #account-picture { 1 #account-picture {
2 border-radius: 3px; 2 border-radius: 3px;
3 border: 1px solid rgba(0, 0, 0, 0.5); 3 border: 1px solid rgba(0, 0, 0, 0.5);
4 width: 70px; 4 width: 70px;
5 height: 70px; 5 height: 70px;
6 } 6 }
7 7
8 #sync-buttons {
9 margin: 10px 0;
10 }
11
12 #start-stop-sync {
13 margin-left: 0;
14 margin-right: 5px;
15 }
16
8 .sync-error { 17 .sync-error {
9 background-color: #FF9A9A; 18 background-color: #FF9A9A;
10 } 19 }
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/options/personal_options_handler.cc ('k') | chrome/browser/resources/options/personal_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698