Corrige visualización del botón de clonado

Sólo afecta al plugin Redmine Git Server. Tambien añade los textos en
español que no están incluidos en el plugin original.
This commit is contained in:
Manuel Cillero 2021-05-14 17:24:24 +02:00
parent 4b46a7472e
commit 7f92b9aa9e
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,9 @@
es:
project_module_git_server: Git Server
clone: Clonar
clone_with_protocol: Clonar usando %{protocol}
use_git_with_this_web_url: Usar Git con esta URL.
url_copied: URL copiada al portapapeles
git_read_write_access: Acceso de lectura/escritura.
git_read_only_access: Acceso de sólo lectura.
empty_repository: Este repositorio está vacío.

View file

@ -1305,6 +1305,10 @@ input[type="submit"].small {
font-size: 12px;
}
div.clone-wrapper .clone-button {
line-height: normal;
}
/*******************************************************************************
19. GANTT CHART */