You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by jo...@apache.org on 2014/07/21 15:25:16 UTC

[40/50] git commit: Add vertical offset helpers

Add vertical offset helpers


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/2d1e11fb
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/2d1e11fb
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/2d1e11fb

Branch: refs/heads/master
Commit: 2d1e11fb9c827bb2d9155738812a253bd0aee57e
Parents: 305ac4d
Author: Michael Joyce <jo...@apache.org>
Authored: Fri Jul 18 14:47:28 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
Committed: Fri Jul 18 14:47:28 2014 -0700

----------------------------------------------------------------------
 ocw-ui/frontend-new/app/styles/main.css | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/2d1e11fb/ocw-ui/frontend-new/app/styles/main.css
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/styles/main.css b/ocw-ui/frontend-new/app/styles/main.css
index 61f461e..4ce3109 100644
--- a/ocw-ui/frontend-new/app/styles/main.css
+++ b/ocw-ui/frontend-new/app/styles/main.css
@@ -106,3 +106,10 @@ div.ocw-bar { height: 5px; }
 }
 
 #results-sidebar-header { font-size: 14px; }
+
+/* Helpers for vertical offsets */
+.top3 { margin-top: 3%; }
+.top7 { margin-top: 7%; }
+.top14 { margin-top:14%; }
+.top21 { margin-top:21%; }
+.top42 { margin-top:42%; }