Selaa lähdekoodia

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

version-14
Ashwini Save 8 vuotta sitten
committed by Rushabh Mehta
vanhempi
commit
327c2660d0
4 muutettua tiedostoa jossa 10 lisäystä ja 4 poistoa
  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 Näytä tiedosto

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


+ 1
- 1
frappe/public/css/page.css Näytä tiedosto

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


+ 4
- 1
frappe/public/less/mobile.less Näytä tiedosto

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


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


+ 1
- 1
frappe/public/less/page.less Näytä tiedosto

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


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




Ladataan…
Peruuta
Tallenna