OSDN Git Service

Add margin at displaying command execution panel v0.3.0p0056
authorhimetani_cafe <fumifumi@yasunaga-lab.bio.kyutech.ac.jp>
Sat, 27 Feb 2016 07:01:59 +0000 (16:01 +0900)
committerhimetani_cafe <fumifumi@yasunaga-lab.bio.kyutech.ac.jp>
Sat, 27 Feb 2016 07:01:59 +0000 (16:01 +0900)
front-end/app/style.scss
front-end/app/templates/command.html
front-end/dist/css/style.css
front-end/dist/templates/command.html

index c7a2b5d..f90085d 100644 (file)
@@ -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";
index 545ea00..6622a5c 100644 (file)
@@ -1,4 +1,4 @@
-<div>
+<div class="command">
 <uib-accordion-group heading="{{ctrl.heading}}" is-open="ctrl.isOpen" panel-class="panel-primary">
     <uib-accordion-heading>
     <h4 class="panel-title">
index 5209198..f111740 100644 (file)
@@ -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.
index 545ea00..6622a5c 100644 (file)
@@ -1,4 +1,4 @@
-<div>
+<div class="command">
 <uib-accordion-group heading="{{ctrl.heading}}" is-open="ctrl.isOpen" panel-class="panel-primary">
     <uib-accordion-heading>
     <h4 class="panel-title">