woople-theme 0.6.7 → 0.6.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -58,6 +58,14 @@ a:hover {
58
58
  }
59
59
  }
60
60
 
61
+ #body-container {
62
+ position:relative;
63
+ top:0;
64
+ left:0;
65
+ width:100%;
66
+ float: left;
67
+ }
68
+
61
69
  body {
62
70
  padding:0;
63
71
  }
@@ -131,7 +131,6 @@
131
131
  .menu {
132
132
  padding-right:0;
133
133
  position:absolute;
134
- top: 72px;
135
134
  margin:0;
136
135
  .translate(-250px, 0);
137
136
  }
@@ -1,45 +1,49 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
- <head>
4
- <title>Woople</title>
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <meta name="apple-mobile-web-app-capable" content="yes" />
7
-
8
- <%= stylesheet_link_tag 'woople-theme/index', media: 'all' %>
9
- <%= stylesheet_link_tag "woople-theme/theme-retina", media: 'only screen and (-webkit-min-device-pixel-ratio: 2)' %>
10
- <!--[if (IE 7)]><%= stylesheet_link_tag 'font-awesome/font-awesome-ie7', media: 'all' %><![endif]-->
11
- <%= javascript_include_tag "woople-theme/theme" %>
12
- <%= application_javascript %>
13
- <%= csrf_meta_tags %>
14
- <%= yield :head_content %>
15
-
16
- </head>
17
- <body>
18
- <%= yield :body_content %>
19
-
20
- <div class="container" id="navigation">
21
- <%= impersonation_banner %>
22
-
23
- <div class="row">
24
- <a href="#" class="close-navigation close">&times;</a>
25
- <a href="#navigation" class="navigation"><i class="icon-menu">&nbsp;</i></a>
26
-
27
- <div id="masthead" class="span12">
28
- <%= image_tag('woople-theme/logo.png', class: 'masthead-logo') %>
29
- <%= profile %>
30
- </div>
31
-
32
- <%= menu %>
33
-
34
- <div class="outer-content span9">
35
- <div class="content">
36
- <%= yield %>
3
+ <head>
4
+ <title>Woople</title>
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <meta name="apple-mobile-web-app-capable" content="yes" />
7
+
8
+ <%= stylesheet_link_tag 'woople-theme/index', media: 'all' %>
9
+ <%= stylesheet_link_tag "woople-theme/theme-retina", media: 'only screen and (-webkit-min-device-pixel-ratio: 2)' %>
10
+ <!--[if (IE 7)]><%= stylesheet_link_tag 'font-awesome/font-awesome-ie7', media: 'all' %><![endif]-->
11
+ <%= javascript_include_tag "woople-theme/theme" %>
12
+ <%= application_javascript %>
13
+ <%= csrf_meta_tags %>
14
+ <%= yield :head_content %>
15
+
16
+ </head>
17
+ <body>
18
+ <%= yield :body_content %>
19
+
20
+ <div class="container" id="navigation">
21
+ <%= impersonation_banner %>
22
+
23
+ <div class="row">
24
+ <a href="#" class="close-navigation close">&times;</a>
25
+ <a href="#navigation" class="navigation"><i class="icon-menu">&nbsp;</i></a>
26
+
27
+ <div id="masthead" class="span12">
28
+ <%= image_tag('woople-theme/logo.png', class: 'masthead-logo') %>
29
+ <%= profile %>
30
+ </div>
31
+
32
+ <div id="body-container" >
33
+
34
+ <%= menu %>
35
+
36
+ <div class="outer-content span9">
37
+ <div class="content">
38
+ <%= yield %>
39
+ </div>
40
+ </div>
41
+
42
+ </div>
37
43
  </div>
44
+ <p class="copyright"><a href="<%t 'woople_theme.company.url' %>"><%=t 'woople_theme.company.name' %></a> &copy; <%= DateTime.now.strftime("%Y") %></p>
38
45
  </div>
39
- </div>
40
- <p class="copyright"><a href="<%t 'woople_theme.company.url' %>"><%=t 'woople_theme.company.name' %></a> &copy; <%= DateTime.now.strftime("%Y") %></p>
41
- </div>
42
46
 
43
- <%= yield :extra_javascript %>
44
- </body>
47
+ <%= yield :extra_javascript %>
48
+ </body>
45
49
  </html>
@@ -1,3 +1,3 @@
1
1
  module WoopleTheme
2
- VERSION = '0.6.7'
2
+ VERSION = '0.6.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: woople-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.7
4
+ version: 0.6.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-24 00:00:00.000000000 Z
12
+ date: 2012-09-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails