Revision: 8428
http://sourceforge.net/p/bigdata/code/8428
Author: tobycraig
Date: 2014-05-30 21:14:21 +0000 (Fri, 30 May 2014)
Log Message:
-----------
Moved namespace shortcuts back to right side
Modified Paths:
--------------
branches/NEW_WORKBENCH_1_3_2_BRANCH/bigdata-war/src/html/css/style.css
Modified: branches/NEW_WORKBENCH_1_3_2_BRANCH/bigdata-war/src/html/css/style.css
===================================================================
--- branches/NEW_WORKBENCH_1_3_2_BRANCH/bigdata-war/src/html/css/style.css 2014-05-30 21:13:07 UTC (rev 8427)
+++ branches/NEW_WORKBENCH_1_3_2_BRANCH/bigdata-war/src/html/css/style.css 2014-05-30 21:14:21 UTC (rev 8428)
@@ -192,6 +192,11 @@
clear: both;
}
+.namespace-shortcuts {
+ float: right;
+ margin-bottom: 20px;
+}
+
#large-file-message {
display: none;
margin: 5px 0;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|