Revision: 2048
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2048&view=rev
Author:   cimorrison
Date:     2011-10-02 09:42:05 +0000 (Sun, 02 Oct 2011)
Log Message:
-----------
Separated out the changes to standard datatables CSS into the mrbs file so that 
upgrades to datatables can be applied easily

Modified Paths:
--------------
    mrbs/branches/datatables/web/jquery/datatables/css/ColVis.css
    mrbs/branches/datatables/web/mrbs.css.php

Modified: mrbs/branches/datatables/web/jquery/datatables/css/ColVis.css
===================================================================
--- mrbs/branches/datatables/web/jquery/datatables/css/ColVis.css       
2011-10-01 09:03:26 UTC (rev 2047)
+++ mrbs/branches/datatables/web/jquery/datatables/css/ColVis.css       
2011-10-02 09:42:05 UTC (rev 2048)
@@ -36,6 +36,7 @@
 
 div.ColVis_collection {
        position: relative;
+       width: 150px;
        background-color: #f3f3f3;
        padding: 3px;
        border: 1px solid #ccc;
@@ -45,8 +46,7 @@
 div.ColVis_collection button.ColVis_Button {
        background-color: white;
        width: 100%;
-       float: left;
-       clear: left;
+       float: none;
        margin-bottom: 2px;
 }
 
@@ -71,12 +71,6 @@
 }
 
 span.ColVis_radio {
-       display: block;
-       float: left;
-       width: 30px;
+       display: inline-block;
+       width: 20px;
 }
-
-span.ColVis_title {
-       display: block;
-  float: left;
-}

Modified: mrbs/branches/datatables/web/mrbs.css.php
===================================================================
--- mrbs/branches/datatables/web/mrbs.css.php   2011-10-01 09:03:26 UTC (rev 
2047)
+++ mrbs/branches/datatables/web/mrbs.css.php   2011-10-02 09:42:05 UTC (rev 
2048)
@@ -831,6 +831,26 @@
 /*-------------DataTables-------------------------*/
 div.datatable_container {float: left; width: 100%; padding: 2em 0}
 
+div.ColVis_collection {
+  width: auto;
+}
+
+div.ColVis_collection button.ColVis_Button {
+  float: left;
+  clear: left;
+}
+
+span.ColVis_radio {
+  display: block;
+  float: left;
+  width: 30px;
+}
+
+span.ColVis_title {
+       display: block;
+  float: left;
+}
+
 /* ------------ jQuery UI additions -------------*/
 
 .ui-autocomplete {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to