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 {
border-left: solid 3px #363d42;
border-left 3x #363d42;
}
/*
@ -1091,4 +1091,4 @@ input.disabled {
.pm_alert h3 {
color: #ebebeb;
border-bottom-color: #4d4e4e;
}
}

View File

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