search layout is not proper 81/42481/1
authorAnjali Walsatwar <anjali.walsatwar@huawei.com>
Thu, 12 Apr 2018 11:29:24 +0000 (16:59 +0530)
committerAnjali Walsatwar <anjali.walsatwar@huawei.com>
Thu, 12 Apr 2018 11:29:24 +0000 (16:59 +0530)
search layout is not proper

Issue-ID: VNFSDK-248

Change-Id: I760c4ec3d2d2fa71662f26b56cce12ff5acfd396
Signed-off-by: Anjali Walsatwar <anjali.walsatwar@huawei.com>
vnfmarket/src/main/webapp/vnfmarket/common/css/home.css

index 28566e8..bb6338b 100644 (file)
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
-#searchField {\r
+\r
+#searchField,\r
+#searchField:focus {\r
        position: relative;\r
-       top: 13px;\r
+       top: 11px !important;\r
        border-bottom-color: whitesmoke;\r
        background-color: #858ca8;\r
-       height: 33px;\r
+       height: 31px !important;\r
+       line-height: 29px !important;\r
+       padding: 2px 2px 1px 2px !important;\r
+       border-bottom-width: 1px !important;\r
+}\r
+\r
+#searchIcon,\r
+#cancelSearch {\r
+       background-color: #858ca8;\r
+       height: 29px;\r
+       position: relative;\r
+       top: -1.5px;\r
+       margin: 0px;\r
 }\r
 .hidden {\r
        display: none;\r
@@ -556,18 +570,6 @@ table tr {
        top: -2px;\r
 }\r
 \r
-#searchIcon {\r
-       background-color: #858ca8;\r
-       height: 31px;\r
-       position: relative;\r
-       top: 1.5px;\r
-}\r
-#cancelSearch {\r
-       background-color: #858ca8;\r
-       height: 31px;\r
-       position: relative;\r
-       top: 1.5px;\r
-}\r
 .searchIconColor {\r
        color: rgb(234, 234, 234);\r
 }\r