User tests: Successful: Unsuccessful:
Labels |
Added:
?
|
Category | ⇒ | Templates (admin) UI/UX |
Labels |
Added:
?
|
@Test It work
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4575.
Status | Pending | ⇒ | Needs Review |
@infograf768 the problem is that status bar becomes hidden on mobile view and all the modal code will vanish due to that hidden-phone class. Also this will appear only in desktop when resizing the window to less than 380px.
<div id="status" class="navbar navbar-fixed-bottom hidden-phoneā€¯>
Moving it away from status bar the problem vanish and is the best way to solve this...
Have I told you I hate this status bar (compared to 2.5) ? :)
@infograf768 Agree
OK for me. One more tester
Status | Needs Review | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-12-28 02:52:19 |
Two good tests here now (all-be-it one quite old). So merging. Thanks guys!
before
div.modal.fade.in {
top: 10%;
}
div.modal {
width:580px;
}
Now
div.modal.fade.in {
top: 5%;
}
div.modal {
width: 80%
}
ok thanx
@success +1
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4575.