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-25 18:55:29 +0300
committerbrantje <brantje@gmail.com>2016-09-25 18:55:29 +0300
commit514abefb84c46f08446c042b1baae5fbb875127e (patch)
treee7416a4bd04294d5a6814a064cfd7e8d646e9c33 /sass
parentd4088e8fbe37833330ca517a92c4382983bec942 (diff)
Dump stupid NextCloud #control div
Diffstat (limited to 'sass')
-rw-r--r--sass/app.scss35
-rw-r--r--sass/credentials.scss17
2 files changed, 43 insertions, 9 deletions
diff --git a/sass/app.scss b/sass/app.scss
index cbb600da..54b86064 100644
--- a/sass/app.scss
+++ b/sass/app.scss
@@ -31,4 +31,39 @@
margin-left: 0 !important;
margin-right: 0 !important;
}
+}
+
+
+//
+#app-content #app-content-wrapper #passman-controls {
+ border-bottom: 1px solid #c9c9c9;
+}
+
+#app-navigation+#app-content #passman-controls {
+ left: 250px;
+}
+#passman-controls {
+ box-sizing: border-box;
+ position: fixed;
+ top: 45px;
+ right: 0;
+ left: 0;
+
+ padding: 0 !important;
+ margin: 0;
+ background-color: rgba(255, 255, 255, .95);
+ z-index: 50;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ width: calc( 100% - 250px ) !important;
+ height: 44px !important;
+}
+
+#passman-controls .button, #passman-controls, #passman-controls input[type='submit'], #passman-controls input[type='text'], #passman-controls input[type='password'], #passman-controls select {
+ box-sizing: border-box;
+ display: inline-block;
+ height: 36px;
+ padding: 7px 10px;
} \ No newline at end of file
diff --git a/sass/credentials.scss b/sass/credentials.scss
index de4ce2fc..ac6e123b 100644
--- a/sass/credentials.scss
+++ b/sass/credentials.scss
@@ -6,7 +6,7 @@
border-bottom: 1px solid #c9c9c9
}
.actions.creatable {
-
+ float: left;
overflow: hidden;
.bubble {
position: relative;
@@ -34,17 +34,16 @@
display: inline-block;
font-weight: bold;
}
- .searchboxContainer{
- position: absolute;
- right: 10px;
- top: 0;
- .searchbox{
- display: inline-block;
- }
+ }
+ .searchboxContainer{
+ display: inline-block;
+ margin-right: 14px;
+ float: right;
+ .searchbox{
+ display: inline-block;
}
-
}
.credential-table {
width: 100%;