summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedViewer.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedViewer.css')
-rw-r--r--js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedViewer.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedViewer.css b/js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedViewer.css
new file mode 100644
index 0000000..395df3d
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedViewer.css
@@ -0,0 +1,16 @@
+.feedViewerTable {
+ font-size: small;
+ width:100%;
+ cursor:default;
+ padding:2px;
+}
+
+.feedViewerTable, .feedViewerTable table {
+ border-width: 0;
+ margin: 0;
+}
+
+.feedViewerTableBody {
+ overflow-x: auto;
+ overflow-y: auto;
+}