mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-09 00:36:51 +02:00
feat(forums): add btn-width css and apply
This commit is contained in:
@@ -630,8 +630,8 @@
|
||||
BTN_CANCEL: '取消',
|
||||
LINK_EDIT: '编辑',
|
||||
BTN_DELETE: '删除',
|
||||
BTN_SUBMIT_TOPIC: '提交新话题',
|
||||
BTN_SUBMIT_REPLY: '提交新回复',
|
||||
BTN_SUBMIT_TOPIC: '提交话题',
|
||||
BTN_SUBMIT_REPLY: '提交回复',
|
||||
BTN_POST_NEW_TOPIC: '发起新话题 ',
|
||||
BTN_POST_NEW_REPLY: '回复',
|
||||
ADD_SUCCESSFULLY: '版块添加成功',
|
||||
|
||||
@@ -391,6 +391,7 @@
|
||||
}
|
||||
.md-preview {
|
||||
padding: 5px;
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
{{ 'MARKDOWN_LINK' | translate }}
|
||||
</a>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-success pull-right">{{'FORUMS.BTN_SUBMIT_TOPIC' | translate}}
|
||||
<button type="submit" class="btn btn-success btn-width-100 pull-right">{{'FORUMS.BTN_SUBMIT_TOPIC' | translate}}
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-3">
|
||||
<a class="btn btn-success margin-top-10 margin-bottom-10 pull-right"
|
||||
<a class="btn btn-success margin-top-10 margin-bottom-10 btn-width-100 pull-right"
|
||||
href="#" ng-click="vm.beginPostReply();">{{'FORUMS.BTN_POST_NEW_REPLY' | translate}}</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -204,7 +204,7 @@
|
||||
{{ 'MARKDOWN_LINK' | translate }}
|
||||
</a>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-success pull-right">{{'FORUMS.BTN_SUBMIT_REPLY' | translate}}
|
||||
<button type="submit" class="btn btn-success btn-width-100 pull-right">{{'FORUMS.BTN_SUBMIT_REPLY' | translate}}
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user