summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorAntoine GIRARD <sapk@sapk.fr>2015-10-13 01:40:35 +0200
committerAntoine GIRARD <sapk@sapk.fr>2015-10-13 01:40:35 +0200
commite1c04f043b9e40c8edc54eab6ccc3189aa2b4a9f (patch)
treecf1dc88804fee9a8dc7ebec2b2295ac6bddc6410 /public
parenta42514613fa78685fad5191e56e14d0038e1ef6a (diff)
downloadgitea-e1c04f043b9e40c8edc54eab6ccc3189aa2b4a9f.tar.gz
gitea-e1c04f043b9e40c8edc54eab6ccc3189aa2b4a9f.zip
Implement new ui to dashboard
Diffstat (limited to 'public')
-rw-r--r--public/less/_admin.less21
1 files changed, 21 insertions, 0 deletions
diff --git a/public/less/_admin.less b/public/less/_admin.less
index d0c65129ca..f1f236d93e 100644
--- a/public/less/_admin.less
+++ b/public/less/_admin.less
@@ -25,4 +25,25 @@
max-width: 200px;
}
}
+
+ .admin-desc,.admin-table {
+ padding: 20px;
+ }
+
+ dl.admin-dl-horizontal {
+ padding: 20px;
+ margin: 0;
+ dd{
+ margin-left: 240px;
+ }
+ dt {
+ font-weight: bolder;
+ float: left;
+ width: 250px;
+ clear: left;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ }
+ }
} \ No newline at end of file