r4115 - trunk/plugins/ullCorePlugin/web/css

0 views
Skip to first unread message

s...@ull.at

unread,
Jun 25, 2014, 2:42:16 AM6/25/14
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

Reply all
Reply to author
Forward
0 new messages