projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
21710db
)
Moins on fixe de dimensions, mieux on se porte.
author
opi
<opi@zeropi.net>
Mon, 6 Jun 2016 08:59:19 +0000
(10:59 +0200)
committer
opi
<opi@zeropi.net>
Mon, 6 Jun 2016 09:08:15 +0000
(11:08 +0200)
assets/bw_graphs.css
patch
|
blob
|
history
assets/weights_graphs.css
patch
|
blob
|
history
diff --git
a/assets/bw_graphs.css
b/assets/bw_graphs.css
index 7fd6abeca1f8eb5d4fe4847557360e2d2c80f55f..50f0e77157e6bb24963275ef80f98e9b6dd55ed9 100644
(file)
--- a/
assets/bw_graphs.css
+++ b/
assets/bw_graphs.css
@@
-7,12
+7,13
@@
#bandwidth form {
margin: auto;
#bandwidth form {
margin: auto;
-
width: 35em
;
+
text-align: center
;
}
}
-#bandwidth div {
- float: left;
- width: 7em;
+#bandwidth .graph-period div {
+ display: inline-block;
+ vertical-align: middle;
+ min-width: 6em;
}
#bandwidth svg {
clear: left;
}
#bandwidth svg {
clear: left;
diff --git
a/assets/weights_graphs.css
b/assets/weights_graphs.css
index ca1207ce90b56b4f96669dcc69e535510f6d909f..e80e5c6c8077b8e797ae04cf4d437191bb0698ed 100644
(file)
--- a/
assets/weights_graphs.css
+++ b/
assets/weights_graphs.css
@@
-7,12
+7,13
@@
#weights form {
margin: auto;
#weights form {
margin: auto;
-
width: 35em
;
+
text-align: center
;
}
}
-#weights div {
- float: left;
- width: 7em;
+#weights .graph-period div {
+ display: inline-block;
+ vertical-align: middle;
+ min-width: 6em;
}
#weights svg {
clear: left;
}
#weights svg {
clear: left;