From 19a11640b3ed8d770fd1cb6f296c4c0e793cdb2a Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Tue, 18 Sep 2018 17:30:18 +0800 Subject: Changed the Style of GUI Change-Id: Ie30363f6358639c660f49585aa03d243b560e444 Issue-ID: HOLMES-148 Signed-off-by: GuangrongFu --- rulemgt-frontend/src/styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'rulemgt-frontend/src/styles.css') 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 -- cgit 1.2.3-korg