[appWell] Add padding

Add padding to prevent text from hitting the egde of the box which looks
ugly.

https://bugzilla.gnome.org/show_bug.cgi?id=620997
This commit is contained in:
Adel Gadllah 2010-06-09 18:45:19 +02:00
parent 51478f16ec
commit 79aeb44bf8

View File

@ -549,7 +549,7 @@ StTooltip {
.app-well-app { .app-well-app {
border: 1px solid #181818; border: 1px solid #181818;
border-radius: 4px; border-radius: 4px;
padding: 2px; padding: 4px;
width: 70px; width: 70px;
height: 70px; height: 70px;
font-size: 10px; font-size: 10px;