OSDN Git Service

operator move to cache
[pettanr/pettanr.git] / app / assets / stylesheets / test.css.scss
index f037eb7..994c976 100644 (file)
@@ -23,6 +23,10 @@ div.md5 {
   text-align: left;
 }
 
+div.empty {
+  color:   #aaaaaa;
+}
+
 input.error {
   border-width: 3px;
   border-style:  solid;
@@ -56,6 +60,18 @@ select.error {
   position:    absolute;
 }
 
+// hide number field's spinner
+  //for chrome
+  input[type=number]::-webkit-outer-spin-button,
+  input[type=number]::-webkit-inner-spin-button {
+      -webkit-appearance: none;
+      margin: 0;
+  }
+  // for firefox
+  input[type=number] {
+      -moz-appearance:textfield;
+  }
+
 .pettanr-comic-wrapper {
   margin:  1em auto;
 }
@@ -114,7 +130,7 @@ font-style : italic;
 font-family : monospace;
 }
 
-.ui-resizable-handle {
+.pettanr-comic-panel .ui-resizable-handle {
   background-color:#f8b87c;
 }
 .ui-resizable-n {
@@ -243,66 +259,21 @@ font-family : monospace;
     margin: 3px 10px;
   }
 
-.tsort-box {
-  float: left;
-  font-size: 12px;
-}
-.scenario {
-  float: left;
-}
-.tsort-row-break {
-  clear: both;
-}
-.tsort-tabs-nav {
-    padding: .2em .1em .2em .2em;
-    width: 220px;
-}
-.tsort {
-    list-style-type: none;
-    margin: 0;
-    padding: 0;
-}
-.tsort li {
-    margin: 0 3px 3px 3px;
-    padding: 0.3em;
-    padding-left: 1em;
-    font-size: 12px;
-    cursor: move;
-}
-.tsort-row-break {
-  clear: both;
-}
-.zsort-box {
-  font-size: 12px;
-}
-.zsort-tabs-nav {
-    padding: .2em .1em .2em .2em;
-    width: 220px;
-}
-.zsort {
-    list-style-type: none;
-    margin: 0;
-    padding: 0;
-}
-.zsort li {
-    margin: 0 3px 3px 3px;
-    padding: 0.3em;
-    padding-left: 1em;
-    font-size: 12px;
-    cursor: move;
-}
 #elements-tabs {
     font-size: 12px;
 }
+.inner-elements-tabs {
+}
+
 .ui-tabs-vertical {
 }
 .ui-tabs-vertical .ui-tabs-nav {
     padding: .2em .1em .2em .2em;
     float: left; 
-    width: 220px;
+    width: 100px;
 }
 .ui-tabs-vertical .ui-tabs-nav li {
-    clear: left; width: 100%;
+    clear: left;
     border-bottom-width: 1px !important;
     border-right-width: 0 !important;
     margin: 0 -1px 0.2em 0;
@@ -319,9 +290,9 @@ font-family : monospace;
 }
 .ui-tabs-vertical .ui-tabs-panel {
     padding: 1em;
-    float: left; 
+    float: left;
+    margin-left: 55px;
     width: 35em;
-    float: right;
 }
 .ui-tabs .ui-tabs-nav li.ui-tabs-active {
     margin-bottom: 0.2em;
@@ -329,7 +300,6 @@ font-family : monospace;
 .element-tab {
 }
 .elements-tab {
-  width: 100%;
    overflow: hidden;
    height: auto;
 }
@@ -365,6 +335,21 @@ font-family : monospace;
   background-image: image-url("destroy-highlighted.png");
 }
 
+.new-element-board-body div {
+   float: left;
+}
+.new-element-buttons div {
+  clear: both;
+}
+ul.scenarios_elements {
+  list-style-type: none;
+  padding: 0;
+}
+
+.scenario-label {
+   float: left;
+}
+
 .speech_balloon_template_item {
   float: left;
 }
@@ -388,9 +373,9 @@ font-family : monospace;
 }
 
 .filer {
-    list-style-type: none;
-    margin: 0;
-    padding: 0;
+  list-style-type: none;
+  margin: 0;
+  padding: 0;
 }
 
 .filer-head {
@@ -405,6 +390,9 @@ font-family : monospace;
   float: left;
 }
 
+.filer-body {
+  padding-left: 0;
+}
 .filer-item {
   clear: both;
   margin: 0;
@@ -415,7 +403,7 @@ font-family : monospace;
 .filer-item div {
 }
 
-.filer-head-button {
+.filer-head-pick {
   width: 66px; 
 }
 .filer-head-symbol {
@@ -437,7 +425,7 @@ font-family : monospace;
   width: 66px; 
 }
 
-.filer-item-button {
+.filer-item-pick {
   float: left;
   width: 66px; 
 }
@@ -661,6 +649,24 @@ font-family : monospace;
 .filer-item-speech_balloon_template .filer-item-caption {
 }
 
+.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;
 }