Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update code to support Bootstrap 3 #19

Open
erobit opened this issue Aug 20, 2013 · 3 comments
Open

Update code to support Bootstrap 3 #19

erobit opened this issue Aug 20, 2013 · 3 comments

Comments

@erobit
Copy link
Owner

erobit commented Aug 20, 2013

The latest bootstrap IMHO is a huge leap forward. With mobile first design, reduction in code size and a rewrite of most of their javascript modules, I'm looking forward to moving to support it in the near future.

@mrmowgli
Copy link

+1 Using the atmosphere package bootstrap3-less completely breaks all of the meteor-accounts-ui-bootstrap-dropdown functionality. None of the dropdowns work. I'd love to be able to switch!

@dkvdm
Copy link

dkvdm commented Sep 17, 2013

I forked and created a basic hacky version here: https://github.com/flxfxp/meteor-accounts-ui-bootstrap-dropdown
However, I did translate it to Dutch in the process, sorry about that.
Looks fine with Bootstrap 3, insert inside nav

    , no
  • tags needed.

        .login-dropdown {
            width: 360px;
            padding: 20px;
            padding-bottom: 20px;
            .alert{
                padding: 7px;
                margin-bottom: 10px !important;
            }
            div.login-button{
                .border-radius();
                padding: 10px;
                color: @btn-primary-color;
                i{
                    margin-right: 10px;
                }
            }
            div.login-button:hover, a#forgot-password-link:hover{
                cursor: pointer;
            }
            #login-buttons-facebook{
                margin-bottom: 4px;
                background-color: #3b5998;
            }
            #login-buttons-facebook:hover{
                background-color: lighten(#3b5998, 20%);
            }
            #login-buttons-google{
                margin-bottom: 4px;
                background-color: #dd4b39;
            }
            #login-buttons-google:hover{
                background-color: lighten(#dd4b39, 20%);
            }
            #login-buttons-twitter{
                margin-bottom: 14px;
                background-color: #00acee;
            }
            #login-buttons-twitter:hover{
                background-color: lighten(#00acee, 20%);
            }
        }
    
    
    .accounts-centered-dialog{
        margin-top: 30px;
        position: fixed;
        z-index: 2040;
        right: auto;
        left: 50%;
        width: 600px;
        padding: 10px 10px 15px;
        margin-left: -250px;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        outline: medium none;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        background-clip: padding-box;
        .modal-instructions{
            margin-top: 10px;
        }
        .form-group{
            input{
                width: 300px;
            }
        }
    }

@yasinuslu
Copy link

There is a bootstrap-3 version

apsforps pushed a commit to apsforps/meteor-accounts-ui-bootstrap-dropdown that referenced this issue Mar 31, 2014
Small tweak for forbidClientAccountCreation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants