Small style changes to navigation buttons

This commit is contained in:
Jef van Schendel 2011-11-04 02:30:07 +01:00
parent 1b36a8e80c
commit 80c9a7ee51

View File

@ -290,11 +290,14 @@ img.media_icon{
/* navigation */ /* navigation */
.navigation_button{ .navigation_button{
width: 139px; width: 135px;
display: block; display: block;
float: left; float: left;
text-align: center; text-align: center;
background-color: #222; background-color: #1d1d1d;
border: 1px solid;
border-color: #2c2c2c #232323 #1a1a1a;
border-radius: 3px;
text-decoration: none; text-decoration: none;
padding: 12px 0pt; padding: 12px 0pt;
font-size: 2em; font-size: 2em;
@ -306,7 +309,7 @@ p.navigation_button{
} }
.navigation_left{ .navigation_left{
margin-right: 2px; margin-right: 6px;
} }
/* messages */ /* messages */