diff options
author | Tao Shen <shentao@chinamobile.com> | 2017-09-06 06:12:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-06 06:12:53 +0000 |
commit | a3127e3036322a57f9e83d6dc6770c92d9d4a730 (patch) | |
tree | b41f328e5361b35240023afb5919eaca3bef5db2 /usecaseui-holmes/src/main/webapp/public/thirdparty/css/alarm-rule.css | |
parent | 10d5b11472f25b015d1d9b0abdea8e359595e16d (diff) | |
parent | 6113a38e094cbaccb8272684557f011c3d90e2ba (diff) |
Merge "Initial Submission of Holmes GUI"
Diffstat (limited to 'usecaseui-holmes/src/main/webapp/public/thirdparty/css/alarm-rule.css')
-rw-r--r-- | usecaseui-holmes/src/main/webapp/public/thirdparty/css/alarm-rule.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usecaseui-holmes/src/main/webapp/public/thirdparty/css/alarm-rule.css b/usecaseui-holmes/src/main/webapp/public/thirdparty/css/alarm-rule.css new file mode 100644 index 00000000..d22c7e61 --- /dev/null +++ b/usecaseui-holmes/src/main/webapp/public/thirdparty/css/alarm-rule.css @@ -0,0 +1,8 @@ +.myclass{ + padding-right: 1px !important; + width: 15%; + padding: 8px 0; +} +.btn-margin{ + margin-right: 20px; +}
\ No newline at end of file |