]> git.p6c8.net - jirafeau_project.git/commitdiff
tiny style fix of the upload_image_email
authorIgor Posledov <i.posledov@gmail.com>
Wed, 14 Jun 2017 12:56:45 +0000 (15:56 +0300)
committerJerome Jutteau <j.jutteau@gmail.com>
Mon, 3 Jul 2017 21:25:25 +0000 (23:25 +0200)
media/courgette/style.css.php
media/elegantish/elegantish.css
media/industrial/style.css.php
media/jyraphe/style.css.php
media/modern/style.css.php

index 9a5fea10f20c18783e80a025ee84d4f55d52cdcb..e8f0a76bdb3f89f7b6769c0ee26f5f1027c1a25d 100644 (file)
@@ -277,9 +277,12 @@ input[type="submit"]:focus {
   font-weight: bold;
 }
 
+#upload_link_email {
+  margin-left: 10px;
+}
+
 #upload_image_email {
   padding-left: 20px;
-  margin-left: 10px;
   padding-bottom: 15px;
   background: url(email.png) no-repeat;
 }
index 14ebfc1039c2a30847b2f3df556a4319a25fc335..ddfd896e6e5c02b571b0efd45ef875645926c995 100644 (file)
@@ -275,9 +275,13 @@ input[type="submit"]:focus {
   font-weight: bold;
 }
 
+#upload_link_email {
+  margin-left: 10px;
+}
+
 #upload_image_email {
+  padding-bottom: 15px;
   padding-left: 20px;
-  margin-left: 10px;
   background: url(email.png) no-repeat;
 }
 
index d4c02bdc5237c96420e9fda3bb643ed47306c951..34d9990ec4b6c1f0fc306002550f52578933d0d5 100644 (file)
@@ -184,8 +184,12 @@ input:hover {
   color: red;
 }
 
+#upload_link_email {
+  margin-left: 10px;
+}
+
 #upload_image_email {
   padding-left: 20px;
-  margin-left: 10px;
+  padding-bottom: 15px;
   background: url(email.png) no-repeat;
 }
index 3747caf87d0e9daac449a2f5b6f4217ae5e0d3b0..1a2b7896ced501fc74dcc262c66b2e30a2d2c396 100644 (file)
@@ -232,8 +232,12 @@ h1 a {
   color: red;
 }
 
+#upload_link_email {
+  margin-left: 10px;
+}
+
 #upload_image_email {
+  padding-bottom: 15px;
   padding-left: 20px;
-  margin-left: 10px;
   background: url(email.png) no-repeat;
 }
index 6daff465e8ec98c5dd802ea884f2e48f946e3192..22b6e9df7a3adc1353c8ff37d25bc99b862d0f68 100644 (file)
@@ -224,8 +224,12 @@ font-size:90%;
   color: red;
 }
 
+#upload_link_email {
+  margin-left: 10px;
+}
+
 #upload_image_email {
+  padding-bottom: 15px;
   padding-left: 20px;
-  margin-left: 10px;
   background: url(email.png) no-repeat;
 }

patrick-canterino.de