Author: kishore
Date: Sun Mar 19 12:15:22 2017
New Revision: 1787615

URL: http://svn.apache.org/viewvc?rev=1787615&view=rev
Log:
Add .table-responsive class to reports

Modified:
    
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/css/style.css
    
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/documentstatus.jsp
    
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/less/boxes.less
    
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/less/miscellaneous.less
    
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/maxactivityreport.jsp
    
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/maxbandwidthreport.jsp
    
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/queuestatus.jsp
    
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/resultreport.jsp
    
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/simplereport.jsp

Modified: 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/css/style.css
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/css/style.css?rev=1787615&r1=1787614&r2=1787615&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/css/style.css
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/css/style.css
 Sun Mar 19 12:15:22 2017
@@ -1258,38 +1258,6 @@ a:focus {
 .box .box-group > .box {
   margin-bottom: 5px;
 }
-.box .knob-label {
-  text-align: center;
-  color: #333;
-  font-weight: 100;
-  font-size: 12px;
-  margin-bottom: 0.3em;
-}
-.box > .overlay,
-.box > .loading-img {
-  position: absolute;
-  top: 0;
-  left: 0;
-  width: 100%;
-  height: 100%;
-}
-.box .overlay {
-  z-index: 50;
-  background: rgba(255, 255, 255, 0.7);
-  border-radius: 3px;
-}
-.box .overlay > .fa {
-  position: absolute;
-  top: 50%;
-  left: 50%;
-  margin-left: -15px;
-  margin-top: -15px;
-  color: #000;
-  font-size: 30px;
-}
-.box .overlay.dark {
-  background: rgba(0, 0, 0, 0.5);
-}
 .box-header:before,
 .box-body:before,
 .box-footer:before,
@@ -1358,7 +1326,6 @@ a:focus {
 }
 .box-body {
   padding: 10px;
-  overflow-x: auto;
 }
 .no-header .box-body {
   border-top-right-radius: 3px;
@@ -1381,15 +1348,6 @@ a:focus {
   padding: 10px;
   background-color: #ffffff;
 }
-.chart-legend {
-  margin: 10px 0;
-}
-@media (max-width: 991px) {
-  .chart-legend > li {
-    float: left;
-    margin-right: 10px;
-  }
-}
 .box-input {
   max-width: 200px;
 }
@@ -2549,8 +2507,7 @@ table.text-center th {
 .no-shadow {
   box-shadow: none!important;
 }
-.list-unstyled,
-.chart-legend {
+.list-unstyled {
   list-style: none;
   margin: 0;
   padding: 0;
@@ -2563,11 +2520,6 @@ table.text-center th {
 .text-bold.table th {
   font-weight: 700;
 }
-.jqstooltip {
-  padding: 5px!important;
-  width: auto!important;
-  height: auto!important;
-}
 .bg-teal-gradient {
   background: #39cccc !important;
   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, 
#39cccc), color-stop(1, #7adddd)) !important;
@@ -2684,15 +2636,6 @@ table.text-center th {
   opacity: 1;
   filter: alpha(opacity=100);
 }
-.chart {
-  position: relative;
-  overflow: hidden;
-  width: 100%;
-}
-.chart svg,
-.chart canvas {
-  width: 100%!important;
-}
 .displaytable,
 .formtable {
   border: 1px solid #f4f4f4;

Modified: 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/documentstatus.jsp
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/documentstatus.jsp?rev=1787615&r1=1787614&r2=1787615&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/documentstatus.jsp
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/documentstatus.jsp
 Sun Mar 19 12:15:22 2017
@@ -442,7 +442,7 @@ try
       <input type="hidden" name="sortorder" 
value='<%=org.apache.manifoldcf.ui.util.Encoder.attributeEscape(sortOrder.toString())%>'/>
 
       <div class="box box-primary">
-        <div class="box-body">
+        <div class="box-body table-responsive">
           <table class="table table-bordered">
             <tr>
               
<th><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"documentstatus.Identifier")%></th>

Modified: 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/less/boxes.less
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/less/boxes.less?rev=1787615&r1=1787614&r2=1787615&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/less/boxes.less
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/less/boxes.less
 Sun Mar 19 12:15:22 2017
@@ -122,44 +122,6 @@
       margin-bottom: 5px;
     }
   }
-
-  // jQuery Knob in a box
-  .knob-label {
-    text-align: center;
-    color: #333;
-    font-weight: 100;
-    font-size: 12px;
-    margin-bottom: 0.3em;
-  }
-
-  // Box overlay for LOADING STATE effect
-  > .overlay,
-  > .loading-img {
-    position: absolute;
-    top: 0;
-    left: 0;
-    width: 100%;
-    height: 100%;
-  }
-
-  .overlay {
-    z-index: 50;
-    background: rgba(255, 255, 255, 0.7);
-    .border-radius(@box-border-radius);
-    > .fa {
-      position: absolute;
-      top: 50%;
-      left: 50%;
-      margin-left: -15px;
-      margin-top: -15px;
-      color: #000;
-      font-size: 30px;
-    }
-  }
-
-  .overlay.dark {
-    background: rgba(0, 0, 0, 0.5);
-  }
 }
 
 //Add clearfix to header, body and footer
@@ -236,7 +198,6 @@
 .box-body {
   //.border-radius(0; 0; @box-border-radius; @box-border-radius);
   padding: @box-padding;
-  overflow-x: auto;
   .no-header & {
     .border-top-radius(@box-border-radius);
   }
@@ -272,16 +233,6 @@
   padding: @box-padding;
   background-color: @box-footer-bg;
 }
-.chart-legend {
-  &:extend(.list-unstyled);
-  margin: 10px 0;
-  > li {
-    @media (max-width: @screen-sm-max) {
-      float: left;
-      margin-right: 10px;
-    }
-  }
-}
 
 //Input in box
 .box-input {

Modified: 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/less/miscellaneous.less
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/less/miscellaneous.less?rev=1787615&r1=1787614&r2=1787615&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/less/miscellaneous.less
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/less/miscellaneous.less
 Sun Mar 19 12:15:22 2017
@@ -265,18 +265,9 @@
   &, &.table td, &.table th {
     font-weight: 700;
   }
-
-
-}
-
-// _fix for sparkline tooltip
-.jqstooltip{
-  padding: 5px!important;
-  width:auto!important;
-  height:auto!important;
+  
 }
 
-
 // Gradient Background colors
 .bg-teal-gradient {
   .gradient(@teal; @teal; lighten(@teal, 16%))!important;
@@ -342,13 +333,3 @@
     .opacity(1);
   }
 }
-// Charts
-.chart {
-  position: relative;
-  overflow: hidden;
-  width: 100%;
-  svg,
-  canvas {
-    width: 100%!important;
-  }
-}
\ No newline at end of file

Modified: 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/maxactivityreport.jsp
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/maxactivityreport.jsp?rev=1787615&r1=1787614&r2=1787615&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/maxactivityreport.jsp
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/maxactivityreport.jsp
 Sun Mar 19 12:15:22 2017
@@ -730,7 +730,7 @@ try
 %>
 
       <div class="box box-primary">
-        <div class="box-body">
+        <div class="box-body table-responsive">
           <table class="table table-bordered">
             <tr>
               <th><a href="javascript:void(0);" 
onclick='javascript:ColumnClick("idbucket");'><nobr><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"maxactivityreport.IdentifierClass")%></nobr></a></th>

Modified: 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/maxbandwidthreport.jsp
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/maxbandwidthreport.jsp?rev=1787615&r1=1787614&r2=1787615&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/maxbandwidthreport.jsp
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/maxbandwidthreport.jsp
 Sun Mar 19 12:15:22 2017
@@ -730,7 +730,7 @@ try
 
 %>
       <div class="box box-primary">
-        <div class="box-body">
+        <div class="box-body table-responsive">
           <table class="table table-bordered">
             <tr>
               <th><a href="javascript:void(0);" 
onclick='javascript:ColumnClick("idbucket");'><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"maxbandwidthreport.IdentifierClass")%></a></th>

Modified: 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/queuestatus.jsp
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/queuestatus.jsp?rev=1787615&r1=1787614&r2=1787615&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/queuestatus.jsp
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/queuestatus.jsp
 Sun Mar 19 12:15:22 2017
@@ -487,8 +487,8 @@ try
           <input type="hidden" name="sortorder" 
value='<%=org.apache.manifoldcf.ui.util.Encoder.attributeEscape(sortOrder.toString())%>'/>
 
       <div class="box box-primary">
-        <div class="box-body no-padding">
-          <table class="table table-responsive">
+        <div class="box-body  table-responsive no-padding">
+          <table class="table table-bordered">
             <tr>
               <th><a href="javascript:void(0);" 
onclick='javascript:ColumnClick("idbucket");'><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"queuestatus.IdentifierClass")%></a></th>
               <th><a href="javascript:void(0);" 
