From 0f1516fd77cc192f30bdeb6b0d9dcbc227137b03 Mon Sep 17 00:00:00 2001 From: seshukm Date: Tue, 28 Mar 2017 19:33:29 +0530 Subject: Style correction in the framework and main UI IssueId: CLIENT-189 Change-Id: I438b81d43922fb0b385de92785d2ec88dec48053 Signed-off-by: seshukm --- common/src/main/webapp/framework/css/open-ostyle.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'common/src') 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 -- cgit 1.2.3-korg