Pārlūkot izejas kodu

Updates to fix CSS issues

dom111 8 gadi atpakaļ
vecāks
revīzija
5301fb6715
2 mainītis faili ar 6 papildinājumiem un 5 dzēšanām
  1. 0 0
      assets/css/style-min.css
  2. 6 5
      assets/css/style.css

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
assets/css/style-min.css


+ 6 - 5
assets/css/style.css

@@ -139,22 +139,23 @@ ul.list li a.delete {
     text-indent: 100%;
     white-space: nowrap;
     overflow: hidden;
+    background: none no-repeat center center;
 }
 
 ul.list li a.copy {
-    background: url(../img/page_add.png);
+    background-image: url(../img/page_add.png);
 }
 
 ul.list li a.move {
-    background: url(../img/page_delete.png);
+    background-image: url(../img/page_delete.png);
 }
 
-ul.list li a.move {
-    background: url(../img/pencil.png);
+ul.list li a.rename {
+    background-image: url(../img/pencil.png);
 }
 
 ul.list li a.delete {
-    background: url(../img/delete.png);
+    background-image: url(../img/delete.png);
 }
 
 div.upload {

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels