client/css/renkan.css
changeset 37 db991a757015
parent 36 d249d36ecc37
child 42 48d825187d67
--- a/client/css/renkan.css	Wed Sep 05 14:49:33 2012 +0200
+++ b/client/css/renkan.css	Thu Sep 06 17:21:11 2012 +0200
@@ -182,14 +182,14 @@
 }
 
 .Rk-Editor label {
-    display: inline-block; width: 80px;
+    display: inline-block; width: 70px;
 }
 
 a.Rk-Edit-Goto {
     display: block; float: right; width: 18px; height: 17px; margin: 1px 0; border: none; background: url(../img/goto.png);
 }
 
-.Rk-Edit-Title {
+.Rk-Edit-Title, .Rk-Edit-URI, .Rk-Edit-Image {
     font-size: 12px; width: 225px;
 }
 
@@ -197,6 +197,11 @@
     font-size: 12px; width: 205px;
 }
 
+.Rk-Edit-ImgPreview {
+    border: 1px solid #666; margin: 5px 0; min-height: 10px; display: block;
+    max-width: 100% !important; max-height: 100px !important;
+}
+
 .Rk-Editor textarea {
     width: 225px; height: 120px; resize: none;
 }
@@ -414,7 +419,7 @@
 }
 
 .Rk-Wikipedia-Icon {
-    float: left; width: 52px; height: 47px; background: url(../img/wikipedia.png);
+    float: left; margin: 3px;
 }
 
 .Rk-Wikipedia-Title-Icon {
@@ -441,18 +446,14 @@
     margin-left: 54px;
 }
 
-.Rk-Ldt-Icon {
-    float: left; width: 49px; background: url(../img/ldt-elements.png);
-}
-
-.Rk-Ldt-TagIcon {
-    height: 19px;
+.Rk-Ldt-Tag-Icon {
+    float: left; margin: 0 2px 0 0;
 }
 
-.Rk-Ldt-PointIcon {
-    height: 29px; background-position: 0 -19px;
+.Rk-Ldt-Annotation-Icon {
+    float: left; margin: 3px;
 }
 
-.Rk-Ldt-SegmentIcon {
-    height: 29px; background-position: 0 -48px;
+.Rk-Clear {
+    clear: both;
 }