many dropdown and class fixes. still a long way to go...

This commit is contained in:
Mario Vavti
2017-03-12 21:11:28 +01:00
parent d9ecca8591
commit 8aabc6bc3d
19 changed files with 148 additions and 150 deletions

View File

@@ -35,10 +35,6 @@ nav .navbar-collapse.in .dropdown-menu {
min-width: auto;
}
.nav-tabs.nav-justified > li {
white-space: nowrap;
}
code {
white-space: normal;
}

View File

@@ -111,10 +111,6 @@
margin-left:10px;
}
.lockview-panel {
padding: 3px 20px;
}
.wall-item-lock {
float: left;
}
@@ -129,8 +125,11 @@ a.wall-item-name-link {
text-overflow: ellipsis;
}
.wall-item-ago .fa-check {
.wall-item-ago i {
font-size: 0.75rem;
}
.wall-item-ago .fa-check {
cursor: pointer;
}
@@ -142,7 +141,7 @@ a.wall-item-name-link {
max-width: 100%;
}
.wall-item-title h3 {
.wall-item-title.h3 {
font-weight: bold;
margin: 0px;
}
@@ -191,11 +190,11 @@ a.wall-item-name-link {
}
.ivoted {
color: #337AB7;
color: #0275d8;
}
.item-highlight {
border-left: 3px solid #337AB7;
border-left: 3px solid #0275d8;
}
.item-highlight .wall-item-head,
@@ -270,12 +269,10 @@ a.wall-item-name-link {
.item-verified {
color: darkgreen;
font-size: 1em !important;
}
.item-forged {
color: #FF0000;
font-size: 1em !important;
}
/* event item */

View File

@@ -18,7 +18,7 @@ aside {
position: relative;
display: table-cell;
vertical-align: top;
padding: 5rem 7px 0px 7px;
padding: 4.5rem 7px 0px 7px;
}
section {
@@ -26,5 +26,5 @@ section {
width: 100%;
display: table-cell;
vertical-align: top;
padding: 5rem 7px 200px 7px;
padding: 4.5rem 7px 200px 7px;
}