This commit is contained in:
ussr.win
2018-11-05 14:31:34 +01:00
parent dcf5493266
commit 2ba9d19413
12 changed files with 697 additions and 127 deletions

View File

@@ -1,5 +1,5 @@
/**
* Redbasic
* Ussrbasic
*
* Based on duepuntozero Friendica style
* Originally by Fabio Comuni <fabrix.xm@gmail.com>
@@ -663,7 +663,7 @@ nav .acpopup {
}
.profile-match-name {
width: 120px;
width: 116px;
height: 1.5em;
overflow: hidden !important;
}
@@ -679,8 +679,8 @@ nav .acpopup {
.profile-match-wrapper {
float: left;
width: 120px;
height: 150px;
width: 118px;
height: 118px;
padding: 10px;
margin: 8px 10px 0 0;
border-top: 1px solid #eee;
@@ -856,15 +856,26 @@ div.jGrowl div.jGrowl-notification {
.contact-block-content {
margin-top: 10px;
}
.contact-block-img.archived, .app-deleted, .dim {
.contact-block-img.archived,
.app-deleted,
.dim {
opacity: 0.3;
filter:alpha(opacity=30);
}
.profile-match-connect { margin-top: 5px; }
.profile-match-connect {
margin-top: 5px;
}
.reshared-content {
margin-left: 20px;
}
.reshared-content img {
width: 100%;
}
.reshared-content { margin-left: 20px; }
.shared_header img {
border-radius: $radius;
margin-right: 10px;
@@ -1585,7 +1596,7 @@ dl.bb-dl > dd > li {
content:"\f069 ";
}
/* Modified original CSS to match input in Redbasic */
/* Modified original CSS to match input in Ussrbasic */
.jothidden .bootstrap-tagsinput {
border: 0px solid transparent;
margin-bottom: 0px;