diff options
Diffstat (limited to 'public/less/_admin.less')
-rw-r--r-- | public/less/_admin.less | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/public/less/_admin.less b/public/less/_admin.less index d0c65129ca..40fefd32ee 100644 --- a/public/less/_admin.less +++ b/public/less/_admin.less @@ -25,4 +25,29 @@ max-width: 200px; } } -}
\ No newline at end of file + + .admin-desc { + padding: 20px; + } + .admin-table{ + .table{ + width: 100%; + } + } + 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; + } + } +} |