aboutsummaryrefslogtreecommitdiff
path: root/html/grid.css
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-01-13 10:15:12 +0100
committerWojtek Kosior <koszko@koszko.org>2022-01-13 10:15:12 +0100
commit5acb2499c1df14d6275b1ad9e139f02d1280cb9c (patch)
tree9407e99955a654cd04cbf96b8f28f5a6e7f36289 /html/grid.css
parentdd8de100acda322f2124c58163ecde6f1b37d61d (diff)
downloadbrowser-extension-5acb2499c1df14d6275b1ad9e139f02d1280cb9c.tar.gz
browser-extension-5acb2499c1df14d6275b1ad9e139f02d1280cb9c.zip
facilitate managing repository URLs in a list; minor other changes
Diffstat (limited to 'html/grid.css')
-rw-r--r--html/grid.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/grid.css b/html/grid.css
index aa8fc80..20bb85e 100644
--- a/html/grid.css
+++ b/html/grid.css
@@ -49,7 +49,7 @@
grid-column: 1 / span 2;
}
-span.grid_col_1 {
+span.grid_col_1, label.grid_col_1 {
text-align: right;
}
@@ -61,11 +61,11 @@ div.grid_col_both {
text-align: initial;
}
-.grid_2>span {
+.grid_2>span, grid_2>label {
margin-top: 0.75em;
}
-.grid_form>span {
+.grid_form>span, .grid_form>label {
margin-top: 1.5em;
margin-left: 1em;
margin-right: 1em;