Этот коммит содержится в:
Asaad Mahmood
2015-12-08 22:42:59 +05:00
родитель 59e4471a63
Коммит 39447d4072
14 изменённых файлов: 44 добавлений и 37 удалений

Просмотреть файл

@@ -1,7 +1,6 @@
@charset "UTF-8";
.inner__wrap {
@include single-transition(all, 0.5s, ease);
&.move--left {
margin-right: 400px;
.search-bar__container {

Просмотреть файл

@@ -19,6 +19,7 @@
font-weight: 600;
text-decoration: none;
padding: 0 10px;
font-family: 'Open Sans', sans-serif;
&:hover {
color: #FFF;
text-decoration: none;

Просмотреть файл

@@ -2,7 +2,7 @@
.preview-container {
position: relative;
margin-top: 25px;
margin: 1px 0 10px;
width: 100%;
max-height: 100px;
height: 100px;

Просмотреть файл

@@ -186,6 +186,7 @@
padding: 8px 15px 8px 8px;
width: 80px;
vertical-align: middle;
position: relative;
&.lg {
width: 110px;
}

Просмотреть файл

@@ -319,13 +319,11 @@ body.ios {
@include clearfix;
padding: 3px 0 0 0;
font-size: 13px;
.has-error {
.control-label {
height: 0;
display: block;
font-weight: normal;
margin-bottom: 0;
}
.control-label {
font-weight: normal;
margin-bottom: 0;
top: -5px;
position: relative;
}
.msg-typing {
min-height: 25px;

Просмотреть файл

@@ -44,6 +44,9 @@
.textarea-wrapper {
min-height: 100px;
}
.btn {
margin-bottom: 10px;
}
.custom-textarea {
min-height: 100px;
}
@@ -123,6 +126,11 @@
overflow: auto;
-webkit-overflow-scrolling: touch;
@include flex(1 1 auto);
.preview-container {
margin-top: 5px;
}
}
.post-right-comment-time {

Просмотреть файл

@@ -377,10 +377,8 @@
.msg-typing {
display: none;
}
.has-error {
.control-label {
height: auto;
}
.control-label {
top: 0;
}
}
.post-create-body {
@@ -409,8 +407,7 @@
}
}
.preview-container {
padding: 0px;
margin-top: 5px;
margin: 5px 0 0;
.preview-div {
margin-top: 0;
}

Просмотреть файл

@@ -135,9 +135,10 @@
.input-group-addon {
padding: 4px 5px;
width: 40px;
img {
border: 1px solid rgba(black, 0.15);
}
}
img {
border: 1px solid rgba(black, 0.15);
width: 29px;
}
}
.premade-themes {
@@ -325,12 +326,22 @@
overflow: hidden;
text-overflow: ellipsis;
}
}
.member-role, .member-drop {
position:absolute;
right: 15px;
top: 8px;
.member-role, .member-drop {
position:absolute;
right: 15px;
top: 8px;
.fa {
margin-right: 5px;
}
.member-menu {
top: -50%;
right: 110%;
}
}
.member-invite {