r103227 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103226‎ | r103227 | r103228 >
Date:21:41, 15 November 2011
Author:brion
Status:deferred
Tags:
Comment:
starting on tablet mode style variants
Modified paths:
  • /trunk/mockups/athena/athena.css (modified) (history)

Diff [purge]

Index: trunk/mockups/athena/athena.css
@@ -98,7 +98,7 @@
9999 padding: 4px;
100100 padding-right: 16px;
101101
102 - background-image: url(images/icons/athena_icon_000000_search.png);
 102+ background-image: url(images/icons/athena_icon_999999_search.png);
103103 background-position: center right;
104104 background-repeat: no-repeat;
105105 }
@@ -147,3 +147,23 @@
148148 background: white;
149149 }
150150
 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+

Status & tagging log