mirror of
https://github.com/moparisthebest/mail
synced 2024-12-01 13:22:16 -05:00
use lightbox controls for write view
This commit is contained in:
parent
fb3ca46017
commit
f82c7c7480
@ -65,9 +65,4 @@
|
|||||||
// put layer on GPU
|
// put layer on GPU
|
||||||
transform: translatez(0);
|
transform: translatez(0);
|
||||||
}
|
}
|
||||||
&__submit {
|
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
@ -66,9 +66,9 @@
|
|||||||
|
|
||||||
<textarea class="write__body" ng-model="body" spellcheck="true" wo-focus-me="state.lightbox === 'write' && writerTitle === 'Reply'" tabindex="3"></textarea>
|
<textarea class="write__body" ng-model="body" spellcheck="true" wo-focus-me="state.lightbox === 'write' && writerTitle === 'Reply'" tabindex="3"></textarea>
|
||||||
|
|
||||||
<div class="write__submit">
|
|
||||||
<button wo-touch="sendToOutbox()" class="btn" ng-class="{'btn--invalid': sendBtnSecure === false}" ng-disabled="!okToSend" tabindex="4">{{sendBtnText || 'Send'}}</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<footer class="lightbox__controls">
|
||||||
|
<button wo-touch="sendToOutbox()" class="btn" ng-class="{'btn--invalid': sendBtnSecure === false}"
|
||||||
|
ng-disabled="!okToSend" tabindex="4">{{sendBtnText || 'Send'}}</button>
|
||||||
|
</footer>
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue
Block a user