@@ -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; | ||||
@@ -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; | ||||
@@ -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; | ||||
@@ -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; | |||||
} | } | ||||
} | } | ||||