mirror of
https://github.com/friendica/friendica
synced 2024-11-18 09:43:40 +00:00
[frio] Add page wrapper to contact follow page
This commit is contained in:
parent
624231c665
commit
c0c414ab95
2 changed files with 39 additions and 32 deletions
|
@ -3605,6 +3605,11 @@ section .profile-match-wrapper {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.generic-page-wrapper.contact-follow-wrapper {
|
||||||
|
min-height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
/* Medium devices (desktops, 992px and up) */
|
/* Medium devices (desktops, 992px and up) */
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
.mod-home.is-not-singleuser #content,
|
.mod-home.is-not-singleuser #content,
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<h1>{{$header}}</h1>
|
<div class="generic-page-wrapper contact-follow-wrapper">
|
||||||
|
<h2>{{$header}}</h2>
|
||||||
|
|
||||||
{{if !$myaddr}}
|
{{if !$myaddr}}
|
||||||
<p id="dfrn-request-intro">
|
<p id="dfrn-request-intro">
|
||||||
|
@ -41,3 +42,4 @@
|
||||||
<input class="btn btn-default" type="submit" name="cancel" id="dfrn-request-cancel-button" value="{{$cancel}}">
|
<input class="btn btn-default" type="submit" name="cancel" id="dfrn-request-cancel-button" value="{{$cancel}}">
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
Loading…
Reference in a new issue