disable toolbar when disconnected

This commit is contained in:
Jean-Tiare Le Bigot 2012-03-03 14:35:05 +01:00
parent dba26821e1
commit ff86dee2f5
2 changed files with 25 additions and 4 deletions

View file

@ -35,15 +35,35 @@ a img
}
#editbar-RO
{
display: none;
}
.disabledtoolbar #editbar-RO
{
display: block;
background-color: black;
opacity: 0.2;
z-index: 2000;
}
#editbar-RO,
#editbar
{
height: 32px;
overflow: hidden;
padding-top: 3px;
width: 100%;
position: absolute;
top: 0;
}
#editbar
{
background: #f7f7f7;
background: linear-gradient(#f7f7f7, #f1f1f1 80%);
border-bottom: 1px solid #ccc;
height: 32px;
overflow: hidden;
padding-top: 3px;
width: 100%;
}
#editbar ul li

View file

@ -71,6 +71,7 @@
<span id="online_count">1</span>
</li>
</ul>
<div id="editbar-RO">&nbsp;</div>
</div>
<div id="mainmodals">
<div id="connectionbox" class="modaldialog">