Created
November 11, 2012 17:00
-
-
Save agustinhaller/4055506 to your computer and use it in GitHub Desktop.
estilos
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
| li.log-in-option .input-prepend input | |
| { | |
| width:165px; | |
| } | |
| li.log-in-option .input-prepend input.user-name | |
| { | |
| width:110px; | |
| } | |
| .popover-content ul.log-in-options li:last-child | |
| { | |
| margin-bottom: 0px; | |
| } | |
| li.log-in-option.devider | |
| { | |
| text-align: center; | |
| } | |
| li.log-in-option .user-image | |
| { | |
| -webkit-border-radius: 3px; | |
| -moz-border-radius: 3px; | |
| border-radius: 3px; | |
| padding: 0px; | |
| border: 2px solid #2FA4E7; | |
| width: 48px; | |
| height: 48px; | |
| } | |
| li.log-in-option .input-prepend.user-name-container | |
| { | |
| margin: 22px 0px 0px 0px; | |
| } | |
| li.log-in-option .input-prepend | |
| { | |
| margin-bottom: 10px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment