国际化, #21, #26,

This commit is contained in:
life
2014-12-09 23:17:36 +08:00
parent e2e90f8618
commit 17718732cc
525 changed files with 3631 additions and 381 deletions

View File

@@ -216,8 +216,8 @@ a:focus, a:hover, a:active {
#attachList,
#tags
{
overflow: scroll !important;
-webkit-overflow-scrolling: touch !important; // for iphone
overflow: auto !important;
}
#attachMenu {
@@ -265,7 +265,8 @@ a:focus, a:hover, a:active {
}
// ipad
@media screen and (max-device-width: 1024px) and (orientation: landscape) {
// @media screen and (max-device-width: 1024px) and (orientation: landscape) {
@media screen and (max-width: 1024px) {
#noteItemList, #notebook, #leftNotebook,
.slimScrollDiv,
#editorContent_ifr,
@@ -276,13 +277,13 @@ a:focus, a:hover, a:active {
#attachList,
#tags
{
overflow: scroll !important;
overflow: auto !important;
-webkit-overflow-scrolling: touch !important; // for iphone
}
#tag {
position: absolute;
right: 140px;
right: 310px;
left:0;
top:0;
bottom:0;
@@ -332,7 +333,7 @@ a:focus, a:hover, a:active {
#attachList,
#tags
{
overflow: scroll !important;
overflow: auto !important;
-webkit-overflow-scrolling: touch !important; // for iphone
}