OSDN Git Service

color helper
[pettanr/pettanr.git] / app / assets / stylesheets / test.css.scss
index 48bdcff..c8aef35 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * This is a manifest file that'll automatically include all the stylesheets available in this directory
+ * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
+ * the top of the compiled file, but it's generally better to create a new file per style scope.
+ *= require_directory ./base
+*/
 table.no-border {
   border: none;
 }
@@ -214,6 +220,31 @@ font-family : monospace;
 .colorpicker-hex, #colorpicker-rgb {
   margin: 5px;
 }
+.ui-slider .ui-slider-handle {
+  width: 1em;
+  height: 1em;
+}
+.ui-slider-horizontal {
+  height: 0.6em;
+}
+  // for ap
+  .code-wrap {
+      border: 1px solid #d0d0d0;
+      border-radius: 10px;
+      padding: 10px 5px;
+      background: #fafafa;
+      display: none;
+  }
+  .colorpicker {
+    float: left;
+    clear: left;
+    width: 256px;
+    margin: 3px 10px;
+  }
+  .colorpicker .ui-slider-range {
+    background: #ef2929;
+  }
+
 .tsort-box {
   float: left;
   font-size: 12px;
@@ -262,13 +293,6 @@ font-family : monospace;
     font-size: 12px;
     cursor: move;
 }
-.ui-slider .ui-slider-handle {
-       width: 1em;
-  height: 1em;
-}
-.ui-slider-horizontal {
-       height: 0.6em;
-}
 #elements-tabs {
     font-size: 12px;
 }
@@ -357,6 +381,13 @@ font-family : monospace;
   clear: both;
 }
 
+.extend_column {
+  margin-left: 20px;
+}
+
+.extend-field {
+  margin-left: 20px;
+}
 
 .filer {
     list-style-type: none;
@@ -386,6 +417,9 @@ font-family : monospace;
 .filer-item div {
 }
 
+.filer-head-button {
+  width: 66px; 
+}
 .filer-head-symbol {
   width: 66px; 
 }
@@ -405,6 +439,10 @@ font-family : monospace;
   width: 66px; 
 }
 
+.filer-item-button {
+  float: left;
+  width: 66px; 
+}
 .filer-item-symbol {
   float: left;
   width: 66px; 
@@ -430,6 +468,29 @@ font-family : monospace;
   width: 76px; 
 }
 
+//folder
+.filer-head-folder .filer-head-symbol {
+}
+.filer-head-folder .filer-head-caption {
+  width: 150px; 
+}
+.filer-head-folder .filer-head-summary {
+  width: 50px; 
+}
+.filer-head-folder .filer-head-icon {
+}
+.filer-head-folder .filer-head-date {
+}
+.filer-head-folder .filer-head-edit {
+}
+
+.filer-item-folder .filer-item-caption {
+  width: 150px; 
+}
+.filer-item-folder .filer-item-summary {
+  width: 50px; 
+}
+
 //scroll
 .filer-head-scroll .filer-head-symbol {
 }
@@ -598,8 +659,17 @@ font-family : monospace;
 
 //speech_balloon_template
 .filer-head-speech_balloon_template .filer-head-caption {
-  width: 400px; 
 }
 .filer-item-speech_balloon_template .filer-item-caption {
-  width: 400px; 
 }
+
+ul.pagination {
+  list-style-type: none;
+}
+
+ul.pagination li {
+  float: left;
+  padding: 3px;
+  font-size: 20px;
+}
+