Author: kishore
Date: Thu Mar 16 00:48:05 2017
New Revision: 1787116
URL: http://svn.apache.org/viewvc?rev=1787116&view=rev
Log:
Temp fix for horizantal scrolling in report views
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/less/boxes.less
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=1787116&r1=1787115&r2=1787116&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
Thu Mar 16 00:48:05 2017
@@ -1353,6 +1353,7 @@ a:focus {
}
.box-body {
padding: 10px;
+ overflow-x: auto;
}
.no-header .box-body {
border-top-right-radius: 3px;
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=1787116&r1=1787115&r2=1787116&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
Thu Mar 16 00:48:05 2017
@@ -236,6 +236,7 @@
.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);
}