]> git.sur5r.net Git - contagged/blobdiff - templates/style.css
interactive note adding
[contagged] / templates / style.css
index c7e0ed10958e8d6f06f17bd639a14ee3f318f984..6dff811d2daa3e20b13009745927f62399b4e075 100644 (file)
@@ -112,3 +112,23 @@ div.autocomplete li.selected {
   background-color: #03c;
   color: #fff;
 }
+
+div#nedit_editor textarea{
+  border-width:1px;
+  border-style:solid;
+  border-color:#000000;
+  margin:2px;
+  font-family:Lucida,Helvetica,Verdana,Arial,Sans-Serif;
+  font-size: 12px;
+  width: 60%;
+  height: 10em;
+}
+
+div#nedit_editor input {
+  border-width:1px;
+  border-style:solid;
+  border-color:#000000;
+  margin:2px;
+  font-family:Lucida,Helvetica,Verdana,Arial,Sans-Serif;
+  font-size: 12px;
+}