4.4.2
This commit is contained in:
@@ -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;
|
||||
@@ -1513,8 +1524,10 @@ blockquote {
|
||||
}
|
||||
|
||||
main {
|
||||
|
||||
left: -$aside_widthpx;
|
||||
width: calc( 100% + $aside_widthpx );
|
||||
|
||||
}
|
||||
|
||||
main.region_1-on {
|
||||
@@ -1586,7 +1599,6 @@ dl.bb-dl > dd > li {
|
||||
content:"\f069 ";
|
||||
}
|
||||
|
||||
/* Modified original CSS to match input in Ussrbasicpub */
|
||||
.jothidden .bootstrap-tagsinput {
|
||||
border: 0px solid transparent;
|
||||
margin-bottom: 0px;
|
||||
@@ -1791,13 +1803,25 @@ dl.bb-dl > dd > li {
|
||||
}
|
||||
|
||||
.cover-photo-review {
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.hover-fx-hide {
|
||||
opacity: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.hover-fx-show:hover .hover-fx-hide {
|
||||
opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.bg-primary {
|
||||
background-color: #505050 !important;
|
||||
}
|
||||
|
||||
.nav-link.active {
|
||||
background-color: #505050 !important;
|
||||
}
|
||||
|
||||
#region_3 {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user