OSDN Git Service

add: scroll play editor
[pettanr/pettanr.git] / app / assets / stylesheets / test.css.scss
index 3a7303a..5fef710 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;
@@ -372,6 +385,35 @@ ul.scenarios_elements {
   margin-left: 20px;
 }
 
+.player {
+  list-style-type: none;
+  margin: 0;
+  padding: 0;
+}
+.player-item {
+  clear: both;
+  margin: 0;
+  padding: 0;
+  overflow: hidden;
+}
+.player-item-panel {
+  float: left;
+}
+.player-item-switch {
+  float: left;
+  margin-left: 1em;
+  background: #f0f0fa;
+}
+.player-item-switch span {
+  display: table-cell;
+  vertical-align:middle;
+  height: 100%; 
+}
+.player-item-footer {
+  float: left;
+  width: 150px; 
+}
+
 .filer {
   list-style-type: none;
   margin: 0;