Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/css/main-mobile.css

Issue 29551727: Issue 5634 - Removed search from abp.org header (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Sept. 21, 2017, 10:44 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: static/css/main-mobile.css
===================================================================
--- a/static/css/main-mobile.css
+++ b/static/css/main-mobile.css
@@ -86,44 +86,16 @@
display: block;
}
header nav>ul>li a
{
font-size: 24px;
}
-#search
-{
- position: relative;
-}
-
-#search-field-label-plain, #current-language
-{
- font-size: 16px;
- font-weight: bold;
- color: #848484;
-}
-
-#search-field
-{
- width: 100%;
- padding: 10px;
- -webkit-box-sizing: content-box;
- -moz-box-sizing: content-box;
- -ms-box-sizing: content-box;
- -o-box-sizing: content-box;
- box-sizing: content-box;
-}
-
-#search-field-label-button, #current-language
-{
- display: none;
-}
-
#language-selector, .language-entry
{
display: inline-block;
}
#logo
{
width: 76px;
« locales/en/menu.json ('K') | « static/css/main-desktop.css ('k') | templates/default.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld