Commit 98e1a125 by pupi1985

Remove bag from dates in newest users page

parent 18d47b6c
...@@ -65,7 +65,7 @@ $(document).ready(function () { ...@@ -65,7 +65,7 @@ $(document).ready(function () {
/* /*
* Add wrapper to users point on users list * Add wrapper to users point on users list
*/ */
$('.qa-top-users-score').wrapInner('<div class="qam-user-score-icon"></div>'); $('.qa-top-users-score, .qa-top-newest-users-score').wrapInner('<div class="qam-user-score-icon"></div>');
/* /*
* add wrapper to the message sent note 'td' * add wrapper to the message sent note 'td'
......
...@@ -1515,35 +1515,45 @@ blockquote p { ...@@ -1515,35 +1515,45 @@ blockquote p {
padding: 5px; padding: 5px;
} }
.qa-top-users-item { .qa-top-users-item,
.qa-top-newest-users-item {
width: 100%; width: 100%;
max-width: 320px; max-width: 320px;
} }
.qa-top-tags-item { .qa-top-tags-item {
width: 100%; width: 100%;
max-width: 150px; max-width: 150px;
} }
@media only screen and (min-width: 992px) { @media only screen and (min-width: 992px) {
/* two column layout for Desktops and above*/ /* two column layout for Desktops and above*/
.qa-top-users-item { .qa-top-users-item,
.qa-top-newest-users-item {
width: 48%; width: 48%;
max-width: none; max-width: none;
} }
.qa-top-tags-item { .qa-top-tags-item {
width: 23%; width: 23%;
max-width: none; max-width: none;
} }
} }
.qa-top-users-avatar .qa-avatar-link { .qa-top-users-avatar .qa-avatar-link,
.qa-top-newest-users-avatar .qa-avatar-link {
display: block; display: block;
float: left; float: left;
margin-right: 1em; margin-right: 1em;
} }
.qa-top-users-avatar .qa-avatar-link img {
.qa-top-users-avatar .qa-avatar-link img,
.qa-top-newest-users-avatar .qa-avatar-link img {
border: 1px solid #cbd7e3; border: 1px solid #cbd7e3;
} }
.qa-top-users-label .qa-user-link {
.qa-top-users-label .qa-user-link,
.qa-top-newest-users-label .qa-user-link {
background-color: #e74c3c; background-color: #e74c3c;
display: block; display: block;
float: left; float: left;
...@@ -1551,12 +1561,17 @@ blockquote p { ...@@ -1551,12 +1561,17 @@ blockquote p {
padding: 2px 1em; padding: 2px 1em;
position: relative; position: relative;
} }
.qa-top-users-label .qa-user-link:hover, .qa-top-users-label .qa-user-link:focus {
.qa-top-users-label .qa-user-link:hover,
.qa-top-users-label .qa-user-link:focus,
.qa-top-newest-users-label .qa-user-link:hover,
.qa-top-newest-users-label .qa-user-link:focus {
background-color: #eb695c; background-color: #eb695c;
text-decoration: none; text-decoration: none;
} }
.qa-top-users-label .qa-user-link:before { .qa-top-users-label .qa-user-link:before,
.qa-top-newest-users-label .qa-user-link:before {
content: ""; content: "";
position: absolute; position: absolute;
left: -5px; left: -5px;
...@@ -1570,13 +1585,15 @@ blockquote p { ...@@ -1570,13 +1585,15 @@ blockquote p {
} }
@media (min-width: 980px) { @media (min-width: 980px) {
.qa-top-users-label .qa-user-link:hover:after, .qa-top-users-label .qa-user-link:focus:after { .qa-top-users-label .qa-user-link:hover:after, .qa-top-users-label .qa-user-link:focus:after,
.qa-top-newest-users-label .qa-user-link:hover:after, .qa-top-newest-users-label .qa-user-link:focus:after {
-ms-transform: translate(80px, 0); -ms-transform: translate(80px, 0);
-webkit-transform: translate(80px, 0); -webkit-transform: translate(80px, 0);
transform: translate(80px, 0); transform: translate(80px, 0);
} }
.qa-top-users-label .qa-user-link:after { .qa-top-users-label .qa-user-link:after,
.qa-top-newest-users-label .qa-user-link:after {
content: ""; content: "";
display: block; display: block;
width: 0; width: 0;
...@@ -1595,7 +1612,9 @@ blockquote p { ...@@ -1595,7 +1612,9 @@ blockquote p {
transition: all 0.5s ease; transition: all 0.5s ease;
} }
} }
.qa-top-users-label .qa-user-link.qa-user-favorited {
.qa-top-users-label .qa-user-link.qa-user-favorited,
.qa-top-newest-users-label .qa-user-link.qa-user-favorited {
background-image: url('images/icons/fev-star.png'); background-image: url('images/icons/fev-star.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 2px center; background-position: 2px center;
...@@ -1604,13 +1623,13 @@ blockquote p { ...@@ -1604,13 +1623,13 @@ blockquote p {
.qam-user-score-icon { .qam-user-score-icon {
display: inline-block; display: inline-block;
padding: 2px 6px 2px 1.8em;
background-color: #2ecc71; background-color: #2ecc71;
color: #fff; color: #fff;
position: relative; position: relative;
float: right; float: right;
} }
.qam-user-score-icon:before {
.qa-top-users-score .qam-user-score-icon:before {
background-color: #27ae60; background-color: #27ae60;
content: '\e810'; content: '\e810';
font-family: "fontello"; font-family: "fontello";
...@@ -1624,6 +1643,14 @@ blockquote p { ...@@ -1624,6 +1643,14 @@ blockquote p {
left: 0; left: 0;
} }
.qa-top-users-score .qam-user-score-icon {
padding: 2px 6px 2px 1.8em;
}
.qa-top-newest-users-score .qam-user-score-icon {
padding: 2px 6px 2px 6px;
}
.qa-top-tags-count { .qa-top-tags-count {
width: 8%; width: 8%;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment