mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
f**ing bootstrap, span2 = topic-avatar
This commit is contained in:
parent
48f58eff1d
commit
3ed8b8f155
6 changed files with 10 additions and 24 deletions
|
@ -1,7 +1,7 @@
|
|||
<div class="modal-body">
|
||||
<form>
|
||||
{{i18n admin.user.suspend_duration}}
|
||||
{{textField value=duration maxlength="5" autofocus="autofocus" class="span2"}}
|
||||
{{textField value=duration maxlength="5" autofocus="autofocus"}}
|
||||
{{i18n admin.user.suspend_duration_units}}<br/>
|
||||
<br/>
|
||||
{{{i18n admin.user.suspend_reason_label}}}<br/>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<div class='row'>
|
||||
<div class='topic-avatar span2'>
|
||||
<div class='topic-avatar'>
|
||||
<div class='contents'>
|
||||
<div>
|
||||
<a href='/users/{{unbound username}}'>{{avatar this imageSize="large"}}</a>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
{{/if}}
|
||||
</a>
|
||||
{{/if}}
|
||||
<div class='topic-avatar span2'>
|
||||
<div class='topic-avatar'>
|
||||
{{#unless userDeleted}}
|
||||
<div {{bind-attr class=":contents byTopicCreator:topic-creator :trigger-expansion"}}>
|
||||
<a class="main-avatar" href='{{unbound usernameUrl}}' {{action showPosterExpansion this}}>{{avatar this imageSize="large"}}</a>
|
||||
|
|
|
@ -594,14 +594,6 @@ body {
|
|||
margin-right: 12px;
|
||||
float: left;
|
||||
}
|
||||
.span3 {
|
||||
width: 144px;
|
||||
float: left;
|
||||
}
|
||||
.span2 {
|
||||
width: 92px;
|
||||
float: left;
|
||||
}
|
||||
.offset2 {
|
||||
margin-left: 116px;
|
||||
}
|
||||
|
|
|
@ -778,6 +778,8 @@ blockquote { /* solo quotes */
|
|||
.topic-avatar {
|
||||
border-top: 1px solid scale-color-diff();
|
||||
padding-top: 16px;
|
||||
width: 55px;
|
||||
float: left;
|
||||
|
||||
.wiki {
|
||||
margin-top: 14px;
|
||||
|
@ -799,8 +801,6 @@ blockquote { /* solo quotes */
|
|||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.span2 { width: 5%; }
|
||||
|
||||
.span11 {
|
||||
width: 84%;
|
||||
padding-left: 4%;
|
||||
|
|
6
app/assets/stylesheets/vendor/bootstrap.scss
vendored
6
app/assets/stylesheets/vendor/bootstrap.scss
vendored
|
@ -64,12 +64,6 @@ img {
|
|||
.span4 {
|
||||
width: 196px;
|
||||
}
|
||||
.span3 {
|
||||
width: 144px;
|
||||
}
|
||||
.span2 {
|
||||
width: 92px;
|
||||
}
|
||||
.offset2 {
|
||||
margin-left: 116px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue