diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-07-14 13:10:41 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-07-14 13:10:41 -0400 |
commit | cf151b55922b638feeeb9477b1d5dea764f4427b (patch) | |
tree | c69be48de60f2eae170d275c0fc8bbd197bc81b5 /views | |
parent | 9784c62f8c0253e221dea3ff763614fe6aca20da (diff) | |
download | elgg-cf151b55922b638feeeb9477b1d5dea764f4427b.tar.gz elgg-cf151b55922b638feeeb9477b1d5dea764f4427b.tar.bz2 |
added .elgg-text-help to admin theme
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css/admin.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 78ec95c26..6f9ed643e 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -1510,6 +1510,12 @@ ul.elgg-plugin-categories, ul.elgg-plugin-categories > li { margin-bottom: 5px; } +.elgg-text-help { + display: block; + font-size: 85%; + font-style: italic; +} + .elgg-longtext-control { margin-left: 14px; font-size: 80%; |