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

Unified Diff: static/src/scss/components/_search-form.scss

Issue 29676691: Issue 6237 - Implement wd navbar component in help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Jan. 22, 2018, 10:39 a.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/src/scss/components/_search-form.scss
===================================================================
--- a/static/src/scss/components/_search-form.scss
+++ b/static/src/scss/components/_search-form.scss
@@ -13,61 +13,16 @@
//
// You should have received a copy of the GNU General Public License
// along with help.eyeo.com. If not, see <http://www.gnu.org/licenses/>.
/*******************************************************************************
* Search Form
******************************************************************************/
-/* Product Website Link
- ******************************************************************************/
-
-#product-website-link
-{
- float: right;
-}
-
-html[dir="rtl"] #product-website-link
-{
- float: left;
-}
-
-#product-website-link img
-{
- height: $small-space;
- margin-left: $x-small-space;
-}
-
-html[dir="rtl"] #product-website-link img
-{
- margin-right: $x-small-space;
- margin-left: 0;
-}
-
-.navbar-collapse.open #product-website-link,
-.no-js #product-website-link
-{
- float: none;
-
- @media (min-width: $phablet-breakpoint)
- {
- float: right;
- margin-top: 20px;
- }
-
- @media (min-width: $tablet-breakpoint)
- {
- margin-top: 0;
- }
-}
-
-/* Search Form
- ******************************************************************************/
-
#search-form
{
display: inline-block;
position: relative;
overflow: hidden;
width: 100%;
height: $search-form-height;
border-radius: 4px;

Powered by Google App Engine
This is Rietveld