chiark / gitweb /
css: At least some padding on full-width buttons.
authorVladimír Vondruš <mosra@centrum.cz>
Tue, 16 Jan 2018 11:42:57 +0000 (12:42 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Tue, 16 Jan 2018 21:45:07 +0000 (22:45 +0100)
When tucking the full-width buttons in a table that had many columns
there was no padding at all, looking extra ugly.

css/m-components.css

index 783ce0461e415b79d66ce477b79e08ce626ecded..617430b5333a278a4245fd29ca84e89f3805948b 100644 (file)
@@ -708,8 +708,8 @@ div.m-button a {
 }
 div.m-button.m-fullwidth a {
   display: block;
-  padding-left: 0;
-  padding-right: 0;
+  padding-left: 0.5rem;
+  padding-right: 0.5rem;
 }
 div.m-button a .m-big:first-child {
   font-size: 1.37rem;