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-10-16 18:52:52 +0300
committerbrantje <brantje@gmail.com>2016-10-16 19:08:59 +0300
commit1a4c1346cccc2b5930834fe87d9d434af8f408b0 (patch)
tree37a0bb4a28ca99fadde9bf04537dc3b3c2b94132 /sass
parent94d4f309487e066c55ed154dfe894303520cae80 (diff)
Better searchbox behaviour.
Add a clear icon.
Diffstat (limited to 'sass')
-rw-r--r--sass/credentials.scss29
1 files changed, 26 insertions, 3 deletions
diff --git a/sass/credentials.scss b/sass/credentials.scss
index b9d4299c..c49ddee9 100644
--- a/sass/credentials.scss
+++ b/sass/credentials.scss
@@ -3,10 +3,23 @@
#app-content-wrapper {
min-height: 95%;
#passman-controls {
- border-bottom: 1px solid #c9c9c9
+ text-align: center;
+ &.sidebar-shown{
+ padding-right: 27% !important;
+ .title{
+ @media screen and (max-width: 765px){
+ display: none;
+ }
+ @media screen and (min-width: 769px) and (max-width: 1120px){
+ display: none;
+ }
+ }
+ }
+ border-bottom: 1px solid #c9c9c9;
+
}
+
.title {
- width: calc(100% - 500px);
text-align: center;
display: inline-block;
font-weight: bold;
@@ -79,6 +92,17 @@
.searchbox {
display: inline-block;
}
+ .searchclear {
+ color: #ccc;
+ cursor: pointer;
+ font-size: 18px;
+ height: 14px;
+ margin: auto;
+ position: absolute!important;
+ right: 10px;
+ top: 12px;
+ z-index: 99999999;
+ }
}
.credential-table {
width: 100%;
@@ -375,7 +399,6 @@
}
}
}
-
.loaderContainer {
height: 140px;
width: 120px;