From 66f21aada751bf05d9926808b0cdd32ccce41aed Mon Sep 17 00:00:00 2001 From: himetani_cafe Date: Sat, 27 Feb 2016 16:01:59 +0900 Subject: [PATCH] Add margin at displaying command execution panel --- front-end/app/style.scss | 4 ++++ front-end/app/templates/command.html | 2 +- front-end/dist/css/style.css | 3 +++ front-end/dist/templates/command.html | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/front-end/app/style.scss b/front-end/app/style.scss index c7a2b5d..f90085d 100644 --- a/front-end/app/style.scss +++ b/front-end/app/style.scss @@ -20,6 +20,10 @@ $panel-bg: #eee; .console-body p { font-family: 'Open Sans'; } + +.command { + padding:5px; +} // Import libs // -------------------- @import "../node_modules/bootstrap-sass/assets/stylesheets/bootstrap"; diff --git a/front-end/app/templates/command.html b/front-end/app/templates/command.html index 545ea00..6622a5c 100644 --- a/front-end/app/templates/command.html +++ b/front-end/app/templates/command.html @@ -1,4 +1,4 @@ -
+

diff --git a/front-end/dist/css/style.css b/front-end/dist/css/style.css index 5209198..f111740 100644 --- a/front-end/dist/css/style.css +++ b/front-end/dist/css/style.css @@ -15,6 +15,9 @@ .console-body p { font-family: 'Open Sans'; } +.command { + padding: 5px; } + /*! * Bootstrap v3.3.6 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. diff --git a/front-end/dist/templates/command.html b/front-end/dist/templates/command.html index 545ea00..6622a5c 100644 --- a/front-end/dist/templates/command.html +++ b/front-end/dist/templates/command.html @@ -1,4 +1,4 @@ -
+

-- 2.11.0