Created
December 8, 2011 11:18
-
-
Save swirhen/1446746 to your computer and use it in GitHub Desktop.
swirhen button
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
@import url("style.css"); | |
div#log_popup_menu { | |
position: absolute; | |
width: 230px; | |
left: auto; | |
right: auto; | |
left: 15%; | |
background-color: #808080; | |
-moz-border-radius: .6em; | |
-webkit-border-radius: .6em; | |
border-radius: .6em,.6em,.6em,.6em; | |
z-index:1; | |
} | |
div#log_popup_menu input[type=text] { | |
width: 135px; | |
border: 2px solid #202020; | |
} | |
div#log_popup_menu ul { | |
margin: 0; | |
padding: 0; | |
} | |
div#log_popup_menu ul li { | |
border: 1px solid #808080; | |
background-color: #121212; | |
font-size: 1.6em; | |
min-width: 2.5em; | |
text-align: center; | |
padding: .3em .5em; | |
list-style-type: none; | |
cursor: pointer; | |
display: inline-block; | |
border-radius: .3em,.3em,.3em,.3em; | |
-moz-border-radius: .3em; | |
-webkit-border-radius: .3em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment