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
diff options
context:
space:
mode:
Diffstat (limited to 'sass/app.scss')
-rw-r--r--sass/app.scss30
1 files changed, 18 insertions, 12 deletions
diff --git a/sass/app.scss b/sass/app.scss
index 61f8b3d5..5e543704 100644
--- a/sass/app.scss
+++ b/sass/app.scss
@@ -63,22 +63,26 @@
}
}
+#app-content #app-content-wrapper #passman-controls {
+ border-bottom: 1px solid #c9c9c9;
+}
+
#passman-controls {
- display: flow-root;
- position: absolute;
- width: calc(100vw - 300px);
box-sizing: border-box;
+ position: fixed;
+ margin: -45px 0 0;
+ right: 0;
+ left: 0;
border-bottom: 1px solid #c9c9c9;
+ padding: 0 !important;
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;
- min-height: 54px !important;
- height: auto!important;
- padding-right: 20px !important;
+ height: 44px !important;
.breadcrumb{
//Move Homeicon to the right to prevent overlap with burgermenu
@media only screen and (max-width: 769px) {
@@ -94,12 +98,17 @@
width: 100%;
}
}
-
+@media only screen and (min-width: 1024px){
+ #app-navigation+#app-content #passman-controls {
+ left: 300px;
+ width: calc( 100% - 300px ) !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;
+ display: inline-block;
height: 36px;
- padding: 5px 10px;
+ padding: 7px 10px;
}
.nopadding{
padding-right: 0;
@@ -124,9 +133,6 @@ input[type="checkbox"]{
background-color: #f2dede;
border-color: #ebccd1;
}
-.btn-danger {
- background-color: var(--color-error) !important;
-}
.ui-button.ui-widget{
min-height: unset !important;