aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/css/shaarli.css
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/default/css/shaarli.css')
-rw-r--r--tpl/default/css/shaarli.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css
index 63cf68ac..ed9a86ca 100644
--- a/tpl/default/css/shaarli.css
+++ b/tpl/default/css/shaarli.css
@@ -760,6 +760,7 @@ pre {
760 text-decoration: none; 760 text-decoration: none;
761 vertical-align: center; 761 vertical-align: center;
762 font-weight: normal; 762 font-weight: normal;
763 display: inline-block;
763} 764}
764 765
765 766
@@ -767,6 +768,10 @@ pre {
767 background: #ac2925; 768 background: #ac2925;
768} 769}
769 770
771.page-form .submit-buttons {
772 margin-bottom: 10px;
773}
774
770@media screen and (min-width: 64em) { 775@media screen and (min-width: 64em) {
771 .page-form .submit-buttons { 776 .page-form .submit-buttons {
772 position: relative; 777 position: relative;
@@ -778,6 +783,13 @@ pre {
778 } 783 }
779} 784}
780 785
786@media screen and (max-width: 64em) {
787 .page-form .submit-buttons .button {
788 display: block;
789 margin: auto;
790 }
791}
792
781.page-form select { 793.page-form select {
782 color: #252525; 794 color: #252525;
783} 795}