mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-25 09:37:33 +01:00
* [MOD] UI tweaks
This commit is contained in:
@@ -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
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user