source: extensions/stripped_responsive/iconfontello.css.tpl @ 30083

Last change on this file since 30083 was 30083, checked in by JanisV, 10 years ago

Updated icons

  • Property svn:executable set to *
File size: 632 bytes
Line 
1@import "fontello/css/stripped_responsive.css";
2
3A:hover .pwg-icon:before{
4        text-decoration: none !important; /* IE 8,9*/
5}
6
7.pwg-button-text{
8        display:none;
9}
10.pwg-icon {
11  font-size: 24px;
12  display: inline-block;
13}
14.batch-downloader-icon {
15  display:none;
16}
17#batchDownloadLink{
18  display:none;
19}
20@media (min-width: 798px) and (-webkit-max-device-pixel-ratio: 1.7), (min-width: 798px) and (max-resolution: 163.2dpi) {
21  .pwg-button-text{
22        display:inline;
23  }
24  .pwg-icon {
25    display:none;
26  }
27  #batchDownloadLink{
28    display:inline-block;
29  }
30}
31
32.pwg-button {
33        display: inline-block;
34        vertical-align: top;
35  cursor:pointer;
36}
Note: See TracBrowser for help on using the repository browser.