de-uglified button a bit

This commit is contained in:
Julian Descottes 2012-08-23 07:53:22 +02:00
parent d7b8ffb738
commit caef231f7e

View file

@ -67,8 +67,24 @@ ul, li {
.action-button {
background-color: white;
width : 150px;
width: 118px;
padding: 5px;
text-align: center;
border-radius: 2px;
display: inline-block;
font-family: Arial;
cursor: pointer;
color: white;
background: #aaa;
text-shadow: 0 -1px 0 #888;
}
.action-button:hover {
background: #b0b0b0;
}
.action-button:active {
background: #9a9a9a;
}
#preview-list li{