Left: | ||
Right: |
LEFT | RIGHT |
---|---|
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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
131 font-size: 16px; | 131 font-size: 16px; |
132 line-height: 1em; | 132 line-height: 1em; |
133 } | 133 } |
134 | 134 |
135 #page-title h1 | 135 #page-title h1 |
136 { | 136 { |
137 margin: 0px; | 137 margin: 0px; |
138 padding: 8px 0px 16px 0px; | 138 padding: 8px 0px 16px 0px; |
139 } | 139 } |
140 | 140 |
141 .row-bisect | 141 .hbox |
142 { | 142 { |
143 display: flex; | 143 display: flex; |
144 flex-flow: row wrap; | 144 flex-direction: row; |
145 } | 145 } |
146 | 146 |
147 .row-bisect > div | 147 .hbox > div |
148 { | 148 { |
149 width: 400px; | 149 flex: 1; |
150 } | 150 } |
151 | 151 |
152 .tabs li | 152 .tabs li |
153 { | 153 { |
154 cursor: pointer; | 154 cursor: pointer; |
155 display: flex; | 155 display: flex; |
156 } | 156 } |
157 | 157 |
158 .tabs li a | 158 .tabs li a |
159 { | 159 { |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
255 #tab-contribute .icon | 255 #tab-contribute .icon |
256 { | 256 { |
257 background-position: -31px -18px; | 257 background-position: -31px -18px; |
258 } | 258 } |
259 | 259 |
260 #tab-content | 260 #tab-content |
261 { | 261 { |
262 background-color: #FFFFFF; | 262 background-color: #FFFFFF; |
263 border: 1px solid #CDCDCD; | 263 border: 1px solid #CDCDCD; |
264 border-radius: 8px; | 264 border-radius: 8px; |
265 box-sizing: border-box; | |
266 min-width: 960px; | |
265 padding: 0px 60px 40px 60px; | 267 padding: 0px 60px 40px 60px; |
266 width: 960px; | 268 width: 960px; |
saroyanm
2015/07/29 10:12:21
nit: It's doesn't make any sense to have specified
| |
267 } | 269 } |
268 | 270 |
269 #tab-content h1 | 271 #tab-content h1 |
270 { | 272 { |
271 border-bottom: 1px solid #CDCDCD; | 273 border-bottom: 1px solid #CDCDCD; |
272 margin: 0px; | 274 margin: 0px; |
273 padding: 40px 0px 16px 0px; | 275 padding: 40px 0px 16px 0px; |
274 } | 276 } |
275 | 277 |
276 #link-version | 278 #link-version |
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
809 } | 811 } |
810 | 812 |
811 html[dir="ltr"] div[role="tooltip"].flip-vertical, | 813 html[dir="ltr"] div[role="tooltip"].flip-vertical, |
812 html[dir="rtl"] div[role="tooltip"]:not(.flip-vertical) | 814 html[dir="rtl"] div[role="tooltip"]:not(.flip-vertical) |
813 { | 815 { |
814 left: inherit; | 816 left: inherit; |
815 right: -20px; | 817 right: -20px; |
816 } | 818 } |
817 | 819 |
818 .tooltip:not(:hover) > div[role="tooltip"], | 820 .tooltip:not(:hover) > div[role="tooltip"], |
819 div[role="tooltip"]:hover | 821 div[role="tooltip"]:hover |
saroyanm
2015/07/28 17:21:42
why we need "div[role="tooltip"]:hover" selector h
Thomas Greiner
2015/07/28 18:19:22
Because when you hover over the tooltip it should
saroyanm
2015/07/29 09:38:59
My mistake.
| |
820 { | 822 { |
821 visibility: hidden; | 823 visibility: hidden; |
822 opacity: 0; | 824 opacity: 0; |
823 -webkit-transition-delay: 0ms; | 825 -webkit-transition-delay: 0ms; |
824 transition-delay: 0ms; | 826 transition-delay: 0ms; |
825 } | 827 } |
826 | 828 |
827 div[role="tooltip"]::before | 829 div[role="tooltip"]::before |
828 { | 830 { |
829 background-image: url(options-sprite.png); | 831 background-image: url(options-sprite.png); |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1076 -moz-padding-end: 10px; | 1078 -moz-padding-end: 10px; |
1077 -webkit-padding-start: 0px; | 1079 -webkit-padding-start: 0px; |
1078 -moz-padding-start: 0px; | 1080 -moz-padding-start: 0px; |
1079 } | 1081 } |
1080 | 1082 |
1081 #other-language .display | 1083 #other-language .display |
1082 { | 1084 { |
1083 -webkit-margin-start: 10px; | 1085 -webkit-margin-start: 10px; |
1084 -moz-margin-start: 10px; | 1086 -moz-margin-start: 10px; |
1085 } | 1087 } |
LEFT | RIGHT |