chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9de0894
)
css: At least some padding on full-width buttons.
author
Vladimír Vondruš
<mosra@centrum.cz>
Tue, 16 Jan 2018 11:42:57 +0000
(12:42 +0100)
committer
Vladimí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
patch
|
blob
|
history
diff --git
a/css/m-components.css
b/css/m-components.css
index 783ce0461e415b79d66ce477b79e08ce626ecded..617430b5333a278a4245fd29ca84e89f3805948b 100644
(file)
--- a/
css/m-components.css
+++ b/
css/m-components.css
@@
-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;