projects
/
chloro.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
11c8b5c
)
style: move actions to top left
author
Frédéric Péters
<fpeters@0d.be>
Sun, 12 Jan 2020 08:48:14 +0000
(09:48 +0100)
committer
Frédéric Péters
<fpeters@0d.be>
Sun, 12 Jan 2020 08:48:14 +0000
(09:48 +0100)
chloro/phyll/static/css/style.scss
patch
|
blob
|
history
diff --git
a/chloro/phyll/static/css/style.scss
b/chloro/phyll/static/css/style.scss
index 9513ffcb7fb3a0cf92897dcb44696775c6bb49c7..d6cee3eb7fce0b22fdf7449e9edb1d7b5cfc3a59 100644
(file)
--- a/
chloro/phyll/static/css/style.scss
+++ b/
chloro/phyll/static/css/style.scss
@@
-47,10
+47,11
@@
header {
div.actions {
position: absolute;
div.actions {
position: absolute;
- top: 1rem;
- right: 1rem;
+ top: 0.5rem;
+ left: 1rem;
+ z-index: 100;
a {
a {
- margin-
lef
t: 1rem;
+ margin-
righ
t: 1rem;
}
}
}
}