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:
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 /css/app.css
parent94d4f309487e066c55ed154dfe894303520cae80 (diff)
Better searchbox behaviour.
Add a clear icon.
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css20
1 files changed, 19 insertions, 1 deletions
diff --git a/css/app.css b/css/app.css
index b2fda12a..b0c99ea5 100644
--- a/css/app.css
+++ b/css/app.css
@@ -167,9 +167,17 @@
#app-content #app-content-wrapper {
min-height: 95%; }
#app-content #app-content-wrapper #passman-controls {
+ text-align: center;
border-bottom: 1px solid #c9c9c9; }
+ #app-content #app-content-wrapper #passman-controls.sidebar-shown {
+ padding-right: 27% !important; }
+ @media screen and (max-width: 765px) {
+ #app-content #app-content-wrapper #passman-controls.sidebar-shown .title {
+ display: none; } }
+ @media screen and (min-width: 769px) and (max-width: 1120px) {
+ #app-content #app-content-wrapper #passman-controls.sidebar-shown .title {
+ display: none; } }
#app-content #app-content-wrapper .title {
- width: calc(100% - 500px);
text-align: center;
display: inline-block;
font-weight: bold;
@@ -236,6 +244,16 @@
float: right; }
#app-content #app-content-wrapper .searchboxContainer .searchbox {
display: inline-block; }
+ #app-content #app-content-wrapper .searchboxContainer .searchclear {
+ color: #ccc;
+ cursor: pointer;
+ font-size: 18px;
+ height: 14px;
+ margin: auto;
+ position: absolute !important;
+ right: 10px;
+ top: 12px;
+ z-index: 99999999; }
#app-content #app-content-wrapper .credential-table {
width: 100%;
margin-top: 44px; }