Procházet zdrojové kódy

Add missing images

JC Brand před 12 roky
rodič
revize
0c8c4bf2cd
4 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      converse.css
  2. binární
      images/add_icon.png
  3. binární
      images/delete_icon.png
  4. binární
      images/pencil_icon.png

+ 2 - 2
converse.css

@@ -227,7 +227,7 @@ p.chatroom-topic {
 
 a.subscribe-to-user {
     padding-left: 2em;
-    background: url('/add_icon.png') no-repeat 3px top;
+    background: url('images/add_icon.png') no-repeat 3px top;
     font-weight: bold;
 }
 
@@ -237,7 +237,7 @@ div.add-xmpp-contact {
     padding: 3px 3px 3px 3px;
     margin: 0 0.5em;
     clear: both;
-    background: url('/add_icon.png') no-repeat 3px 3px;
+    background: url('images/add_icon.png') no-repeat 3px 3px;
     font-weight: bold;
 }
 

binární
images/add_icon.png


binární
images/delete_icon.png


binární
images/pencil_icon.png