From: cash Date: Fri, 24 Jun 2011 00:51:46 +0000 (-0400) Subject: added a css class so that we can limit the width of text instruction areas in admin... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d583d9c1380aab7e9e4df9d2466c3db41fb3cbee;p=lorea%2Felgg.git added a css class so that we can limit the width of text instruction areas in admin area --- diff --git a/views/default/css/admin.php b/views/default/css/admin.php index a4d413781..a56c7b214 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -1102,6 +1102,10 @@ a.elgg-widget-collapsed:before { ADMIN MISC *************************************** */ +.elgg-instructs { + max-width: 600px; +} + .manifest_file { background-color:#eee;