From 9f9c8f7e413c9569b673bc3316427a59b161a82d Mon Sep 17 00:00:00 2001 From: JLBarbie Date: Sun, 24 Sep 2017 15:08:24 +0200 Subject: [PATCH] Ajout d'un css custom pour les fix et eviter la modification de bootstrap --- public/css/dnsmanager.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 public/css/dnsmanager.css diff --git a/public/css/dnsmanager.css b/public/css/dnsmanager.css new file mode 100644 index 0000000..19d1c57 --- /dev/null +++ b/public/css/dnsmanager.css @@ -0,0 +1,12 @@ +.input-menu-mobile { + width: 200px; + margin: 0 0 10px 10px; +} + +.sidebar-group { + width: 100%; +} + +.sidebar-group > a > button { + margin-bottom: 10px !important; +}