parent
784603acf1
commit
327c2660d0
4 changed files with 10 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue