Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4d80ef
)
Preventing column names from wrapping on the instructor add tool page.
author
Chris Scribner
<scriby@gmail.com>
Wed, 12 Oct 2011 17:17:32 +0000
(13:17 -0400)
committer
Chris Scribner
<scriby@gmail.com>
Mon, 7 Nov 2011 01:42:00 +0000
(20:42 -0500)
mod/lti/styles.css
patch
|
blob
|
blame
|
history
diff --git
a/mod/lti/styles.css
b/mod/lti/styles.css
index
4485ae0
..
cc284a8
100644
(file)
--- a/
mod/lti/styles.css
+++ b/
mod/lti/styles.css
@@
-30,3
+30,8
@@
/* Styles for admin */
.path-admin-mod-lti .mform .fitem .fitemtitle { min-width:18em;padding-right:1em } /* Prevent setting titles from wrapping */
+
+/* Styles for instructor_edit_tool_type.php */
+#page-mod-lti-instructor_edit_tool_type .mform .fitem .fitemtitle { min-width:18em;padding-right:1em } /* Prevent setting titles from wrapping */
+
+