Index: trunk/mockups/athena/athena.css |
— | — | @@ -98,7 +98,7 @@ |
99 | 99 | padding: 4px; |
100 | 100 | padding-right: 16px; |
101 | 101 | |
102 | | - background-image: url(images/icons/athena_icon_000000_search.png); |
| 102 | + background-image: url(images/icons/athena_icon_999999_search.png); |
103 | 103 | background-position: center right; |
104 | 104 | background-repeat: no-repeat; |
105 | 105 | } |
— | — | @@ -147,3 +147,23 @@ |
148 | 148 | background: white; |
149 | 149 | } |
150 | 150 | |
| 151 | + |
| 152 | +@media all and (min-width: 640px) { |
| 153 | + /* "Tablet mode" */ |
| 154 | + .bar button { |
| 155 | + width: auto; |
| 156 | + height: 48px; |
| 157 | + padding: 0; |
| 158 | + padding-left: 40px; |
| 159 | + padding-right: 8px; |
| 160 | + background-repeat: no-repeat; |
| 161 | + background-position: 8px center; |
| 162 | + background-color: transparent; |
| 163 | + /* background-image added per class */ |
| 164 | + border: none; |
| 165 | + color: white; |
| 166 | + font-size: 13px; |
| 167 | + } |
| 168 | +} |
| 169 | + |
| 170 | + |