mambax7/mymenus

View on GitHub
assets/css/admin.css

Summary

Maintainability
Test Coverage
/* Sortable link list*/
.mjs-nestedSortable-error {
    background: #fbe3e4;
    border-color: transparent;
}

ol {
    margin: 0;
    padding: 0 0 0 30px;
}

ol.sortable, ol.sortable ol {
    margin: 0 0 0 25px;
    padding: 0;
    list-style-type: none;
}

ol.sortable {
    margin: 2em 0 4em 0;
}

.sortable li {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
}

.sortable li div {
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    border-color: #D4D4D4 #D4D4D4 #BCBCBC;
    padding: 6px;
    line-height: 16px;
    margin: 0;
    cursor: move;
    background: #f6f6f6;
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.sortable li.mjs-nestedSortable-branch div {
    background: linear-gradient(#ffffff 0%, #f6f6f6 47%, #f0ece9 100%);

}

.sortable li.mjs-nestedSortable-leaf div {
    background: linear-gradient(#ffffff 0%, #f6f6f6 47%, #bcccbc 100%);

}

li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
    border-color: #999;
    background: #fafafa;
}

.disclose {
    cursor: pointer;
    width: 10px;
    display: none;
}

.sortable li.mjs-nestedSortable-collapsed > ol {
    display: none;
}

.sortable li.mjs-nestedSortable-branch > div > .disclose {
    display: inline-block;
}

.sortable li.mjs-nestedSortable-collapsed > div > .disclose > span:before {
    content: '+ ';
}

.sortable li.mjs-nestedSortable-expanded > div > .disclose > span:before {
    content: '- ';
}

.ui-state-highlight {
    height: 2.2em;
    line-height: 1.7em;
}

.ui-state-hover, button:hover {
    padding: 0;
}

.ui-xbutton, button:hover .ui-xbutton {
    border: 1px solid #D3D3D3;
    color: #555555;
    font-weight: normal;
    padding: 5px !important;
    margin-right: 0 !important;
}

li.ui-state-default {
    list-style: none outside none !important;
}

li.ui-state-default > div {
    overflow: hidden;
}

#changemenu {
    float: right;
}

.select-options {
    background: #FFFFFF none;
    border: 1px solid #D3D3D3 !important;
    border-radius: 4px;
            box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    color: #555555;
    font-size: 12px;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    display: block;
    margin-bottom: 3px;
}

.discrete {
    color: #9D9D9D;
    text-align: right;
}