fix for the button height

2022.09-rc
Tobias Diekershoff 2011-10-18 08:17:52 +02:00
rodzic 0f24f3b505
commit 307b707983
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -438,6 +438,7 @@ input[type="submit"] {
color: @ButtonColor;
padding: 0px 10px;
.rounded(5px);
height: 18px;
}

Wyświetl plik

@ -700,6 +700,7 @@ input[type="submit"] {
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
height: 18px;
}
/** acl **/
#photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {