adjusted the size of the sign-in button

This commit is contained in:
hyung-hwan 2015-01-30 08:34:08 +00:00
parent cac4433101
commit afe628aabe

View File

@ -110,6 +110,13 @@ body {
.content .taskbar form input[type="submit"] { .content .taskbar form input[type="submit"] {
cursor: pointer; cursor: pointer;
height: 1.6em; /* lower than line-height of taskbar */
vertical-align: middle;
padding-left: 5px;
padding-right: 5px;
text-transform: uppercase;
}
} }
.content .projectbar { .content .projectbar {