aboutsummaryrefslogtreecommitdiff
path: root/public/less/_admin.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less/_admin.less')
-rw-r--r--public/less/_admin.less24
1 files changed, 21 insertions, 3 deletions
diff --git a/public/less/_admin.less b/public/less/_admin.less
index d0c65129..8982725c 100644
--- a/public/less/_admin.less
+++ b/public/less/_admin.less
@@ -10,8 +10,8 @@
padding-bottom: 5px;
}
th, td {
- &:first-child {
- padding-left: 15px;
+ &:first-of-type {
+ padding-left: 15px !important;
}
}
}
@@ -25,4 +25,22 @@
max-width: 200px;
}
}
-} \ No newline at end of file
+
+ 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;
+ }
+ }
+}