From: seshukm Date: Tue, 28 Mar 2017 14:03:29 +0000 (+0530) Subject: Style correction in the framework and main UI X-Git-Tag: release/mercury~67 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0f1516fd77cc192f30bdeb6b0d9dcbc227137b03;p=vnfsdk%2Frefrepo.git Style correction in the framework and main UI IssueId: CLIENT-189 Change-Id: I438b81d43922fb0b385de92785d2ec88dec48053 Signed-off-by: seshukm --- diff --git a/common/src/main/webapp/framework/css/open-ostyle.css b/common/src/main/webapp/framework/css/open-ostyle.css index 5729722a..a1c8f5df 100644 --- a/common/src/main/webapp/framework/css/open-ostyle.css +++ b/common/src/main/webapp/framework/css/open-ostyle.css @@ -1006,4 +1006,15 @@ pre code { } .delete-icon { background-image: url("../../thirdparty/images/delete.png"); +} + +.staricon{ + color: red; + float: right; +} + +.inputfield{ + width:95%; + display:inline-block; + } \ No newline at end of file