Template:Drawer: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 14: Line 14:
border: 1px solid #eeeeee;
border: 1px solid #eeeeee;
margin-bottom: 6px;
margin-bottom: 6px;
}
.drawer-button {
color: #fbf0a4;
float: right;
}
}
</style>
</style>
</html>
</html>
<div class="drawer-title">
<div class="drawer-title">
{{{title}}} <html><a href="#" onclick="drawerExpand()">Expand</a></html>
{{{title}}} <html><a href="#" onclick="drawerExpand()" class="drawer-button">Expand</a></html>
</div>
</div>
<div class="drawer-content">
<div class="drawer-content">
{{{content}}}
{{{content}}}
</div>
</div>