adjusted the size of the sign-in button
This commit is contained in:
parent
cac4433101
commit
afe628aabe
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user