r99826 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99825‎ | r99826 | r99827 >
Date:23:06, 14 October 2011
Author:preilly
Status:ok
Tags:
Comment:
mft r99758
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/MobileFrontend/stylesheets/common.css (added) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/MobileFrontend/stylesheets/common.css
@@ -0,0 +1,121 @@
 2+.clearlink {
 3+ background: url(images/close-button.png) no-repeat scroll 0 0 transparent;
 4+ background-position: center center;
 5+ cursor: pointer;
 6+ zoom: 1;
 7+ position: absolute;
 8+ right: 0.25em;
 9+ top: 50%;
 10+ margin: 1px;
 11+ height: 12px;
 12+ width: 12px;
 13+ margin-top: -6px;
 14+ z-index: 2;
 15+ border: 0px solid;
 16+ display: none;
 17+}
 18+
 19+#search {
 20+ -webkit-appearance: none;
 21+ border-top-width: 0px;
 22+ border-right-width: 0px;
 23+ border-bottom-width: 0px;
 24+ border-left-width: 0px;
 25+ outline-style: none;
 26+ outline-width: initial;
 27+ outline-color: initial;
 28+ height: 1.4em;
 29+}
 30+
 31+.divclearable {
 32+ border: 1px solid #888;
 33+ display: -moz-inline-stack;
 34+ display: inline-block;
 35+ zoom: 1;
 36+ *display: inline;
 37+ vertical-align: middle;
 38+ height: 1.5em;
 39+ position: relative;
 40+}
 41+
 42+table {
 43+ border-spacing: 0 !important;
 44+ width: 100%;
 45+ border-collapse: collapse !important;
 46+ border: 1px solid #cccccc;
 47+ padding: 3px;
 48+ margin-bottom: 15px;
 49+}
 50+
 51+table.gallery .thumb[style] {
 52+ border: 0;
 53+ padding: 0 !important;
 54+ width: auto !important;
 55+ margin: 0 auto;
 56+}
 57+
 58+table.geography[style] td[style*="text-align"], table.geography[style] td[colspan="2"] {
 59+ text-align: left !important;
 60+ margin-left: 0 !important;
 61+ margin-right: 0 !important;
 62+}
 63+
 64+table.toc h2 {
 65+ border: 0;
 66+ padding: 0;
 67+ margin-top: 5px;
 68+}
 69+
 70+table.gallery th, table.gallery td {
 71+ display: block;
 72+ border: 0;
 73+ border-bottom: 1px solid #cccccc;
 74+}
 75+
 76+table[style] {
 77+ width: 100% !important;
 78+ float: none !important;
 79+ margin-left: 0 !important;
 80+}
 81+
 82+table.navbox td.navbox-group {
 83+ background: #ddddff;
 84+ width: 25%;
 85+ padding: 3px;
 86+}
 87+
 88+table.gallery {
 89+ background: #f9f9f9;
 90+ border-bottom: 0;
 91+}
 92+
 93+table.navbox {
 94+ font-size: 0.9em;
 95+ width: 100% !important;
 96+}
 97+
 98+table.gallery .gallerytext {
 99+ margin-top: -12px;
 100+ text-align: center;
 101+}
 102+
 103+table.navbox th.navbox-title {
 104+ background: #ccccff;
 105+ padding: 5px;
 106+}
 107+
 108+table.navbox div[style*="padding"] {
 109+ padding-left: 0 !important;
 110+ padding-right: 0 !important;
 111+}
 112+
 113+table.gallery .gallerybox[style] {
 114+ width: auto !important;
 115+ margin-bottom: -16px;
 116+}
 117+
 118+table td, table th {
 119+ border: 1px solid #cccccc;
 120+ padding: 3px;
 121+}
 122+
Property changes on: branches/wmf/1.18wmf1/extensions/MobileFrontend/stylesheets/common.css
___________________________________________________________________
Added: svn:eol-style
1123 + native

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99758Bug 31050 - Cleanup duplicate CSS for mobile devices...reedy08:00, 14 October 2011

Status & tagging log