client/css/renkan.css
changeset 52 e0f6f3c31150
parent 44 869410bab434
child 53 bb63da144239
--- a/client/css/renkan.css	Mon Jan 14 16:00:07 2013 +0100
+++ b/client/css/renkan.css	Thu Jan 31 18:53:08 2013 +0100
@@ -193,7 +193,7 @@
     font-size: 16px; font-weight: bold;
 }
 
-.Rk-Editor p {
+.Rk-Editor p, .Rk-Editor-p {
     margin: 5px 0; font-size: 12px;
 }
 
@@ -222,10 +222,23 @@
     width: 225px; height: 120px; resize: none;
 }
 
-.Rk-UserColor {
+.Rk-UserColor, .Rk-Edit-Color {
     display: inline-block; width: 1em; height: 1em; border: 1px solid #666666; margin: -2px 2px;
 }
 
+.Rk-Edit-ColorPicker-Wrapper {
+    display: inline-block; height: 1em; position: relative;
+}
+
+.Rk-Edit-ColorPicker {
+    position: absolute; top: -2px; left: 15px; width: 60px; height: 72px; border: 1px solid #CCCCCC;
+    padding: 5px 4px 4px 5px; background: #ffffff; border-radius: 5px; display: none;
+}
+
+.Rk-Edit-ColorPicker li {
+    float: left; width: 14px; height: 11px; margin: 0 1px 1px 0; cursor: pointer;
+}
+
 .Rk-ZoomButtons {
     position: absolute; left: 0; top: 0; cursor: pointer;
 }