mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-11 01:34:12 +08:00
35 lines
579 B
CSS
35 lines
579 B
CSS
header, nav {
|
|
display: none; }
|
|
|
|
#content-wrapper {
|
|
padding-top: 0; }
|
|
|
|
#app-content-wrapper {
|
|
min-height: inherit !important; }
|
|
|
|
.warning_bar .fa-times {
|
|
margin-right: 20px; }
|
|
|
|
.tab_container {
|
|
padding-top: 10px;
|
|
margin-bottom: 20px; }
|
|
.tab_container div {
|
|
margin-bottom: 5px;
|
|
overflow: hidden; }
|
|
|
|
.vault_wrapper {
|
|
margin-top: 70px; }
|
|
|
|
.active_vault {
|
|
float: right;
|
|
text-align: right;
|
|
padding-right: 5px;
|
|
font-size: 10px; }
|
|
|
|
.tab_header {
|
|
margin: 0; }
|
|
|
|
.angularjs-datetime-picker {
|
|
z-index: 9999; }
|
|
|
|
/*# sourceMappingURL=bookmarklet.css.map */
|