summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnjali Walsatwar <anjali.walsatwar@huawei.com>2018-04-12 16:59:24 +0530
committerAnjali Walsatwar <anjali.walsatwar@huawei.com>2018-04-12 16:59:24 +0530
commiteb8b032fe087706baa10683c663b05666778d7d4 (patch)
tree918a76ed9235e3b4a4f97f6021b5ae838da205a7
parent272ece77b49d653806583f66e596f1361d7b080c (diff)
search layout is not proper
search layout is not proper Issue-ID: VNFSDK-248 Change-Id: I760c4ec3d2d2fa71662f26b56cce12ff5acfd396 Signed-off-by: Anjali Walsatwar <anjali.walsatwar@huawei.com>
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/common/css/home.css32
1 files changed, 17 insertions, 15 deletions
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);
}