merging
Этот коммит содержится в:
@@ -61,8 +61,8 @@
|
||||
cursor: pointer;
|
||||
z-index: 5;
|
||||
opacity: inherit;
|
||||
text-shadow: 0 0px 3px #444;
|
||||
text-shadow: 0 0px 3px rgba(0, 0, 0, 0.7);
|
||||
text-shadow: 0 0px 3px #444;
|
||||
text-shadow: 0 0px 3px rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -159,6 +159,14 @@
|
||||
padding: 7px;
|
||||
.post-image__name {
|
||||
margin-bottom: 3px;
|
||||
display: block;
|
||||
color: #333;
|
||||
}
|
||||
.post-image__download {
|
||||
display: inline-block;
|
||||
padding-right: 7px;
|
||||
cursor: pointer;
|
||||
color: #555;
|
||||
}
|
||||
.post-image__type {
|
||||
color: grey;
|
||||
|
||||
@@ -63,7 +63,6 @@
|
||||
margin: 0;
|
||||
}
|
||||
button.close {
|
||||
margin: -2px -2px 0 0;
|
||||
color: #fff;
|
||||
@include opacity(1);
|
||||
z-index: 5;
|
||||
@@ -71,7 +70,8 @@
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
@include single-transition(all, 0.25s, ease-in);
|
||||
position: relative;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
&:hover {
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
@@ -82,7 +82,7 @@
|
||||
.btn {
|
||||
&.btn-primary {
|
||||
float: right;
|
||||
margin-top: -4px;
|
||||
margin: -4px 25px 0 0;
|
||||
position: relative;
|
||||
i {
|
||||
margin-right: 5px;
|
||||
@@ -118,12 +118,11 @@
|
||||
}
|
||||
&#more_channels {
|
||||
.modal-body {
|
||||
padding: 5px 10px;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
.more-channel-table {
|
||||
margin: 0;
|
||||
table-layout: fixed;
|
||||
p {
|
||||
font-size: 0.9em;
|
||||
overflow: hidden;
|
||||
@@ -138,16 +137,23 @@
|
||||
}
|
||||
tbody {
|
||||
> tr {
|
||||
&:hover td {
|
||||
background: #f7f7f7;
|
||||
}
|
||||
&:first-child {
|
||||
td {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
td {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
padding: 8px 8px 8px 15px;
|
||||
&.td--action {
|
||||
text-align: right;
|
||||
padding: 8px 15px 8px 8px;
|
||||
width: 70px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
@@ -139,9 +139,16 @@ body.ios {
|
||||
width: 100%;
|
||||
padding: 1em 0 0;
|
||||
position: relative;
|
||||
&.hide-scroll::-webkit-scrollbar {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
&::-webkit-scrollbar {
|
||||
width: 0px !important;
|
||||
}
|
||||
&.inactive {
|
||||
display: none;
|
||||
}
|
||||
&.active {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
.post-list__table {
|
||||
display: table;
|
||||
@@ -181,6 +188,25 @@ body.ios {
|
||||
max-width: 850px;
|
||||
padding: 0 0 2px;
|
||||
position: relative;
|
||||
.post-body__cell {
|
||||
vertical-align: top;
|
||||
position: relative;
|
||||
}
|
||||
.send-button {
|
||||
display: none;
|
||||
cursor: pointer;
|
||||
padding-right: 4px;
|
||||
width: 45px;
|
||||
height: 37px;
|
||||
font-size: 18px;
|
||||
line-height: 37px;
|
||||
vertical-align: bottom;
|
||||
text-align: center;
|
||||
@include single-transition(all, 0.15s);
|
||||
&:active {
|
||||
@include opacity(0.75);
|
||||
}
|
||||
}
|
||||
.custom-textarea {
|
||||
padding-top: 8px;
|
||||
padding-right: 28px;
|
||||
|
||||
@@ -243,6 +243,23 @@
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 768px) {
|
||||
.file-details__container {
|
||||
display: block;
|
||||
.file-details__preview {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 150px;
|
||||
border-right: none;
|
||||
border-bottom: 1px solid #ddd;
|
||||
img {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
}
|
||||
.file-details {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
.center-file-overlay {
|
||||
font-size: 1.3em;
|
||||
}
|
||||
@@ -348,6 +365,9 @@
|
||||
width: 100%;
|
||||
z-index: 5;
|
||||
}
|
||||
.modal-title {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.user-settings {
|
||||
.tab-header {
|
||||
display: none;
|
||||
@@ -392,9 +412,35 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
#post-create {
|
||||
.post-create__container {
|
||||
.post-right__container & {
|
||||
padding: 0 1em;
|
||||
}
|
||||
form {
|
||||
padding: 0;
|
||||
}
|
||||
.post-create-body {
|
||||
padding-bottom: 10px;
|
||||
display: table;
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
.post-body__cell {
|
||||
display: table-cell;
|
||||
padding-left: 45px;
|
||||
}
|
||||
.app__content & {
|
||||
.btn-file {
|
||||
width: 45px;
|
||||
padding: 0;
|
||||
line-height: 36px;
|
||||
bottom: -2px;
|
||||
left: 0;
|
||||
top: auto;
|
||||
}
|
||||
}
|
||||
.send-button {
|
||||
display: table-cell;
|
||||
}
|
||||
}
|
||||
.post-create-footer .msg-typing {
|
||||
display: none;
|
||||
@@ -405,23 +451,23 @@
|
||||
margin-top: 0;
|
||||
}
|
||||
.remove-preview {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
left: auto;
|
||||
right: 0;
|
||||
top: 0;
|
||||
background: #444;
|
||||
margin: -25px 0 0 -25px;
|
||||
@include border-radius(50px);
|
||||
background: rgba(#000, 0.5);
|
||||
text-align: center;
|
||||
&:after {
|
||||
display: none;
|
||||
}
|
||||
i {
|
||||
line-height: 50px;
|
||||
line-height: 29px;
|
||||
top: auto;
|
||||
right: auto;
|
||||
position: relative;
|
||||
font-size: 28px;
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -496,6 +542,12 @@
|
||||
height: 45px;
|
||||
position: relative;
|
||||
@include single-transition(all, 0.2s, linear);
|
||||
.glyphicon-refresh-animate {
|
||||
right: 33px;
|
||||
top: 15px;
|
||||
color: #fff;
|
||||
color: rgba(255,255,255,0.5);
|
||||
}
|
||||
.form-control {
|
||||
border: none;
|
||||
padding: 0 10px 0 31px;
|
||||
|
||||
@@ -14,13 +14,15 @@
|
||||
width:800px;
|
||||
max-width: 100%;
|
||||
.modal-back {
|
||||
width: 8px;
|
||||
height: 13px;
|
||||
background: url("../images/arrow-left.png");
|
||||
@include background-size(100% 100%);
|
||||
margin-right: 10px;
|
||||
display: inline-block;
|
||||
width: 40px;
|
||||
height: 56px;
|
||||
background: url("../images/arrow-left.png") no-repeat;
|
||||
@include background-size(8px 13px);
|
||||
background-position: center;
|
||||
top: 0;
|
||||
left: 0;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
}
|
||||
.modal-body {
|
||||
padding: 0;
|
||||
@@ -54,12 +56,22 @@
|
||||
.section-min {
|
||||
padding: 1em 0;
|
||||
margin-bottom: 0;
|
||||
cursor: pointer;
|
||||
@include clearfix;
|
||||
&:hover {
|
||||
background: #f9f9f9;
|
||||
}
|
||||
&:hover .fa {
|
||||
display: inline-block;
|
||||
}
|
||||
&:hover .section-edit {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.section-max {
|
||||
background: #f2f2f2;
|
||||
padding: 1em 0;
|
||||
padding: 1em 0 1.3em;
|
||||
margin-bottom: 0;
|
||||
@include clearfix;
|
||||
.section-title {
|
||||
@@ -75,6 +87,12 @@
|
||||
.section-edit {
|
||||
text-align: right;
|
||||
margin-bottom: 5px;
|
||||
.fa {
|
||||
margin-right: 7px;
|
||||
font-size: 12px;
|
||||
color: #aaa;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.section-describe {
|
||||
@@ -94,6 +112,10 @@
|
||||
list-style-type:none;
|
||||
}
|
||||
|
||||
.setting-list__hint {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.mentions-input {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
@@ -10,6 +10,10 @@
|
||||
&.sidebar--padded {
|
||||
padding-top: 44px;
|
||||
}
|
||||
.dropdown-menu {
|
||||
max-height: 300px;
|
||||
overflow: auto;
|
||||
}
|
||||
.search__form {
|
||||
margin: 0;
|
||||
padding: 1em 1em 0;
|
||||
@@ -46,7 +50,7 @@
|
||||
right: 0;
|
||||
width: 72%;
|
||||
color: #777;
|
||||
background: #DCF0FF;
|
||||
background: #2389D7;
|
||||
@include border-radius(50px);
|
||||
margin: 0 auto;
|
||||
padding: 3px 0 4px;
|
||||
|
||||
Ссылка в новой задаче
Block a user