update styling of boxes

This commit is contained in:
Luke Hatcher 2012-08-01 03:34:40 -04:00
parent 1273e14e56
commit 116f3272fc
2 changed files with 4 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -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