aboutsummaryrefslogtreecommitdiff
path: root/public/less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_base.less3
-rw-r--r--public/less/_user.less11
2 files changed, 10 insertions, 4 deletions
diff --git a/public/less/_base.less b/public/less/_base.less
index ee8f63f7..40201afe 100644
--- a/public/less/_base.less
+++ b/public/less/_base.less
@@ -253,9 +253,6 @@ footer {
text-align: center;
color: #428bca;
}
- .ui.language.dropdown {
- z-index: 10000;
- }
.links >* {
border-left: 1px solid #d6d6d6;
padding-left: 8px;
diff --git a/public/less/_user.less b/public/less/_user.less
index b07e30fe..c403e358 100644
--- a/public/less/_user.less
+++ b/public/less/_user.less
@@ -3,10 +3,19 @@
padding-bottom: @footer-margin * 2;
&.settings {
- .key.list {
+ .list {
.item.ui.grid {
margin-top: 15px;
}
}
+ .email.list {
+ .item:not(:first-child) {
+ border-top: 1px solid #eaeaea;
+ height: 50px;
+ .button {
+ margin-top: -10px;
+ }
+ }
+ }
}
} \ No newline at end of file