app/assets/stylesheets/mercury/modal.scss in mercury-rails-0.1.1 vs app/assets/stylesheets/mercury/modal.scss in mercury-rails-0.1.2
- old
+ new
@@ -112,14 +112,14 @@
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
}
/*
- * Specific Modals (eg. htmleditor)
+ * Specific Modals (eg. htmlEditor)
*----------------------------------------------------------------------------*/
-/* htmleditor */
-#mercury_htmleditor {
+/* htmlEditor */
+#mercury_htmlEditor {
textarea {
margin: 0 0 -2px 0;
padding: 0;
border: 2px solid #CCC;
width: 100%;
@@ -141,11 +141,11 @@
width: 100%;
font-family: monospace;
white-space: pre;
}
}
-/* insertcharacter */
-#mercury_insertcharacter {
+/* insertCharacter */
+#mercury_insertCharacter {
.character {
float: left;
width: 20px;
height: 20px;
border: 1px solid #999;