* [MOD] UI tweaks

This commit is contained in:
nuxsmin
2018-03-29 20:16:33 +02:00
parent 0418fbf299
commit a0d2de9e35
5 changed files with 12 additions and 17 deletions

View File

@@ -1169,8 +1169,6 @@ fieldset.warning {
@media screen and (max-width: 1000px) {
#content #searchbox .search-filters > * {
margin: .5em 1em .5em 0; }
#content .data-container #title, #content .tab-data #title {
width: 90%; }
footer {
display: none;
@@ -1202,10 +1200,11 @@ fieldset.warning {
width: 100%; }
#content .data-container, #content .tab-data {
width: 100%; }
#content .data-container #title, #content .tab-data #title {
width: 90%; }
#content .data-container .selectize-control, #content .tab-data .selectize-control {
width: 100%; }
#content .mdl-tabs__tab-bar {
flex-wrap: wrap;
height: auto; }
#box-popup h2 > .btn-popup-close {
display: inline-block; }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1143,11 +1143,6 @@ fieldset.warning {
}
}
}
.data-container, .tab-data {
#title {
width: 90%;
}
}
}
footer {
display: none;
@@ -1202,13 +1197,15 @@ fieldset.warning {
.data-container, .tab-data {
width: 100%;
#title {
width: 90%;
}
.selectize-control {
width: 100%;
}
}
.mdl-tabs__tab-bar {
flex-wrap: wrap;
height: auto;
}
}
#box-popup {
@@ -1240,4 +1237,4 @@ fieldset.warning {
display: block !important;
}
}
}
}

View File

@@ -88,9 +88,8 @@
<?php echo 'data-', $dataName, '="', $dataValue, '"'; ?>
<?php endforeach; ?>>
<i class="material-icons"><?php echo $action->getIcon()->getIcon(); ?></i>
<?php echo $action->getTitle(); ?>
</a>
<span for="btn-drawer-<?php echo $action->getId(); ?>"
class="mdl-tooltip mdl-tooltip--bottom"><?php echo $action->getTitle(); ?></span>
<?php endforeach; ?>
<a id="notifications-drawer" class="btn-menu mdl-navigation__link"