Этот коммит содержится в:
Asaad Mahmood
2015-08-18 11:58:15 +05:00
родитель a5bff83558
Коммит f68a8c8de3
10 изменённых файлов: 41 добавлений и 14 удалений

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

@@ -10,7 +10,7 @@
display: inline-block;
width: 120px;
height: 100px;
margin: 7px 10px 0 0;
margin: 7px 0 0 5px;
vertical-align: top;
position: relative;
border: 1px solid #DDD;
@@ -18,6 +18,9 @@
&:hover .remove-preview:after {
@include opacity(1);
}
&:first-child {
margin-left: 0;
}
.spinner {
position:absolute;
top:50%;
@@ -58,6 +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);
}
}
}

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

@@ -1,6 +1,6 @@
.copy-link-confirm {
position: fixed;
color: rgb(153, 230, 153);
top: 84%;
left: 130px;
display: inline-block;
float: left;
padding: 4px 10px;
margin: 3px 0 0 10px;
}

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

@@ -55,7 +55,7 @@
font-size: 20px;
text-align: center;
color: #555;
@include border-radius(3px);
@include border-radius(32px);
}
.mention-fullname {

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

@@ -214,9 +214,6 @@ body.ios {
.dropdown, .comment-icon__container {
@include opacity(1);
}
.dropdown-toggle:after {
content: '[...]';
}
}
background: #f5f5f5;
}
@@ -383,6 +380,9 @@ body.ios {
display: inline-block;
@include opacity(0);
}
.dropdown-toggle:after {
content: '[...]';
}
}
}
.post-profile-time {

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

@@ -11,8 +11,8 @@
.post {
&.post--root {
padding: 0 1em 0;
margin: 1em 0;
padding: 1em 1em 0;
margin: 0 0 1em;
hr {
border-color: #DDD;
margin: 1em 0 0 0;

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

@@ -26,7 +26,9 @@
.status {
position:relative;
top:1px;
margin-right: 3px;
margin-right: 6px;
width: 12px;
display: inline-block;
.online--icon {
fill: #7DBE00;
}
@@ -79,6 +81,9 @@
line-height: 1.5;
border-radius: 0;
color: #999;
&.nav-more {
text-decoration: underline;
}
&.unread-title {
color: #333;
font-weight: 600;