# HG changeset patch # User Nathan Phillip Brink # Date 2011-03-29 21:12:04 # Node ID 6e6ed7aaca3b3406fdebeb02a21280b56bd3a1fd # Parent e76fcb188bbb8f635aab41b61374c088724503f9 Make course title entry input wider so that longer titles don't appear truncated. diff --git a/styles/general.css b/styles/general.css --- a/styles/general.css +++ b/styles/general.css @@ -381,6 +381,11 @@ a:hover { font: normal bold 1.2em sans-serif; } +.course-title-entry +{ + width: 80%; +} + .inPlace { color: #000; border: none;