split engine/ into manifold/ (backend oriented) and unfold/ (the UI)
[myslice.git] / unfold / css / plugin.css
diff --git a/unfold/css/plugin.css b/unfold/css/plugin.css
new file mode 100644 (file)
index 0000000..0c7aaa2
--- /dev/null
@@ -0,0 +1,11 @@
+div.plugin-toggle {
+    padding:           10px;
+    border-style:      dotted;
+    border-width:      1px;
+}
+p.plugin-show {
+    cursor: s-resize;
+}
+p.plugin-hide { 
+    cursor: n-resize;
+}