]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
added a css class so that we can limit the width of text instruction areas in admin...
authorcash <cash.costello@gmail.com>
Fri, 24 Jun 2011 00:51:46 +0000 (20:51 -0400)
committercash <cash.costello@gmail.com>
Fri, 24 Jun 2011 00:51:46 +0000 (20:51 -0400)
views/default/css/admin.php

index a4d413781fc8e9a8ab017d39dafffcd09bbdc086..a56c7b21456e8caab46ce01f0e4b13f0a1ee199b 100644 (file)
@@ -1102,6 +1102,10 @@ a.elgg-widget-collapsed:before {
        ADMIN MISC
 *************************************** */
 
+.elgg-instructs {
+       max-width: 600px;
+}
+
 .manifest_file {
        background-color:#eee;