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.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css
index 22c173b1..4b1be7e2 100644
--- a/tpl/default/css/shaarli.css
+++ b/tpl/default/css/shaarli.css
@@ -789,6 +789,11 @@ pre {
789 content:"\a\a"; 789 content:"\a\a";
790 white-space: pre; 790 white-space: pre;
791 } 791 }
792
793 .page-form-complete .radio-buttons {
794 text-align: left;
795 padding: 5px 15px;
796 }
792} 797}
793 798
794 799
@@ -970,3 +975,15 @@ pre {
970 border-top-style: none; 975 border-top-style: none;
971 } 976 }
972} 977}
978
979
980/**
981 * IMPORT
982 */
983#import-field {
984 margin: 15px 0;
985}
986
987@media screen and (max-width: 64em) {
988
989} \ No newline at end of file