Created
November 12, 2012 13:00
-
-
Save agustinhaller/4059282 to your computer and use it in GitHub Desktop.
modal css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #authentication-modal #login-popover | |
| { | |
| text-align: center; | |
| } | |
| #authentication-modal ul.log-in-options | |
| { | |
| margin: 0px; | |
| padding: 0px; | |
| list-style: none; | |
| width: 250px; | |
| display: inline-block; | |
| } | |
| #authentication-modal ul.log-in-options li | |
| { | |
| margin-bottom: 10px; | |
| } | |
| #authentication-modal form | |
| { | |
| margin: 0px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment