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:
authorbrantje <brantje@gmail.com>2016-09-16 15:01:25 +0300
committerbrantje <brantje@gmail.com>2016-09-16 15:01:25 +0300
commit8d0f70f3576101569437de3679734efb1e6db547 (patch)
tree6b43fa4e644dd7233b08dbb2a76e9ac877240f92 /sass
parent2fc84e2a7bcd415aeb7285bed271476486d6a4ae (diff)
Filtering with tags work, add oc notificaton service
Diffstat (limited to 'sass')
-rw-r--r--sass/credentials.scss17
-rw-r--r--sass/menu.scss38
-rw-r--r--sass/partials/pwgen.scss2
3 files changed, 53 insertions, 4 deletions
diff --git a/sass/credentials.scss b/sass/credentials.scss
index fcb8d597..a9428cab 100644
--- a/sass/credentials.scss
+++ b/sass/credentials.scss
@@ -24,6 +24,11 @@
left: 10px;
top: -19px;
}
+ .title{
+ width: calc( 100% - 185px);
+ text-align: center;
+ display: inline-block;
+ }
}
.credential-table {
width: 100%;
@@ -208,11 +213,21 @@
padding: 2px;
width: auto;
white-space: nowrap;
- height: 20px;
+ height: 25px;
vertical-align: middle;
+
}
}
}
+ .tags {
+ margin-top: 15px;
+ margin-bottom: 15px;
+ .tag {
+ background-color: rgba(240, 240, 240, .9);
+ padding: 4px;
+ margin-right: 3px;
+ }
+ }
}
}
diff --git a/sass/menu.scss b/sass/menu.scss
index 02c2fc60..ebc0924c 100644
--- a/sass/menu.scss
+++ b/sass/menu.scss
@@ -1,6 +1,40 @@
-.settings-container{
- div{
+.settings-container {
+ div {
padding-left: 15px;
}
+}
+
+.nav-trashbin {
+ position: fixed !important;
+ bottom: 44px;
+ width: inherit !important;
+ background-color: #fff;
+ border-right: 1px solid #eee;
+ a {
+ padding: 0 20px;
+ .fa {
+ margin-right: 15px;
+ }
+ }
+}
+
+#app-navigation {
+ li{
+ a.taginput{
+ opacity: 1;
+ }
+ a{
+ overflow: visible;
+ tags-input{
+ opacity: 1.0;
+ li{
+ width: auto !important;
+ }
+ }
+ }
+ }
+ > ul ul {
+ display: inherit !important;
+ }
} \ No newline at end of file
diff --git a/sass/partials/pwgen.scss b/sass/partials/pwgen.scss
index 41b7900a..ed5c3a09 100644
--- a/sass/partials/pwgen.scss
+++ b/sass/partials/pwgen.scss
@@ -1,7 +1,7 @@
.pw-gen{
overflow:hidden;
input{
- width: calc(100% - 76px) !important;
+ width: calc(100% - 80px) !important;
float: left;
background: #fff;
color: #555;