Revert previous commit, not touching v2.

Update online/offline styling

Added "after" selector to online/offline postprofile classes, along with content text and colored border (underline).
Update
This commit is contained in:
Sterling Parker 2017-01-09 14:14:49 -07:00 committed by Rachael Alexanderson
parent 3dff681e8a
commit 7a14bdbf4e
2 changed files with 8 additions and 6 deletions

View file

@ -671,7 +671,7 @@ fieldset.polls dd div {
} }
.offline .postprofile { .offline .postprofile {
border-left: solid 3px #363d42; border-left 3x #363d42;
} }
/* /*

View file

@ -666,12 +666,14 @@ fieldset.polls dd div {
background-image: none; background-image: none;
} }
.online .postprofile { .online .postprofile::after {
border-left: solid 3px #0082c8; border-bottom: solid 2px #0082c8;
content: "Online";
} }
.offline .postprofile { .offline .postprofile::after {
border-left: solid 3px #363d42; border-bottom: solid 2px #363d42;
content: "Offline";
} }
/* /*