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

@ -66,9 +66,25 @@ ul, li {
} }
.action-button { .action-button {
background-color : white; background-color: white;
width : 150px; width: 118px;
display : inline-block; 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{ #preview-list li{