From a49e05cf0a0856f1cd12027d8b7bafbc8d6e321b Mon Sep 17 00:00:00 2001 From: gschwab Date: Mon, 24 Feb 2014 14:27:06 +0100 Subject: [PATCH] modified scss --- js/apps/system/aardvark/frontend/scss/_tiles.scss | 5 +++++ js/apps/system/aardvark/frontend/scss/generated.css | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/js/apps/system/aardvark/frontend/scss/_tiles.scss b/js/apps/system/aardvark/frontend/scss/_tiles.scss index 57cb384a31..488df97966 100644 --- a/js/apps/system/aardvark/frontend/scss/_tiles.scss +++ b/js/apps/system/aardvark/frontend/scss/_tiles.scss @@ -105,6 +105,11 @@ li.tile { } } +.searchField { + @extend %pull-left; + margin-left: 25px; +} + .collectionName { text-align:left; font-weight: 300; diff --git a/js/apps/system/aardvark/frontend/scss/generated.css b/js/apps/system/aardvark/frontend/scss/generated.css index f690ba0ca7..8b1dfe1a2c 100644 --- a/js/apps/system/aardvark/frontend/scss/generated.css +++ b/js/apps/system/aardvark/frontend/scss/generated.css @@ -3,7 +3,7 @@ body, input, textarea, .page-title span, .pingback a.url { font-family: 'Open Sans', sans-serif !important; font-weight: 400; } -ul.link-dropdown-menu, ul.user-dropdown-menu, ul.gv-dropdown-menu, div.navlogo, ul.navlist li, div.footer-left, li.tile { +ul.link-dropdown-menu, ul.user-dropdown-menu, ul.gv-dropdown-menu, div.navlogo, ul.navlist li, div.footer-left, li.tile, .searchField { float: left; } div.navmenu, div.footer-right, li.tile div.iconSet span { @@ -619,6 +619,9 @@ li.tile { li.tile div.tileBadge span div.corneredBadge.unloaded { border-bottom-color: #ff8f35; } +.searchField { + margin-left: 25px; } + .collectionName { text-align: left; font-weight: 300;