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
|
||||
.content-box.editable {
|
||||
border: 1px dashed #bbb;
|
||||
padding: 5px;
|
||||
border: 1px dashed #ccc;
|
||||
padding: 1px;
|
||||
min-height: 30px;
|
||||
}
|
||||
.edit-toggle {
|
||||
position: relative;
|
||||
float: left;
|
||||
left: -20px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
// Markitup
|
||||
|
|
Loading…
Reference in a new issue