Update 1.0.76

This commit is contained in:
ultimatemember
2015-03-07 13:07:49 +02:00
parent 6ff2da7672
commit 22d5c2d24a
41 changed files with 453 additions and 242 deletions
+2 -2
View File
@@ -85,7 +85,7 @@
line-height: 2em;
}
.um-account-name a:hover {color: #3ba1da !important}
.um-account-name a:hover {color: #3ba1da}
/*
- Account nav
@@ -105,7 +105,7 @@
}
.um-account-nav a.current{
color: #3ba1da !important;
color: #3ba1da;
font-weight: bold;
}
+3 -3
View File
@@ -220,7 +220,7 @@
}
.um-member-name a:hover {
color: #3ba1da !important;
color: #3ba1da;
}
.um-member-tagline {
@@ -320,7 +320,7 @@
.um-members-pagi span.current,
.um-members-pagi span.current:hover {
background: #3ba1da !important;
background: #3ba1da;
color: #fff !important;
}
@@ -345,5 +345,5 @@
.um-members-pagi a:hover {
text-decoration: none !important;
color: #3ba1da !important;
color: #3ba1da;
}
+4 -4
View File
@@ -67,7 +67,7 @@
vertical-align: middle;
}
.um-cover-add:hover { color: #3ba1da !important }
.um-cover-add:hover { color: #3ba1da }
.um-cover-e {
text-align: center;
@@ -348,7 +348,7 @@ font-weight: normal;
}
.um-profile-nav-item.active a {
background: #3BA1DA !important;
background: #3ba1da;
color: #FFF!important;
}
@@ -398,7 +398,7 @@ font-weight: normal;
font-weight: 600;
margin: 0 20px;
}
.um-profile-subnav a.active {color: #3BA1DA !important}
.um-profile-subnav a.active {color: #3ba1da}
.um-profile-subnav a:hover {color: #333}
.um-profile-subnav span {
@@ -466,7 +466,7 @@ font-weight: normal;
content: "•";
}
.um-item-meta a {font-weight: bold;border-bottom: 1px solid #E0E0E0;color: #3BA1DA}
.um-item-meta a {font-weight: bold;border-bottom: 1px solid #E0E0E0;color: #3ba1da}
.um-item-meta a:hover {border-bottom-color: #bbb}
.um-load-items {
+1 -46
View File
@@ -234,21 +234,6 @@ div.uimob340 .um-account-main {
box-sizing: border-box;
}
div.uimob340 .um-account-main .um-provider {
padding: 15px 0 0 0;
}
div.uimob340 .um-account-main .um-left {
float: none;
display: block;
}
div.uimob340 .um-account-main .um-right {
float: none;
display: block;
margin-top: 10px;
}
div.uimob340 .um-account-tab {
padding-bottom: 20px;
border-bottom: 1px solid #eee;
@@ -471,21 +456,6 @@ div.uimob500 .um-account-main {
box-sizing: border-box;
}
div.uimob500 .um-account-main .um-provider {
padding: 15px 0 0 0;
}
div.uimob500 .um-account-main .um-left {
float: none;
display: block;
}
div.uimob500 .um-account-main .um-right {
float: none;
display: block;
margin-top: 10px;
}
div.uimob500 .um-account-tab {
padding-bottom: 20px;
border-bottom: 1px solid #eee;
@@ -533,21 +503,6 @@ div.uimob800 .um-account-main {
max-width: 450px;
}
div.uimob800 .um-account-main .um-provider {
padding: 15px 0 0 0;
}
div.uimob800 .um-account-main .um-left {
float: none;
display: block;
}
div.uimob800 .um-account-main .um-right {
float: none;
display: block;
margin-top: 10px;
}
div.uimob800 .um-account-side {
padding: 0;
width: 10%;
@@ -594,7 +549,7 @@ div.uimob800 .um-account-side li a span.um-account-icontip i {
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover {
background: #3ba1da !important;
background: #3ba1da;
color: #fff !important;
}
+1 -1
View File
File diff suppressed because one or more lines are too long