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

Unified Diff: static/css/main-desktop.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-desktop.css
===================================================================
--- a/static/css/main-desktop.css
+++ b/static/css/main-desktop.css
@@ -35,17 +35,17 @@
}
header nav ul *,
html[dir="rtl"] header nav ul
{
text-align: left;
}
-header nav li, #search form, #search-field, #search-field-label-button
+header nav li
{
display: inline-block;
vertical-align: middle;
}
header nav li
{
height: 18px;
@@ -81,80 +81,16 @@
border-left-width: 0;
border-right-width: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
-#search
-{
- height: 22px;
- padding-top: 0;
- padding-bottom: 0;
-}
-
-#search-box
-{
- height: 20px;
-}
-
-#search-field-label-plain
-{
- display: none;
-}
-
-#search-field-label-button
-{
- border: none;
-}
-
-#search-field
-{
- width: 160px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -ms-box-sizing: border-box;
- -o-box-sizing: border-box;
- box-sizing: border-box;
-}
-
-#search-button
-{
- font-size: 12px;
- padding: 0 10px;
- margin-left: 5px;
- margin-right: 0;
- background: #ededed;
- background: -webkit-linear-gradient(top, #fefefe, #ededed);
- background: -moz-linear-gradient(top, #fefefe, #ededed);
- background: -ms-linear-gradient(top, #fefefe, #ededed);
- background: -o-linear-gradient(top, #fefefe, #ededed);
- background: linear-gradient(top, #fefefe, #ededed);
-}
-
-html[dir="rtl"] #search-button
-{
- margin-right: 5px;
- margin-left: 0;
-}
-
-#search-button:active
-{
- position: relative;
- top: 1px;
- background: #ddd;
- background: -webkit-linear-gradient(bottom, #fefefe, #ededed);
- background: -moz-linear-gradient(bottom, #fefefe, #ededed);
- background: -ms-linear-gradient(bottom, #fefefe, #ededed);
- background: -o-linear-gradient(bottom, #fefefe, #ededed);
- background: linear-gradient(bottom, #fefefe, #ededed);
-}
-
#language
{
position: relative;
cursor: pointer;
}
#language-arrow
{
« locales/en/menu.json ('K') | « static/css/main.css ('k') | static/css/main-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld