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

Unified Diff: chrome/browser/sync/resources/configure.html

Issue 5662001: Revert 68414 - sync: remove tabstrip and encryption tab from customize UI... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/resources/configure.html
===================================================================
--- chrome/browser/sync/resources/configure.html (revision 68416)
+++ chrome/browser/sync/resources/configure.html (working copy)
@@ -48,7 +48,11 @@
margin: 10px 15px;
}
.sync-config-tabstrip {
- display: none;
+ border-bottom: 1px solid gray;
+ height: 25px;
+ margin-bottom: 10px;
+ padding-top: 10px;
+ background-color: #DDD;
}
.sync-config-tab-active {
background-color: white;
« 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