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-09-30 22:43:55 +0300
committerbrantje <brantje@gmail.com>2016-09-30 22:43:55 +0300
commit89c4644ff3b23c0bed9947cdfcb4275c44e3d334 (patch)
tree8acaae868a7f116a86a6190436d2de4039b6cc6d /css/app.css
parentcbd10de1330980a54792f7c5e24b8feef9c0791a (diff)
Make sharing page more pretty
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/css/app.css b/css/app.css
index 290057e7..d9e096ba 100644
--- a/css/app.css
+++ b/css/app.css
@@ -147,7 +147,7 @@
#app-content #app-content-wrapper #passman-controls {
border-bottom: 1px solid #c9c9c9; }
#app-content #app-content-wrapper .title {
- width: calc( 100% - 375px);
+ width: calc(100% - 375px);
text-align: center;
display: inline-block;
font-weight: bold;
@@ -400,11 +400,18 @@
.progress {
margin-top: 10px;
- height: 10px; }
+ height: 20px; }
.progress .progress-bar {
- height: 10px;
+ position: relative;
+ height: 20px;
background-image: none;
background-color: #0082c9; }
+ .progress .progress-bar .progress-label {
+ position: absolute;
+ top: 0;
+ z-index: 2;
+ text-align: center;
+ width: 100%; }
.loaderContainer {
height: 140px;