The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 027a7364 authored by Chris Hallberg's avatar Chris Hallberg Committed by Robert Lange
Browse files

Fix Lightbox Title (#1674)

parent a602091e
No related merge requests found
......@@ -34,6 +34,13 @@
margin-bottom: 1.3rem;
}
#modal-title {
display: block;
padding: 0.8rem 1rem 0.7rem;
font-size: 23px;
font-weight: normal;
}
#modal .cart-controls .btn { margin-bottom: 4px; }
#modal .cart-controls .checkbox { padding-bottom: 1rem; }
#modal .cart-controls ~ hr { margin-top: 0; }
......
......@@ -196,9 +196,8 @@ JS;
<div class="modal-dialog">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<div class="modal-body">
<span id="modal-title"><?=$this->transEsc('Loading') ?>...</span>
</div>
<span id="modal-title" role="heading"><?=$this->transEsc('Loading') ?>...</span>
<div class="modal-body"></div>
</div>
</div>
</div>
......
<span id="modal-title" hidden><?=$this->headTitle()->renderTitle() ?></span>
<?=$this->layout()->content?>
<?=$this->piwik(['lightbox' => true])?>
<?=$this->googleanalytics($this->serverUrl(true))?>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment