--- a/client/css/renkan.css Tue Apr 09 16:09:25 2013 +0200
+++ b/client/css/renkan.css Wed Apr 10 17:25:41 2013 +0200
@@ -272,7 +272,7 @@
.Rk-Edit-ImgPreview {
border: 1px solid #666; margin: 5px auto; display: block;
- max-width: 253px !important; max-height: 100px !important;
+ max-width: 253px !important; max-height: 200px !important;
}
.Rk-Editor textarea {
@@ -352,6 +352,10 @@
font-style: italic;
}
+.Rk-Display-ImgPreview {
+ margin: 5px auto; display: block; max-width: 255px !important; max-height: 260px !important;
+}
+
.Rk-Fold-Bins {
position: absolute; top: 5px; width: 12px; text-align: center; font-size: 16px; cursor: pointer;
line-height: 16px; padding: 4px; color: #ffffff; background: #666666; border-radius: 0 6px 6px 0;