diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2017-03-28 19:33:29 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2017-03-28 19:33:29 +0530 |
commit | 0f1516fd77cc192f30bdeb6b0d9dcbc227137b03 (patch) | |
tree | dd0601831b070fbb0eb7b2e3793878e7a650aab9 | |
parent | e9fb0a24036f375672fea1178ac45f3735a726ba (diff) |
Style correction in the framework and main UI
IssueId: CLIENT-189
Change-Id: I438b81d43922fb0b385de92785d2ec88dec48053
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
-rw-r--r-- | common/src/main/webapp/framework/css/open-ostyle.css | 11 |
1 files changed, 11 insertions, 0 deletions
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 |