diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-01-30 22:11:10 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-01-30 22:11:10 +0100 |
commit | 40b05174b69de8b0f8366b49d43a3cbc97563fda (patch) | |
tree | 70caba934251f6be43e0b318f9dd1009b884c133 /module/web/static/css/default/dashboard.less | |
parent | added outline option for the logo (diff) | |
download | pyload-40b05174b69de8b0f8366b49d43a3cbc97563fda.tar.xz |
added actionbar, two-column dashboard
Diffstat (limited to 'module/web/static/css/default/dashboard.less')
-rw-r--r-- | module/web/static/css/default/dashboard.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/static/css/default/dashboard.less b/module/web/static/css/default/dashboard.less index 0c749eb36..e7e6117da 100644 --- a/module/web/static/css/default/dashboard.less +++ b/module/web/static/css/default/dashboard.less @@ -1,4 +1,4 @@ -@import "style.less";
+@import "common.less";
/*
Dashboard
@@ -93,7 +93,7 @@ }
.package-row.first {
- width: 50%;
+ width: 40%;
font-weight: bold;
i {
|