https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113471

Revision: 113471
Author:   jdlrobson
Date:     2012-03-09 15:08:20 +0000 (Fri, 09 Mar 2012)
Log Message:
-----------
cleanup beta_common.css

remove trailing whitespace
merge definitions
remove unused placeholder definitions
introduce new lines between definitions

Modified Paths:
--------------
    trunk/extensions/MobileFrontend/stylesheets/beta_common.css

Modified: trunk/extensions/MobileFrontend/stylesheets/beta_common.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/beta_common.css 2012-03-09 
14:59:14 UTC (rev 113470)
+++ trunk/extensions/MobileFrontend/stylesheets/beta_common.css 2012-03-09 
15:08:20 UTC (rev 113471)
@@ -1,8 +1,8 @@
 html,
-body { 
-       margin: 0; 
-       padding: 0; 
-       height: 100%; 
+body {
+       margin: 0;
+       padding: 0;
+       height: 100%;
 }
 
 html {
@@ -106,26 +106,6 @@
        text-align: center;
 }
 
-.suggestions-results {
-       font-size: 1.4em;
-       cursor: pointer;
-       margin: 0;
-       padding: 0;
-}
-
-.suggestions-results hr {
-       margin: 0;
-}
-
-.suggestions-result {
-       color: black;
-       margin: 0;
-       line-height: 2.6em;
-       padding: 0.01em 0.25em;
-       postion: relative;
-       border-bottom: solid 1px #999999;
-}
-
 .suggestions-result a {
        text-decoration: none;
        color: #666;
@@ -785,11 +765,19 @@
        position: relative;
        border-bottom: solid 1px #999;
        font-size: 1.4em;
+       cursor: pointer;
+       margin: 0;
 }
 
 .full-screen-search .suggestions-result {
        line-height: 2.6em;
        border: none;
+       color: black;
+       margin: 0;
+       line-height: 2.6em;
+       padding: 0.01em 0.25em;
+       position: relative;
+       border-bottom: solid 1px #999999;
 }
 
 .full-screen-search .suggestions-result a:visited {
@@ -841,13 +829,3 @@
 .full-screen-search #nav {
        display: none !important;
 }
-
-#placeholder {
-       position: absolute;
-       left: 38px;
-       z-index: 2;
-       top: 0;
-       color: #666;
-       font-size: 16px;
-       padding-top: 10px;
-}


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to