From 2bdad0ae7a3a6e4ec5116becd39910388b679ed2 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 4 Oct 2012 15:39:08 +0200 Subject: restructure --- static/css/jquery.meetingtools.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 static/css/jquery.meetingtools.css (limited to 'static/css/jquery.meetingtools.css') diff --git a/static/css/jquery.meetingtools.css b/static/css/jquery.meetingtools.css new file mode 100644 index 0000000..ba243d4 --- /dev/null +++ b/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