OSDN Git Service

fix: input tag for helper slider
[pettanr/pettanr.git] / app / assets / stylesheets / test.css.scss
index 994e0c0..6197219 100644 (file)
@@ -258,6 +258,11 @@ font-family : monospace;
     width: 256px;
     margin: 3px 10px;
   }
+  .per-slider {
+    float: right;
+    width: 100px;
+    margin: 3px 10px;
+  }
 
 #elements-tabs {
     font-size: 12px;
@@ -341,6 +346,14 @@ font-family : monospace;
 .new-element-buttons div {
   clear: both;
 }
+.new-element-buttons h3 {
+  margin-top: 6px;
+  margin-bottom: 6px;
+}
+.new-element-buttons span {
+  margin: 3px;
+  margin-right: 8px;
+}
 ul.scenarios_elements {
   list-style-type: none;
   padding: 0;
@@ -392,6 +405,7 @@ ul.scenarios_elements {
 
 .filer-body {
   padding-left: 0;
+  list-style-type: none;
 }
 .filer-item {
   clear: both;
@@ -403,7 +417,7 @@ ul.scenarios_elements {
 .filer-item div {
 }
 
-.filer-head-button {
+.filer-head-pick {
   width: 66px; 
 }
 .filer-head-symbol {
@@ -425,7 +439,7 @@ ul.scenarios_elements {
   width: 66px; 
 }
 
-.filer-item-button {
+.filer-item-pick {
   float: left;
   width: 66px; 
 }
@@ -652,6 +666,20 @@ ul.scenarios_elements {
 .logo{
   float: left;
 }
+.history div {
+  float: left;
+}
+
+.history-list {
+  width: 400px; 
+  background-color:#f8f8f8;
+}
+
+.history-list-log {
+  border-width: 0px;
+  border-style:  solid;
+  border-color:   #ef29ef;
+}
 
 ul.pagination {
   list-style-type: none;