summaryrefslogtreecommitdiffstats
path: root/rulemgt-frontend/src/styles.css
diff options
context:
space:
mode:
authortang peng <tang.peng5@zte.com.cn>2018-09-18 10:57:13 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-18 10:57:13 +0000
commit795b874b98b320fdf7a58d557c53a584d2ba80c5 (patch)
treeb69fb1af3c239475c751a4e2d2097879d762504f /rulemgt-frontend/src/styles.css
parent153b0f688907ff17929723d0a33c0feb4477913e (diff)
parent19a11640b3ed8d770fd1cb6f296c4c0e793cdb2a (diff)
Merge "Changed the Style of GUI"
Diffstat (limited to 'rulemgt-frontend/src/styles.css')
-rw-r--r--rulemgt-frontend/src/styles.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/rulemgt-frontend/src/styles.css b/rulemgt-frontend/src/styles.css
index 90d4ee0..c9e35f9 100644
--- a/rulemgt-frontend/src/styles.css
+++ b/rulemgt-frontend/src/styles.css
@@ -1 +1,12 @@
/* You can add global styles to this file, and also import other style files */
+* {
+ font-family: Omnes-ATT-W02, Arial;
+}
+
+.modal-dialog {
+ width: 600px;
+}
+
+.modal-dialog button.close span {
+ display:none;
+} \ No newline at end of file