diff options
-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 |