Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorbinsky <timo@binsky.org>2021-08-17 16:39:47 +0300
committerbinsky <timo@binsky.org>2021-08-17 18:07:22 +0300
commit28d7b683f4eadafda726cde4d0f207a309474779 (patch)
treed82da3f3f94d3e3dec145e6e13d53bb28ccbd6c4 /sass
parentf739a8e5a50b8b75566f5e7fae1694d514ed478e (diff)
fix bookmarklet
Signed-off-by: binsky <timo@binsky.org>
Diffstat (limited to 'sass')
-rw-r--r--sass/bookmarklet.scss49
1 files changed, 37 insertions, 12 deletions
diff --git a/sass/bookmarklet.scss b/sass/bookmarklet.scss
index fca8bc17..7abb30fe 100644
--- a/sass/bookmarklet.scss
+++ b/sass/bookmarklet.scss
@@ -20,44 +20,69 @@
*
*/
-header, nav{
+header {
display: none;
}
-#content{
+
+#content {
}
-#content-wrapper{
+
+#content-wrapper {
padding-top: 0;
}
-#app-content-wrapper{
+#app-content {
+ margin-left: 0;
+ overflow-x: auto;
+}
+
+#app-content-wrapper {
min-height: inherit !important;
}
.warning_bar .fa-times {
- margin-right: 20px;
+ margin-right: 20px;
}
-.tab_container{
+
+#passman-controls .breadcrumb {
+ padding-left: 0;
+ a, a i {
+ cursor: default;
+ }
+}
+
+.tab_container {
padding-top: 10px;
- div{
+
+ div {
margin-bottom: 5px;
overflow: hidden;
}
+
margin-bottom: 20px;
}
-.vault_wrapper{
+
+.vault_wrapper {
margin-top: 70px;
}
-.active_vault{
+
+.active_vault {
float: right;
text-align: right;
padding-right: 5px;
font-size: 10px;
}
-.tab_header{
+
+.tab_header {
margin: 0;
}
-.angularjs-datetime-picker{
+
+.angularjs-datetime-picker {
z-index: 9999;
-} \ No newline at end of file
+}
+
+.icon-picker {
+ display: none;
+}