dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #25914
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 12871: Interpretation feed css
------------------------------------------------------------
revno: 12871
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2013-11-04 16:41:31 +0100
message:
Interpretation feed css
modified:
dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretation.vm
dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretation.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretation.vm 2012-12-04 13:16:24 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretation.vm 2013-11-04 15:41:31 +0000
@@ -1,10 +1,8 @@
-<h3>$i18n.getString( "interpretations" )</h3>
-
<div id="shareLink">$i18n.getString( "share_your_own_interpretations_from" )
+ <a href="../dhis-web-reporting/displayManageTableForm.action">$i18n.getString( "pivot_table" )</a>,
<a href="../dhis-web-visualizer/app/index.html">$i18n.getString( "data_visualizer" )</a>,
- <a href="../dhis-web-mapping/app/index.html">$i18n.getString( "gis" )</a>,
- <a href="../dhis-web-reporting/displayManageTableForm.action">$i18n.getString( "report_table" )</a> or
+ <a href="../dhis-web-mapping/app/index.html">$i18n.getString( "gis" )</a> or
<a href="../dhis-web-reporting/showDataSetReportForm.action">$i18n.getString( "data_set_report" )</a>
</div>
=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css 2013-10-21 16:30:59 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css 2013-11-04 15:41:31 +0000
@@ -471,13 +471,16 @@
#interpretationFeed
{
width: 600px;
+ margin-left: 4%;
}
#shareLink
{
color: #777;
- font-size: 11pt;
- margin-bottom: 15px;
+ font-size: 16px;
+ padding-top: 7px;
+ margin-left: 4%;
+ margin-bottom: 22px;
}
.interpretationContainer