Skip to content

Commit f145cdd

Browse files
committed
MOBILE-1987 forum: Enlarge form content
1 parent 532d3c1 commit f145cdd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

www/addons/mod/forum/scss/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
border-style: solid;
1414
}
1515

16+
.mma-forum-reply-edit {
17+
padding: $item-padding/2;
18+
}
19+
1620
.mm-site_mod_forum, .mm-site_mod_forum-discussion {
1721
.item.item-heading {
1822
padding-bottom: 2px;

www/addons/mod/forum/templates/newdiscussion.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<ion-view view-title="{{ 'mma.mod_forum.addanewdiscussion' | translate }}">
2-
<ion-content padding="true" mm-state-class delegate-handle="mmaModForumNewDiscussion">
2+
<ion-content mm-state-class delegate-handle="mmaModForumNewDiscussion">
33
<ion-refresher pulling-text="{{ 'mm.core.pulltorefresh' | translate }}" ng-if="groupsLoaded" on-refresh="refreshGroups()">
44
</ion-refresher>
55
<mm-loading hide-until="groupsLoaded">
6-
<form ng-if="showForm" class="list mma-forum-border">
6+
<form ng-if="showForm" class="list">
77
<ion-input class="item item-input item-stacked-label">
88
<ion-label>{{ 'mma.mod_forum.subject' | translate }}</ion-label>
99
<input type="text" placeholder="{{ 'mma.mod_forum.subject' | translate }}" ng-model="newDiscussion.subject">

0 commit comments

Comments
 (0)