Making sure the edit content control style contains its children('s floats)

work item: 17405

--HG--
branch : 1.x
This commit is contained in:
Nathan Heskew
2011-03-28 10:14:43 -07:00
parent aecf79781b
commit 6425afd199

View File

@@ -432,7 +432,7 @@ nav ul
.widget-control .manage-actions a:hover { background-color: #434343; color: #fff; text-decoration: none; }
/* Content Mode */
.content-control { position: relative; border: 1px dotted #5f97af; }
.content-control { border: 1px dotted #5f97af; overflow:auto; position: relative; }
.content-control .manage-actions { position:absolute; top: 0px; right: 0px; }
.content-control .manage-actions a { display: block; background-color: #dbdbdb; color: #434343; padding: 3px 6px; }
.content-control .manage-actions a:hover { background-color: #434343; color: #fff; text-decoration: none; }