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

Side by Side Diff: skin/options.css

Issue 29323156: Issue 2410 - Improved accessibility of dialogs in options page (Closed)
Patch Set: Created July 31, 2015, 3:02 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « options.js ('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 /* 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 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 .tabs.horizontal li.active 460 .tabs.horizontal li.active
461 { 461 {
462 border-bottom: 2px solid #1E8728; 462 border-bottom: 2px solid #1E8728;
463 color: black; 463 color: black;
464 font-weight: 600; 464 font-weight: 600;
465 padding-bottom: 10px; 465 padding-bottom: 10px;
466 } 466 }
467 467
468 .icon, .table input[type="checkbox"]::before, .table button.delete, 468 .icon, .table input[type="checkbox"]::before, .table button.delete,
469 #content-help a::before, #dialog-close::before, 469 #content-help a::before, #dialog-close::before,
470 #custom-filters-add button::after 470 #custom-filters-add button::after,
471 #dialog-body button::before
471 { 472 {
472 background-image: url(options-sprite.png); 473 background-image: url(options-sprite.png);
473 display: inline-block; 474 display: inline-block;
474 } 475 }
475 476
476 .icon-add 477 .icon-add
477 { 478 {
478 background-position: -0px -0px; 479 background-position: -0px -0px;
479 cursor: pointer; 480 cursor: pointer;
480 height: 18px; 481 height: 18px;
481 min-width: 18px; 482 min-width: 18px;
482 } 483 }
483 484
484 .icon-update 485 .icon-update
485 { 486 {
486 background-position: -34px -0px; 487 background-position: -34px -0px;
487 cursor: pointer; 488 cursor: pointer;
488 height: 18px; 489 height: 18px;
489 width: 18px; 490 width: 18px;
490 } 491 }
491 492
492 .icon-edit 493 .icon-edit
493 { 494 {
494 background-position: -17px -0px; 495 background-position: -17px -0px;
495 cursor: pointer; 496 cursor: pointer;
496 height: 18px; 497 height: 18px;
497 width: 18px; 498 width: 18px;
498 } 499 }
499 500
500 .icon-arrow, 501 #content-help a::before,
501 #content-help a::before 502 #dialog-body button::before
502 { 503 {
503 background-position: 0px -42px; 504 background-position: 0px -42px;
504 content: ""; 505 content: "";
505 cursor: pointer; 506 cursor: pointer;
506 height: 11px; 507 height: 11px;
507 vertical-align: middle; 508 vertical-align: middle;
508 width: 7px; 509 width: 7px;
510 -moz-margin-end: 12px;
511 -webkit-margin-end: 12px;
509 } 512 }
510 513
511 .controls 514 .controls
512 { 515 {
513 border-top: 1px solid #CDCDCD; 516 border-top: 1px solid #CDCDCD;
514 padding-top: 8px; 517 padding-top: 8px;
515 -moz-padding-start: 16px; 518 -moz-padding-start: 16px;
516 -webkit-padding-start: 16px; 519 -webkit-padding-start: 16px;
517 position: relative; 520 position: relative;
518 } 521 }
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 vertical-align: middle; 984 vertical-align: middle;
982 -moz-margin-end: 6px; 985 -moz-margin-end: 6px;
983 -webkit-margin-end: 6px; 986 -webkit-margin-end: 6px;
984 } 987 }
985 988
986 #dialog #dialog-body 989 #dialog #dialog-body
987 { 990 {
988 margin: 4px 24px; 991 margin: 4px 24px;
989 } 992 }
990 993
991 #dialog h3 994 #dialog h3,
995 #dialog label
992 { 996 {
993 font-size: 14px; 997 font-size: 14px;
998 font-weight: 600;
994 margin: 0px; 999 margin: 0px;
995 } 1000 }
996 1001
997 #dialog input[type="text"], 1002 #dialog input[type="text"],
998 #dialog input[type="search"] 1003 #dialog input[type="search"]
999 { 1004 {
1000 font-size: 16px; 1005 font-size: 16px;
1001 margin-top: 10px; 1006 margin-top: 10px;
1002 padding: 5px; 1007 padding: 5px;
1003 width: 100%; 1008 width: 100%;
(...skipping 22 matching lines...) Expand all
1026 flex: 1; 1031 flex: 1;
1027 font-size: 16px; 1032 font-size: 16px;
1028 color: #FFFFFF; 1033 color: #FFFFFF;
1029 } 1034 }
1030 1035
1031 #dialog-body .dialog-content-block 1036 #dialog-body .dialog-content-block
1032 { 1037 {
1033 padding: 12px 0px; 1038 padding: 12px 0px;
1034 } 1039 }
1035 1040
1036 #dialog .button-wrapper 1041 #dialog-body button
1037 { 1042 {
1038 background-color: #F5F5F5; 1043 background-color: #F5F5F5;
1044 border: none;
1045 color: #3A7BA6;
1046 cursor: pointer;
1047 display: block;
1048 font-family: inherit;
1039 margin-top: 8px; 1049 margin-top: 8px;
1040 padding: 10px 16px; 1050 padding: 10px 16px;
1041 cursor: pointer; 1051 text-align: left;
1042 width: auto; 1052 width: 100%;
1043 }
1044
1045 #dialog .button-wrapper span:not(.icon)
1046 {
1047 color: #3A7BA6;
1048 display: inline-block;
1049 -moz-margin-start: 15px;
1050 -webkit-margin-start: 15px;
1051 vertical-align: top;
1052 } 1053 }
1053 1054
1054 #dialog .url 1055 #dialog .url
1055 { 1056 {
1056 margin-top: 10px; 1057 margin-top: 10px;
1057 margin-bottom: 20px; 1058 margin-bottom: 20px;
1058 word-wrap: break-word; 1059 word-wrap: break-word;
1059 } 1060 }
1060 1061
1061 body:not([data-dialog="custom"]) #dialog-title-custom, 1062 body:not([data-dialog="custom"]) #dialog-title-custom,
1062 body:not([data-dialog="custom"]) #dialog-content-custom, 1063 body:not([data-dialog="custom"]) #dialog-content-custom,
1063 body:not([data-dialog="language"]) #dialog-title-language, 1064 body:not([data-dialog="language"]) #dialog-title-language,
1064 body:not([data-dialog="language"]) #dialog-content-language, 1065 body:not([data-dialog="language"]) #dialog-content-language,
1065 body:not([data-dialog="predefined"]) #dialog-title-predefined, 1066 body:not([data-dialog="predefined"]) #dialog-title-predefined,
1066 body:not([data-dialog="predefined"]) #dialog-content-predefined, 1067 body:not([data-dialog="predefined"]) #dialog-content-predefined,
1067 body:not([data-dialog]) #dialog 1068 body:not([data-dialog]) #dialog
1068 { 1069 {
1069 display: none; 1070 display: none;
1070 } 1071 }
1071 1072
1072 #other-language .button-add 1073 #other-language .button-add
1073 { 1074 {
1075 background-color: transparent;
1076 margin: 0px;
1077 padding: 0px;
1078 width: auto;
1074 -webkit-border-end: 1px solid #CDCDCD; 1079 -webkit-border-end: 1px solid #CDCDCD;
1075 -moz-border-end: 1px solid #CDCDCD; 1080 -moz-border-end: 1px solid #CDCDCD;
1076 -webkit-padding-end: 10px; 1081 -webkit-padding-end: 10px;
1077 -moz-padding-end: 10px; 1082 -moz-padding-end: 10px;
1078 -webkit-padding-start: 0px; 1083 -webkit-padding-start: 0px;
1079 -moz-padding-start: 0px; 1084 -moz-padding-start: 0px;
1080 } 1085 }
1081 1086
1087 #other-language .button-add::before
1088 {
1089 display: none;
1090 }
1091
1082 #other-language .display 1092 #other-language .display
1083 { 1093 {
1084 -webkit-margin-start: 10px; 1094 -webkit-margin-start: 10px;
1085 -moz-margin-start: 10px; 1095 -moz-margin-start: 10px;
1086 } 1096 }
OLDNEW
« no previous file with comments | « options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld