work on #616 and update locales

This commit is contained in:
Unknwon 2014-11-10 05:30:07 -05:00
parent ff8578082e
commit e0de6cb5ad
18 changed files with 230 additions and 189 deletions

View file

@ -1052,9 +1052,9 @@ The register and sign-in page style
}
#repo-header-download-drop {
line-height: 24px;
width: 440px;
width: 460px;
top: 50px;
left: -370px;
left: -390px;
padding: 20px;
box-sizing: border-box;
z-index: 1;
@ -1066,6 +1066,9 @@ The register and sign-in page style
#repo-header-download-drop input {
font-size: 11px;
}
#repo-clone {
width: inherit;
}
#repo-content {
padding: 18px 0;
}

View file

@ -72,9 +72,9 @@
}
#repo-header-download-drop {
line-height: 24px;
width: 440px;
width: 460px;
top: 50px;
left: -370px;
left: -390px;
padding: 20px;
box-sizing: border-box;
z-index: 1;
@ -85,6 +85,9 @@
font-size: 11px;
}
}
#repo-clone {
width: inherit;
}
#repo-content {
padding: 18px 0;
}