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

Side by Side Diff: chrome/browser/sync/resources/configure.html

Issue 5560008: sync: remove tabstrip and encryption tab from customize UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 <html i18n-values="dir:textdirection;"> 1 <html i18n-values="dir:textdirection;">
2 <head> 2 <head>
3 <title></title> 3 <title></title>
4 <style type="text/css"> 4 <style type="text/css">
5 body { 5 body {
6 line-height: 1.5em; 6 line-height: 1.5em;
7 background: #FFFFFF; 7 background: #FFFFFF;
8 font-size: 11pt; 8 font-size: 11pt;
9 } 9 }
10 html[os='mac'] body { 10 html[os='mac'] body {
(...skipping 30 matching lines...) Expand all
41 } 41 }
42 42
43 .sync-config-tab-contents-inactive { 43 .sync-config-tab-contents-inactive {
44 display: none; 44 display: none;
45 } 45 }
46 .sync-config-tab-contents-active { 46 .sync-config-tab-contents-active {
47 display: block; 47 display: block;
48 margin: 10px 15px; 48 margin: 10px 15px;
49 } 49 }
50 .sync-config-tabstrip { 50 .sync-config-tabstrip {
51 border-bottom: 1px solid gray; 51 display: none;
52 height: 25px;
53 margin-bottom: 10px;
54 padding-top: 10px;
55 background-color: #DDD;
56 } 52 }
57 .sync-config-tab-active { 53 .sync-config-tab-active {
58 background-color: white; 54 background-color: white;
59 border-top: 1px solid gray; 55 border-top: 1px solid gray;
60 border-left: 1px solid gray; 56 border-left: 1px solid gray;
61 border-right: 1px solid gray; 57 border-right: 1px solid gray;
62 border-top-left-radius: 5px 5px; 58 border-top-left-radius: 5px 5px;
63 border-top-right-radius: 5px 5px; 59 border-top-right-radius: 5px 5px;
64 } 60 }
65 61
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 </div> 487 </div>
492 488
493 <div class="sync-footer"> 489 <div class="sync-footer">
494 <input id="okButton" type="submit" i18n-values="value:ok" /> 490 <input id="okButton" type="submit" i18n-values="value:ok" />
495 <input id="cancelButton" type="button" i18n-values="value:cancel" 491 <input id="cancelButton" type="button" i18n-values="value:cancel"
496 onclick='chrome.send("DialogClose", [""])' /> 492 onclick='chrome.send("DialogClose", [""])' />
497 </div> 493 </div>
498 </form> 494 </form>
499 </body> 495 </body>
500 </html> 496 </html>
OLDNEW
« 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