diff options
Diffstat (limited to 'module/web/static/css/default/dashboard.less')
-rw-r--r-- | module/web/static/css/default/dashboard.less | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/module/web/static/css/default/dashboard.less b/module/web/static/css/default/dashboard.less index 7f504ebdf..bfca80bc2 100644 --- a/module/web/static/css/default/dashboard.less +++ b/module/web/static/css/default/dashboard.less @@ -12,6 +12,10 @@ .sidebar-header {
font-size: 25px;
line-height: 25px;
+ margin: 4px 0;
+ border-bottom: 1px dashed @grey;
+// text-shadow: 1px 0px @grey;
+// box-shadow: 10px 10px 5px @grey;
}
/*
@@ -28,6 +32,9 @@ margin-bottom: 4px;
position: relative;
overflow: hidden;
+ -webkit-hyphens: auto;
+ -moz-hyphens: auto;
+ hyphens: auto;
i {
cursor: move;
@@ -54,10 +61,14 @@ }
.package-indicator {
-// position: absolute;
-// top: 1px;
-// right: 0;
+ color: @light;
+ position: absolute;
+ padding: 2px;
+ bottom: 5px;
+ border-radius: 5px;
+ right: 0;
float: right;
+ .gradient(top, @blue, @blueDark);
}
/*
|