* BBCodeHelper.cs: usage of the "hidden" css class

to block/unblock  "show/hide" buttons 

* App.master: Javascript to block/unblock "show/hide" buttons 

* style.css: the hidden css class

* Estimate.aspx: jQuery moved to the default master page
This commit is contained in:
Paul Schneider 2015-03-04 18:26:39 +01:00
commit c77018c616
4 changed files with 17 additions and 7 deletions

View file

@ -134,7 +134,13 @@ padding-left: 20px;
max-height: 64px;
}
.hidden {
display:none;
}
.shoh { display:inline; }
.hiduh {
display:none;
}
@ -178,13 +184,11 @@ padding-left: 20px;
}
@media all and (max-width: 640px) {
.bshpanel { display:none; }
.bsh { display: inline; }
.bshd:hover .bshpanel {
.bshd:hover > .bshpanel {
display: block;
}
.bshd:hover .bsh {
.bshd:hover > .bsh {
display: none;
}
footer img {