From 054bf580e441e7fc199213eec40769660026b22b Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Mon, 1 Oct 2012 11:43:33 +0200 Subject: updates for django 1.4.1 --- src/static/css/jquery.meetingtools.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/static/css/jquery.meetingtools.css (limited to 'src/static/css/jquery.meetingtools.css') diff --git a/src/static/css/jquery.meetingtools.css b/src/static/css/jquery.meetingtools.css new file mode 100644 index 0000000..ba243d4 --- /dev/null +++ b/src/static/css/jquery.meetingtools.css @@ -0,0 +1,7 @@ +.meeting-list li { list-style: none; display: block; } +.meeting { width: 420px; margin: 0px 0px; padding: 0px 0px; } +.meeting h4 { } +.meeting-description { } +.meeting-participants { font-size: 80%; } +.meeting-url { font-size: 80%; } +.meeting-info { } -- cgit v1.1