From: Anjali Walsatwar Date: Thu, 12 Apr 2018 11:29:24 +0000 (+0530) Subject: search layout is not proper X-Git-Tag: v1.1.1~32 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=eb8b032fe087706baa10683c663b05666778d7d4;p=vnfsdk%2Frefrepo.git search layout is not proper search layout is not proper Issue-ID: VNFSDK-248 Change-Id: I760c4ec3d2d2fa71662f26b56cce12ff5acfd396 Signed-off-by: Anjali Walsatwar --- 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); }