[Building Sakai] Where can i change ui tool tip related css in Syllabus tool

Bryan Holladay holladay at longsight.com
Mon Oct 13 11:13:59 PDT 2014


The "left" css attribute is probably being populated by the jQuery library
"editable". I would look in the js file:
https://source.sakaiproject.org/svn/syllabus/trunk/syllabus-app/src/webapp/js/syllabus.js
at:
$(".endTimeInput").editable({

Then add a "display" function like bodyInput has and adjust the left
attribute in that method.

This would be a hack, so if you can use the existing jquery editable
functions, then I could commit it back to trunk.

Thanks,
Bryan

On Fri, Oct 10, 2014 at 1:35 PM, Laxman Deepak <
laxmandeepak.vidyayug at gmail.com> wrote:

> HI All,
>
>    In my environment  *E**nd date* on the syllabus tool  displays to the
> right of the syllabus area forcing the user to scroll to the right to
> locate it rather than fitting the iframe. By seeing inspect element i came
> to know that if i reduce the the float:left property for that popup then it
> did not showing scroll and it is rendering with in the iframe. Can anybody
> help where i do exact css changes.Please see the following image.
>
>
>>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20141013/a244030c/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Syllabus.png
Type: image/png
Size: 203886 bytes
Desc: not available
Url : http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20141013/a244030c/attachment.png 


More information about the sakai-dev mailing list