s...@ull.at
unread,Jun 25, 2014, 2:42:16 AM6/25/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ullrigh...@googlegroups.com
Author: klemens
Date: 2014-06-25 08:42:03 +0200 (Wed, 25 Jun 2014)
New Revision: 4115
Modified:
trunk/plugins/ullCorePlugin/web/css/main_multi_format.css
Log:
Added css styles for many to many widget with sortable capability
Modified: trunk/plugins/ullCorePlugin/web/css/main_multi_format.css
===================================================================
--- trunk/plugins/ullCorePlugin/web/css/main_multi_format.css 2014-06-25 06:39:49 UTC (rev 4114)
+++ trunk/plugins/ullCorePlugin/web/css/main_multi_format.css 2014-06-25 06:42:03 UTC (rev 4115)
@@ -1122,6 +1122,33 @@
}
+/* sortable */
+
+.ull_widget_many_to_many_sortable {
+ display: none;
+}
+
+.many_to_many_box {
+ display: inline-block;
+ width: 200px;
+ height: 80px;
+ overflow: auto;
+ list-style-type: none;
+ margin: 0 30px 0 0 ;
+ border: 1px solid #666;
+ background: white;
+ padding: 5px;
+
+}
+
+.many_to_many_box li {
+ margin: 0;
+ padding: 0;
+ cursor: pointer;
+}
+
+
+
/*
* ************************************************
* ullWidgetDateTime