Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Commit

Permalink
proceeded with menu
Browse files Browse the repository at this point in the history
  • Loading branch information
drfho committed Jun 7, 2018
1 parent b5ca727 commit f65ab55
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions zmi/styles/resources/zmi_base.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ input.btn.btn-primary:hover {
min-width: 7em;
}

form.zmi-upload {
margin: 0 -15px;
padding: 2.15rem 15px;
border-top: #ced4da solid 1px;
}


/* TAB NVAIGATION */
.zmi nav .nav-tabs .nav-item:first-child {
margin-left: 1em;
Expand Down Expand Up @@ -249,7 +256,7 @@ main.container-fluid {
}

textarea.zmi-code {
font-damily:monospaced;
font-family:monospace;
}


Expand Down Expand Up @@ -285,9 +292,9 @@ table.main-table td img {
}

#menu_buttons {
padding: 1.3rem 30px .65rem 30px;
padding: 1.3rem 0 .65rem 3px;
border-bottom: 1px solid #eaecef;
margin: 0 -30px;
margin: 0;
background-color:white;
}
#menu_buttons button {
Expand All @@ -303,11 +310,21 @@ table.main-table td img {
margin-right: 0.75em;
}
#menu_buttons ul.dropdown-menu {
margin: -6px 30px 0;
margin: 0.5rem;
border: 1px solid #e4e4e4;
padding: 0.5em 1em;
font-size:80%;
box-shadow: 0px 5px 10px #e4e4e4;
line-height:2;
}

#menu_buttons #dropdownMenu1 {
box-shadow: none !important;
}

table#menu_title td,
div#menu_tree table td{
padding:0.2em .3em 0 .4em !important;
padding:0.2em .3em 0 0 !important;
min-width:1em;
white-space:nowrap !important;
}
Expand All @@ -330,9 +347,9 @@ div#menu_tree i.icon.icon-collapse-alt:focus {
}
table#menu_title,
div#menu_tree {
width:100%;
width:auto;
background-color:transparent;
margin-left:-0.3em;
margin-left:0.5em;
}
table#menu_title td {
padding: 1em .3em .0em .4em !important;
Expand Down

0 comments on commit f65ab55

Please sign in to comment.