projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22a3b2c
)
collection3: Improve index.cgi form fieldset border style
author
Chris Mayo
<aklhfex@gmail.com>
Wed, 30 Jan 2019 20:22:47 +0000
(20:22 +0000)
committer
Chris Mayo
<aklhfex@gmail.com>
Wed, 30 Jan 2019 20:22:47 +0000
(20:22 +0000)
- Fit to the form contents instead of filling the page width
- Relate better to the table below by aligning the left-hand side and
increasing the space between
contrib/collection3/share/style.css
patch
|
blob
|
history
diff --git
a/contrib/collection3/share/style.css
b/contrib/collection3/share/style.css
index
8c12951
..
9c3f0ed
100644
(file)
--- a/
contrib/collection3/share/style.css
+++ b/
contrib/collection3/share/style.css
@@
-1,3
+1,12
@@
+form {
+ display: flex;
+ margin-bottom: 10px;
+}
+
+fieldset {
+ margin-left: 0;
+}
+
div.graph
{
}