소스 검색

Title display issue in mobile UI #3799 (#3850)

version-14
Ashwini Save 8 년 전
committed by Rushabh Mehta
부모
커밋
327c2660d0
4개의 변경된 파일10개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -1
      frappe/public/css/mobile.css
  2. +1
    -1
      frappe/public/css/page.css
  3. +4
    -1
      frappe/public/less/mobile.less
  4. +1
    -1
      frappe/public/less/page.less

+ 4
- 1
frappe/public/css/mobile.css 파일 보기

@@ -25,6 +25,9 @@ body {
body[data-route^="Form"] .page-title h1 {
margin-top: 12px;
}
body[data-route^="Form"] .page-title h1.editable-title {
padding-right: 80px;
}
body[data-route^="Form"] .page-title .indicator {
display: inline-block;
margin-top: 12px;
@@ -197,7 +200,7 @@ body {
}
body[data-route^="Form"] .page-title .title-text {
font-size: 16px;
width: calc(100% - 30px);
width: calc(100% - 90px);
}
body[data-route^="Form"] .page-title .indicator {
float: left;


+ 1
- 1
frappe/public/css/page.css 파일 보기

@@ -44,7 +44,6 @@
vertical-align: middle;
}
.page-title .title-image {
display: inline-block;
width: 46px;
height: 0;
padding: 23px 0;
@@ -56,6 +55,7 @@
text-align: center;
line-height: 0;
float: left;
margin-right: 10px;
}
.editable-title .title-text {
cursor: pointer;


+ 4
- 1
frappe/public/less/mobile.less 파일 보기

@@ -34,6 +34,9 @@ body {
body[data-route^="Form"] {
.page-title h1 {
margin-top: 12px;
&.editable-title {
padding-right: 80px;
}
}

.page-title .indicator {
@@ -230,7 +233,7 @@ body {
.page-title {
.title-text {
font-size: 16px;
width: calc(~"100% - 30px");
width: calc(~"100% - 90px");
}
.indicator {
float: left;


+ 1
- 1
frappe/public/less/page.less 파일 보기

@@ -54,7 +54,6 @@
}

.title-image {
display: inline-block;
width: 46px;
height: 0;
padding: 23px 0;
@@ -66,6 +65,7 @@
text-align: center;
line-height: 0;
float: left;
margin-right: 10px;
}
}



불러오는 중...
취소
저장