equal
deleted
inserted
replaced
2 padding: 0 0 10px; |
2 padding: 0 0 10px; |
3 position: relative; |
3 position: relative; |
4 font-size: 13px; |
4 font-size: 13px; |
5 background: #fff; |
5 background: #fff; |
6 border: 1px solid #ddd; |
6 border: 1px solid #ddd; |
7 box-shadow: 0 3px 6px rgba(0,0,0,0.075); |
7 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075); |
8 } |
8 } |
9 |
9 |
10 .wp-pointer-content h3 { |
10 .wp-pointer-content h3 { |
11 position: relative; |
11 position: relative; |
12 margin: -1px -1px 5px; |
12 margin: -1px -1px 5px; |
215 top: 100%; |
215 top: 100%; |
216 margin-top: -30px; |
216 margin-top: -30px; |
217 } |
217 } |
218 |
218 |
219 /* Disable pointers at responsive sizes */ |
219 /* Disable pointers at responsive sizes */ |
220 @media screen and ( max-width: 782px ) { |
220 @media screen and (max-width: 782px) { |
221 .wp-pointer { |
221 .wp-pointer { |
222 display: none; |
222 display: none; |
223 } |
223 } |
224 } |
224 } |