onclick='javascript:ColumnClick("inactive");'><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"queuestatus.Inactive")%></a></th>

Modified: 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/resultreport.jsp
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/resultreport.jsp?rev=1787615&r1=1787614&r2=1787615&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/resultreport.jsp
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/resultreport.jsp
 Sun Mar 19 12:15:22 2017
@@ -746,7 +746,7 @@ try
       <input type="hidden" name="sortorder" 
value='<%=org.apache.manifoldcf.ui.util.Encoder.attributeEscape(sortOrder.toString())%>'/>
 
       <div class="box box-primary">
-        <div class="box-body">
+        <div class="box-body table-responsive">
           <table class="table table-bordered">
             <tr>
               <th><a href="javascript:void(0);" 
onclick='javascript:ColumnClick("idbucket");'><nobr><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"resultreport.IdentifierClass")%></nobr></a></th>

Modified: 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/simplereport.jsp
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/simplereport.jsp?rev=1787615&r1=1787614&r2=1787615&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/simplereport.jsp
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/simplereport.jsp
 Sun Mar 19 12:15:22 2017
@@ -664,7 +664,7 @@ try
       <input type="hidden" name="sortorder" 
value='<%=org.apache.manifoldcf.ui.util.Encoder.attributeEscape(sortOrder.toString())%>'/>
 
       <div class="box box-primary">
-        <div class="box-body">
+        <div class="box-body table-responsive">
           <table class="table table-bordered">
             <tr>
               <th><a href="javascript:void(0);" 
onclick='javascript:ColumnClick("starttime");'><nobr><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"simplereport.StartTime")%></nobr></a></th>


Reply via email to