Skip to content

Commit

Permalink
Merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd committed Jun 27, 2013
2 parents 461f2a9 + 006c896 commit f6e1d79
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions mezzanine/pages/static/mezzanine/css/admin/page_tree.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ h1 {width:300px;}
#tree a .close {display:none;}
#tree a:hover .icon {color:#fff; background:#5B80B2;}
.ordering {float:right; cursor:move; margin-left:10px;}

.addlist {float:right; margin-top:-3px;}
.addlist {
float:right;
margin-top:-3px;
max-width: 140px;
}
#addlist-primary {float:left; width:620px; text-align:right; margin-top:-25px;}

.placeholder {border:1px dashed #ddd;}
Expand Down

0 comments on commit f6e1d79

Please sign in to comment.