antaresproject / antares-front-end

:computer: Anatres Project Front-end Implementation. Create projects with clean material-design layouts, to improve user experience with fully responsive and elastic system. Object orientend javascript with Vue components, easy to use css grids, forms, widgets, build system based on Webpack and Grunt, and many more.
http://antaresproject.io
BSD 3-Clause "New" or "Revised" License
33 stars 10 forks source link

Problem w html dialogs #54

Closed mountstone closed 7 years ago

mountstone commented 7 years ago

Html dialog:

<!-- DIALOG MODAL -->
            <dialog class="mdl-dialog ar-dialog">
                <div class="mdl-dialog__header">
                    <span class="mdl-dialog__title">Modal</span>
                    <a class="close" href="#"><i class="zmdi zmdi-close"></i></a>
                </div>
                <div class="mdl-dialog__content">
                    <p>Some Content</p>
                </div>
                <div class="mdl-dialog__actions">
                    <button type="button" class="btn btn--md btn--primary mdl-js-button mdl-js-ripple-effect mr8">Agree</button>
                    <button type="button" class="btn btn--md btn--dark mdl-js-button mdl-js-ripple-effect close">Disagree</button>
                </div>
            </dialog>
            <!-- DIALOG MODAL | END -->

Has no layout and styles.

tehaiks commented 7 years ago

@mountstone Dialogs have been fixed - an example can be seen at any of the error pages (400, 404, 500) - by using this button - http://puu.sh/xLQBN/bf4145e4e3.png.