You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/10/14 00:13:25 UTC

svn commit: r824951 - /incubator/click/trunk/click/examples/webapp/assets/css/style.css

Author: sabob
Date: Tue Oct 13 22:13:24 2009
New Revision: 824951

URL: http://svn.apache.org/viewvc?rev=824951&view=rev
Log:
updated table exporter

Modified:
    incubator/click/trunk/click/examples/webapp/assets/css/style.css

Modified: incubator/click/trunk/click/examples/webapp/assets/css/style.css
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/assets/css/style.css?rev=824951&r1=824950&r2=824951&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/webapp/assets/css/style.css (original)
+++ incubator/click/trunk/click/examples/webapp/assets/css/style.css Tue Oct 13 22:13:24 2009
@@ -245,21 +245,32 @@
     padding-right: 2px;
 }
 
-.export-attached {
-    display: inline;
-}
+/* Exporter */
 
-.export-attached .export-actions {
+.export-attached, .export-detached {
     border: 1px dotted #999999;
     padding: 2px 4px;
+    margin-bottom: 10px;
+    margin-top: 10px;
     display: block;
     width: 390px;
     background-color: #EEEEEE;
-    margin-bottom: 10px;
-    margin-top: 10px;
 }
 
-/* Export */
+.export-attached a, .export-detached a, .export-inline a {
+    text-decoration: none;
+}
+
+.export-attached a span, .export-detached a span, .export-inline a span {
+    text-decoration: underline;
+}
+
+.export-attached img.link, .export-detached img.link, .export-inline img.link {
+    vertical-align: top;
+    padding-right: 2px;
+}
+
+/* Inline Exporter */
 
 td.export-inline {
 	background-color: #eee;
@@ -270,13 +281,8 @@
 	background-color: #fff;
 }
 
-td.export-inline a {
-	color: #000;
-	text-decoration: none;
-}
-
-td.export-inline a:hover {
-	text-decoration: underline;
+td.export-inline span {
+    width: 100%;
 }
 
 /*