update styling of boxes
This commit is contained in:
parent
1273e14e56
commit
116f3272fc
2 changed files with 4 additions and 5 deletions
File diff suppressed because one or more lines are too long
|
@ -34,14 +34,13 @@ header {
|
||||||
|
|
||||||
// Boxes
|
// Boxes
|
||||||
.content-box.editable {
|
.content-box.editable {
|
||||||
border: 1px dashed #bbb;
|
border: 1px dashed #ccc;
|
||||||
padding: 5px;
|
padding: 1px;
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
}
|
}
|
||||||
.edit-toggle {
|
.edit-toggle {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
float: right;
|
||||||
left: -20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Markitup
|
// Markitup
|
||||||
|
|
Loading…
Reference in a new issue