Этот коммит содержится в:
=Corey Hulen
2015-12-08 13:02:33 -08:00
родитель 8b29404525 90791dd98e
Коммит 69ecfe4cb1
18 изменённых файлов: 91 добавлений и 41 удалений

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

@@ -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;
}

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

@@ -111,13 +111,20 @@
.search-item__jump {
position: absolute;
right: 0;
top: 0;
top: 0px;
font-size: 13px;
@include opacity(0.8);
&:hover {
@include opacity(1);
}
}
.search-item__comment {
position: absolute;
right: 0;
margin-right: 20px;
margin-right: 35px;
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 {