client/css/renkan.css
changeset 458 423bdf56d103
parent 435 e529b633c339
child 459 98cae534083d
--- a/client/css/renkan.css	Mon Jun 01 11:53:03 2015 +0200
+++ b/client/css/renkan.css	Tue Jun 02 00:39:47 2015 +0200
@@ -27,7 +27,7 @@
 /* Renkan CSS */
 
 #renkan{
-	overflow: hidden;
+  overflow: hidden;
 }
 
 .Rk-Main ul, .Rk-Main li, .Rk-Main h4, .Rk-Main h3, .Rk-Main p {
@@ -213,7 +213,7 @@
 .Rk-Save-Button:active,
 .Rk-Save-Button.saved:active,
 .Rk-Save-Button.Rk-Save-Online:active {
-	background-position: -104px 0;
+  background-position: -104px 0;
 }
 .Rk-Save-Button.to-save {
     background-position: -172px -35px;
@@ -383,13 +383,13 @@
 }
 
 .Rk-Edit-Image{
-	font-size: 12px; width: 220px;
+  font-size: 12px; width: 220px;
 }
 
 .Rk-Edit-Image-Del{
-	display: inline-block;
-	background: url(../img/remove.png);
-	background-size: 15px 20px;
+  display: inline-block;
+  background: url(../img/remove.png);
+  background-size: 15px 20px;
     background-repeat: no-repeat;
     vertical-align: top;
     height: 20px;
@@ -461,6 +461,11 @@
     float: left; width: 11px; height: 11px; margin: 0 1px 1px 0; cursor: pointer;
 }
 
+.Rk-Edit-Dash {
+    float: left;
+    display: inline-block;
+}
+
 .Rk-Edit-Size-Up, .Rk-Edit-Size-Down {
     font-size: 13px; font-weight: bold; padding: 0 4px; background: #ffffff; color: #000000; border: 1px solid #cccccc;
     text-decoration: none;