Skip to content

Commit

Permalink
Prevent overlapping description in medium sized mobile views.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Feb 5, 2019
1 parent 26f9ad5 commit d5a8a2f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/zmi/styles/resources/zmi_base.css
Expand Up @@ -43,7 +43,7 @@ a:hover {
color:rgba(108, 117, 125, .5) !important;
}

.zmi a.btn.btn-primary,
.zmi a.btn.btn-primary,
.zmi input.btn.btn-primary {
background-color:white !important;
color:#6c757d;
Expand Down Expand Up @@ -164,7 +164,7 @@ form.zmi-upload {
}
.zmi table.objectItems th.zmi-object-id {
width:100%;
}
}
.zmi table.objectItems tbody .zmi-object-id {
font-weight: 600;
}
Expand Down Expand Up @@ -192,12 +192,10 @@ form.zmi-upload {
.zmi table.objectItems .zmi-object-title {
font-weight: 400;
opacity:.5;
position: absolute;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 60%;
padding-left: .25em;
}
.zmi table.objectItems .zmi-object-type {
max-width:3rem;
Expand Down Expand Up @@ -684,7 +682,7 @@ header.navbar ul.navbar-nav li.zmi-addItemSelect select.form-control-sm:not([dis
}
.zmi nav[role="navigation"] .nav-tabs {
display:block;
list-style: none;
list-style: none;
padding:1rem;
border-bottom:0;
height: calc(100vh - 42px);
Expand All @@ -703,9 +701,9 @@ header.navbar ul.navbar-nav li.zmi-addItemSelect select.form-control-sm:not([dis
margin-bottom: 0;
}
.zmi table#zmi-db_info tbody tr td {
display:block;
display:block;
padding:.2rem .75rem .5rem
}
}
.zmi table#zmi-db_cache tbody tr td:nth-child(1) {
color: black;
}
Expand Down Expand Up @@ -844,7 +842,7 @@ header.navbar select.form-control-sm,
background-size:97%;
background-position: bottom center;
background-repeat:no-repeat;

}
}
/* EXAMPLE: IMPLANT YOUR LOGO */
Expand Down

0 comments on commit d5a8a2f

Please sign in to comment.