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

Side by Side Diff: skin/desktop-options.css

Issue 29654555: Issue 6209 - Updated woff fonts and table status column for long texts (Closed)
Patch Set: Fixed the table status column for long text Created Jan. 2, 2018, 5:32 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 | « no previous file | skin/fonts/Source-Sans-Pro/300.woff2 » ('j') | 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-present eyeo GmbH 3 * Copyright (C) 2006-present 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
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details. 12 * GNU General Public License for more details.
13 * 13 *
14 * You should have received a copy of the GNU General Public License 14 * You should have received a copy of the GNU General Public License
15 * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. 15 * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
16 */ 16 */
17 17
18 @font-face 18 @font-face
19 { 19 {
20 font-family: "Source Sans Pro"; 20 font-family: "Source Sans Pro";
21 src: url(fonts/SourceSansPro-Light.woff); 21 src: url(fonts/SourceSansPro-Light.woff);
22 /* local("Ø") forces using no local font called Source Sans Pro */ 22 /* local("Ø") forces using no local font called Source Sans Pro */
23 src: local("Ø"), url(fonts/SourceSansPro-Light.woff) format("woff"); 23 src: local("Ø"), url("fonts/Source-Sans-Pro/300.woff2") format("woff2"),
saroyanm 2018/01/10 11:03:20 Adjust as was mentioned in the regular Comments of
24 url(fonts/SourceSansPro-Light.woff) format("woff");
24 font-weight: 300; 25 font-weight: 300;
25 font-style: normal; 26 font-style: normal;
26 } 27 }
27 28
28 @font-face 29 @font-face
29 { 30 {
30 font-family: "Source Sans Pro"; 31 font-family: "Source Sans Pro";
31 src: url(fonts/SourceSansPro-Regular.woff); 32 src: url(fonts/SourceSansPro-Regular.woff);
32 /* local("Ø") forces using no local font called Source Sans Pro */ 33 /* local("Ø") forces using no local font called Source Sans Pro */
33 src: local("Ø"), url(fonts/SourceSansPro-Regular.woff) format("woff"); 34 src: local("Ø"), url("fonts/Source-Sans-Pro/400.woff2") format("woff2"),
35 url(fonts/SourceSansPro-Regular.woff) format("woff");
34 font-style: normal; 36 font-style: normal;
35 } 37 }
36 38
37 @font-face 39 @font-face
38 { 40 {
39 font-family: "Source Sans Pro"; 41 font-family: "Source Sans Pro";
40 src: url(fonts/SourceSansPro-bold.woff); 42 src: url(fonts/SourceSansPro-bold.woff);
41 /* local("Ø") forces using no local font called Source Sans Pro */ 43 /* local("Ø") forces using no local font called Source Sans Pro */
42 src: local("Ø"), url(fonts/SourceSansPro-bold.woff) format("woff"); 44 src: local("Ø"), url("fonts/Source-Sans-Pro/700.woff2") format("woff2"),
45 url(fonts/SourceSansPro-bold.woff) format("woff");
43 font-weight: 700; 46 font-weight: 700;
44 font-style: normal; 47 font-style: normal;
45 } 48 }
46 49
47 html 50 html
48 { 51 {
49 font-size: 16px; 52 font-size: 16px;
50 } 53 }
51 54
52 body 55 body
(...skipping 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 { 939 {
937 display: flex; 940 display: flex;
938 } 941 }
939 942
940 .col5 > * 943 .col5 > *
941 { 944 {
942 display: inline-block; 945 display: inline-block;
943 vertical-align: middle; 946 vertical-align: middle;
944 } 947 }
945 948
946 .cols .col5 949 .cols .col5,
950 .th .col5
947 { 951 {
948 margin: 0rem 1rem; 952 margin: 0rem 1rem;
953 align-self: center;
949 } 954 }
950 955
951 .th .col5:nth-of-type(1), 956 .th .col5:nth-of-type(1),
952 .table .col5:nth-of-type(1) 957 .table .col5:nth-of-type(1)
953 { 958 {
954 flex: 4; 959 flex: 5;
955 } 960 }
956 961
957 .th .col5:nth-of-type(2), 962 .th .col5:nth-of-type(2),
958 .table .col5:nth-of-type(2) 963 .table .col5:nth-of-type(2)
959 { 964 {
960 flex: 8; 965 flex: 8;
961 } 966 }
962 967
963 .th .col5:nth-of-type(3), 968 .th .col5:nth-of-type(3),
964 .table .col5:nth-of-type(3) 969 .table .col5:nth-of-type(3)
(...skipping 20 matching lines...) Expand all
985 .table.cols .display 990 .table.cols .display
986 { 991 {
987 margin: 0rem; 992 margin: 0rem;
988 } 993 }
989 994
990 .table.cols li 995 .table.cols li
991 { 996 {
992 padding: 0.5rem 0rem; 997 padding: 0.5rem 0rem;
993 } 998 }
994 999
995 .table.cols .state 1000 .table.cols .toggle
996 { 1001 {
997 -moz-margin-start: 1rem; 1002 -moz-margin-end: 0.5rem;
saroyanm 2018/01/02 17:36:11 I'll reflect this changes in the Specs. accordingl
saroyanm 2018/01/10 11:03:20 This change was aligned with Jeen and the issue to
998 -webkit-margin-start: 1rem; 1003 -webkit-margin-end: 0.5rem;
999 } 1004 }
1000 1005
1001 .table.cols .gear 1006 .table.cols .gear
1002 { 1007 {
1003 margin: 0rem 1008 margin: 0rem
1004 } 1009 }
1005 1010
1006 #dialog .table.list li 1011 #dialog .table.list li
1007 { 1012 {
1008 display: block; 1013 display: block;
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
1510 font-size: 1rem; 1515 font-size: 1rem;
1511 color: #077CA6; 1516 color: #077CA6;
1512 background-color: #E1F2FA; 1517 background-color: #E1F2FA;
1513 } 1518 }
1514 1519
1515 #notification strong 1520 #notification strong
1516 { 1521 {
1517 flex: 1; 1522 flex: 1;
1518 text-align: center; 1523 text-align: center;
1519 } 1524 }
OLDNEW
« no previous file with comments | « no previous file | skin/fonts/Source-Sans-Pro/300.woff2 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld