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

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

Issue 6360013: DOMUI: Adjust location of "Disable individual plug-ins" link. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: only margin 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
« no previous file with comments | « chrome/browser/resources/options/content_settings_exceptions_area.html ('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: 100%; 3 font-size: 100%;
4 } 4 }
5 5
6 #settings-title { 6 #settings-title {
7 -webkit-padding-end: 24px; 7 -webkit-padding-end: 24px;
8 color: #53637d; 8 color: #53637d;
9 cursor: pointer; 9 cursor: pointer;
10 font-size: 200%; 10 font-size: 200%;
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 } 649 }
650 650
651 html[os=mac] label > input[type=checkbox], 651 html[os=mac] label > input[type=checkbox],
652 html[os=mac] label > input[type=radio] { 652 html[os=mac] label > input[type=radio] {
653 margin-top: 2px; 653 margin-top: 2px;
654 } 654 }
655 655
656 .suboption { 656 .suboption {
657 -webkit-margin-start: 16px; 657 -webkit-margin-start: 16px;
658 } 658 }
659
660 .link {
661 margin: 10px 0;
662 position: relative;
663 top: 4px;
664 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/content_settings_exceptions_area.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698