Add CSS class for buttons on the dashboard

This commit is contained in:
Karsten Heiken
2011-09-10 01:07:22 +02:00
parent 72c55e48ef
commit a5576287db

View File

@@ -676,3 +676,11 @@ html ul.tabs li.active a:hover {
.jtip {
cursor: help;
}
#dashboard a.button {
text-align: center;
}
#dashboard a.button strong {
font-size: 2.5em;
}