From eb8b032fe087706baa10683c663b05666778d7d4 Mon Sep 17 00:00:00 2001 From: Anjali Walsatwar Date: Thu, 12 Apr 2018 16:59:24 +0530 Subject: search layout is not proper search layout is not proper Issue-ID: VNFSDK-248 Change-Id: I760c4ec3d2d2fa71662f26b56cce12ff5acfd396 Signed-off-by: Anjali Walsatwar --- .../src/main/webapp/vnfmarket/common/css/home.css | 32 ++++++++++++---------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'vnfmarket/src') diff --git a/vnfmarket/src/main/webapp/vnfmarket/common/css/home.css b/vnfmarket/src/main/webapp/vnfmarket/common/css/home.css index 28566e88..bb6338bb 100644 --- a/vnfmarket/src/main/webapp/vnfmarket/common/css/home.css +++ b/vnfmarket/src/main/webapp/vnfmarket/common/css/home.css @@ -13,12 +13,26 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#searchField { + +#searchField, +#searchField:focus { position: relative; - top: 13px; + top: 11px !important; border-bottom-color: whitesmoke; background-color: #858ca8; - height: 33px; + height: 31px !important; + line-height: 29px !important; + padding: 2px 2px 1px 2px !important; + border-bottom-width: 1px !important; +} + +#searchIcon, +#cancelSearch { + background-color: #858ca8; + height: 29px; + position: relative; + top: -1.5px; + margin: 0px; } .hidden { display: none; @@ -556,18 +570,6 @@ table tr { top: -2px; } -#searchIcon { - background-color: #858ca8; - height: 31px; - position: relative; - top: 1.5px; -} -#cancelSearch { - background-color: #858ca8; - height: 31px; - position: relative; - top: 1.5px; -} .searchIconColor { color: rgb(234, 234, 234); } -- cgit 1.2.3-korg