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:
authorSander <sbrand@exed.nl>2016-09-19 18:04:42 +0300
committerSander <sbrand@exed.nl>2016-09-19 18:04:42 +0300
commit51ae8754ed4c70b644e27e0e5f109f715c310af9 (patch)
tree007529b32b6160ef173a11c48a7c8385fa1951bc /css/app.css
parent396ec55453dfee03773bed1bf5f90740cbc6647c (diff)
Add border-radius to tags
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/css/app.css b/css/app.css
index 06b3d2fa..c851ce2e 100644
--- a/css/app.css
+++ b/css/app.css
@@ -186,7 +186,11 @@
background-color: rgba(240, 240, 240, 0.9);
padding: 4px;
font-size: 11px;
- margin-right: 3px; }
+ margin-right: 3px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px;
+ background-clip: padding-box;
+ /* stops bg color from leaking outside the border: */ }
#app-content #app-content-wrapper .credential-table tr td .icon-more {
display: inline-block;
float: right;
@@ -338,6 +342,9 @@
#app-navigation > ul ul {
display: inherit !important; }
+#app-content.with-app-sidebar {
+ margin-right: 32%; }
+
#app-settings-content:not(.ng-hide) {
height: 60px;
display: inherit !important;