Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: skin/options.css

Issue 29323156: Issue 2410 - Improved accessibility of dialogs in options page (Closed)
Left Patch Set: Created Oct. 2, 2015, 10:24 a.m.
Right Patch Set: Created Oct. 2, 2015, 2:11 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « options.js ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 /* 1 /*
2 * This file is part of Adblock Plus <https://adblockplus.org/>, 2 * This file is part of Adblock Plus <https://adblockplus.org/>,
3 * Copyright (C) 2006-2015 Eyeo GmbH 3 * Copyright (C) 2006-2015 Eyeo GmbH
4 * 4 *
5 * Adblock Plus is free software: you can redistribute it and/or modify 5 * Adblock Plus is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 3 as 6 * it under the terms of the GNU General Public License version 3 as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
8 * 8 *
9 * Adblock Plus is distributed in the hope that it will be useful, 9 * Adblock Plus is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 #dialog-body button 1053 #dialog-body button
1054 { 1054 {
1055 background-color: #F5F5F5; 1055 background-color: #F5F5F5;
1056 border: none; 1056 border: none;
1057 color: #3A7BA6; 1057 color: #3A7BA6;
1058 cursor: pointer; 1058 cursor: pointer;
1059 display: block; 1059 display: block;
1060 font-family: inherit; 1060 font-family: inherit;
1061 margin-top: 8px; 1061 margin-top: 8px;
1062 padding: 10px 16px; 1062 padding: 10px 16px;
1063 text-align: start; 1063 text-align: initial;
saroyanm 2015/10/02 13:18:51 According to MDN "start" value for text-align prop
Thomas Greiner 2015/10/02 14:17:33 Done.
1064 width: 100%; 1064 width: 100%;
1065 } 1065 }
1066 1066
1067 #dialog .url 1067 #dialog .url
1068 { 1068 {
1069 margin-top: 10px; 1069 margin-top: 10px;
1070 margin-bottom: 20px; 1070 margin-bottom: 20px;
1071 word-wrap: break-word; 1071 word-wrap: break-word;
1072 } 1072 }
1073 1073
(...skipping 25 matching lines...) Expand all
1099 #other-language .button-add::before 1099 #other-language .button-add::before
1100 { 1100 {
1101 display: none; 1101 display: none;
1102 } 1102 }
1103 1103
1104 #other-language .display 1104 #other-language .display
1105 { 1105 {
1106 -webkit-margin-start: 10px; 1106 -webkit-margin-start: 10px;
1107 -moz-margin-start: 10px; 1107 -moz-margin-start: 10px;
1108 } 1108 }
LEFTRIGHT
« options.js ('k') | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld