Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge

This commit is contained in:
zotlabs
2017-03-31 17:27:18 -07:00
14 changed files with 60 additions and 60 deletions

View File

@@ -48,6 +48,7 @@ nav.navbar {
#navbar-collapse-2 {
flex-basis: 100%;
max-height: 70vh;
}
#navbar-collapse-2.show {
@@ -59,6 +60,10 @@ nav.navbar {
}
/* nav overrides end */
.btn-outline-secondary {
color: #aaa;
}
.wall-item-tools .dropdown-menu {
min-width: auto;
}
@@ -67,6 +72,11 @@ code {
white-space: normal;
}
/* Bootstrap assumes that checkboxes are on the left of labels, while it's usually the opposite in Red */
.field.checkbox input[type="checkbox"] { margin-left: 0px; }
.field.checkbox label { padding-left: 0px; font-weight: 700}
.form-group label {
font-weight: bold;
}
small,
.small {
font-size: 0.75rem;
}

View File

@@ -143,18 +143,14 @@ li:hover .group-edit-icon {
bottom: 0px;
left: 0px;
width: 100%;
padding: 15px;
padding: 1rem;
}
#cover-photo-caption h1,
#cover-photo-caption h3 {
color: #fff;
font-weight: bold;
text-shadow: 1px 1px 3px rgba(0,0,0,.7);
}
.cover-photo-title {
font-size: 30px;
}
.cover-photo-subtitle {
font-size: 20px;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
a.wikilist {