From 47aebd7ff899f543d09ec221384a44f5bc75db31 Mon Sep 17 00:00:00 2001 From: piwats Date: Thu, 22 Oct 2015 02:00:38 +0200 Subject: [PATCH] Create main.css --- theme/css/main.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 theme/css/main.css diff --git a/theme/css/main.css b/theme/css/main.css new file mode 100644 index 0000000..9c1a2f0 --- /dev/null +++ b/theme/css/main.css @@ -0,0 +1,23 @@ +body, html { + margin: 0 !important; + padding: 0 !important; +} + +body { + background: #F0F0F3 !important; +} + +.login-box { + background: #fff; + border: 1px solid #ddd; + margin: 100px 0; + padding: 40px 20px 0 20px; +} + +.tables { + width: 100% !important; +} + +td .jtable-main-container { + margin: 0 !important +}