]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/css/shaarli.css
Fix delete buttons issues
[github/shaarli/Shaarli.git] / tpl / default / css / shaarli.css
index 63cf68aceb298c8dde6137da0f2b05751161edf4..ed9a86caf0944b06f5674774bb760e74c3701c72 100644 (file)
@@ -760,6 +760,7 @@ pre {
     text-decoration: none;
     vertical-align: center;
     font-weight: normal;
+    display: inline-block;
 }
 
 
@@ -767,6 +768,10 @@ pre {
     background: #ac2925;
 }
 
+.page-form .submit-buttons {
+    margin-bottom: 10px;
+}
+
 @media screen and (min-width: 64em) {
     .page-form .submit-buttons {
         position: relative;
@@ -778,6 +783,13 @@ pre {
     }
 }
 
+@media screen and (max-width: 64em) {
+    .page-form .submit-buttons .button {
+        display: block;
+        margin: auto;
+    }
+}
+
 .page-form select {
     color: #252525;
 }