Browse Source

add latest activity CSS for `calm` and `nin`

readme-update
Simon Grim 8 years ago
parent
commit
c282d9fa69
  1. 20
      theme_calm/css/style.css
  2. 20
      theme_nin/css/style.css

20
theme_calm/css/style.css

@ -1072,16 +1072,19 @@ textarea.splited-post { @@ -1072,16 +1072,19 @@ textarea.splited-post {
opacity: .8;
}
.followers
{
.followers,
.latest-activity {
font-size: 12px;
color: rgba( 0, 0, 0, .6 );
margin-left: 58px;
}
.followed-by
{
.followed-by,
.latest-activity .time {
font-size: 13px;
cursor: pointer;
}
.twister-user-name,
.twister-by-user-name
{
@ -2767,7 +2770,7 @@ textarea.splited-post { @@ -2767,7 +2770,7 @@ textarea.splited-post {
display: inline-block;
text-align: initial;
width: 320px;
height: 120px;
height: 130px;
margin: 2px;
padding: 2px;
border: solid 1px rgba(69, 71, 77, .1);
@ -2813,6 +2816,13 @@ textarea.splited-post { @@ -2813,6 +2816,13 @@ textarea.splited-post {
right: 32px;
}
.following-own-modal .following-list .latest-activity {
position: absolute;
top: 110px;
right: 32px;
margin: 0;
}
.gifCheckBox {
float: right;
vertical-align: middle;

20
theme_nin/css/style.css

@ -2209,7 +2209,8 @@ textarea.splited-post { @@ -2209,7 +2209,8 @@ textarea.splited-post {
}
/* line 447, ../sass/style.sass */
.followers {
.followers,
.latest-activity {
font-size: 12px;
color: #66686B;
}
@ -2219,13 +2220,22 @@ textarea.splited-post { @@ -2219,13 +2220,22 @@ textarea.splited-post {
}
/* line 453, ../sass/style.sass */
.followed-by {
.followed-by,
.latest-activity {
color: #aaa;
font-size: 12px;
cursor: pointer;
display: block;
}
.who-to-follow .latest-activity {
margin-bottom: 8px;
}
.who-to-follow .latest-activity .label {
display: none;
}
/* line 459, ../sass/style.sass */
.twister-user-name, .twister-by-user-name {
font-weight: bold;
@ -3356,7 +3366,7 @@ ol.toptrends-list a:hover { @@ -3356,7 +3366,7 @@ ol.toptrends-list a:hover {
.following-own-modal .following-list > li {
display: inline-block;
width: 320px;
height: 160px;
height: 184px;
margin: 2px;
padding: 2px;
border: solid 1px rgba(69, 71, 77, .1);
@ -3456,6 +3466,10 @@ ol.toptrends-list a:hover { @@ -3456,6 +3466,10 @@ ol.toptrends-list a:hover {
display: block;
}
.following-own-modal .following-list .latest-activity {
font-size: 11px;
}
/********** AUTOCOMPLETING *********/
/* line 1087, ../sass/style.sass */

Loading…
Cancel
Save