padma-assets 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +8 -8
  2. data/app/assets/fonts/Gotham-Bold.eot +0 -0
  3. data/app/assets/fonts/Gotham-Bold.otf +0 -0
  4. data/app/assets/fonts/Gotham-Bold.svg +2066 -0
  5. data/app/assets/fonts/Gotham-Bold.ttf +0 -0
  6. data/app/assets/fonts/Gotham-Bold.woff +0 -0
  7. data/app/assets/fonts/Gotham-Medium.eot +0 -0
  8. data/app/assets/fonts/Gotham-Medium.otf +0 -0
  9. data/app/assets/fonts/Gotham-Medium.svg +2081 -0
  10. data/app/assets/fonts/Gotham-Medium.ttf +0 -0
  11. data/app/assets/fonts/Gotham-Medium.woff +0 -0
  12. data/app/assets/fonts/glyphicons-halflings-regular.eot +0 -0
  13. data/app/assets/fonts/glyphicons-halflings-regular.svg +288 -0
  14. data/app/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  15. data/app/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  16. data/app/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
  17. data/app/assets/images/logo-padma-w.png +0 -0
  18. data/app/assets/images/search.svg +16 -0
  19. data/app/assets/stylesheets/bootstrap3-3-2.min.css +5 -0
  20. data/app/assets/stylesheets/button.css.scss +6 -0
  21. data/app/assets/stylesheets/colors.css.scss +0 -3
  22. data/app/assets/stylesheets/fonts.css +19 -0
  23. data/app/assets/stylesheets/header.css +61 -150
  24. data/app/assets/stylesheets/layout_application.css +33 -32
  25. data/app/assets/stylesheets/pm-gritter.scss +12 -0
  26. data/app/assets/stylesheets/pm-modal.scss +20 -0
  27. data/app/views/layouts/_attendance_menu.html.erb +16 -0
  28. data/app/views/layouts/_header.html.erb +21 -0
  29. data/app/views/layouts/_lists_list.html.erb +28 -0
  30. data/app/views/layouts/_mailing_menu.html.erb +16 -0
  31. data/app/views/layouts/_module_box.html.erb +52 -0
  32. data/app/views/layouts/_stats_list.html.erb +28 -0
  33. data/lib/padma-assets/version.rb +1 -1
  34. metadata +32 -6
  35. data/app/assets/stylesheets/bootstrap.css +0 -492
  36. data/app/assets/stylesheets/bootstrap.min.css +0 -155
@@ -1,33 +1,34 @@
1
- body {
2
- font-family: Verdana, Geneva, sans-serif;
3
- color:#4D4D4D;
4
- }
5
-
6
- /* Page Container Styles */
7
-
8
- .pageContainer {
9
- width:960px;
10
- margin:0px auto;
11
- overflow:auto;
12
- }
13
-
14
- /* Header Styles */
15
-
16
- .header {
17
- width:auto;
18
- height:70px;
19
- }
20
-
21
- /* Main Body Styles */
22
-
23
- .main {
24
- /*test*/
25
- overflow:auto;
26
- }
27
-
28
- /* Footer Styles */
29
-
30
- .footer {
31
- width:960px;
32
- height:20px;
1
+ body {
2
+ font-family: Verdana, Geneva, sans-serif;
3
+ color:#4D4D4D;
4
+ }
5
+
6
+
7
+ /* Page Container Styles */
8
+
9
+ .pageContainer {
10
+ height: 100%;
11
+ margin: 0px auto;
12
+ }
13
+
14
+ /* Header Styles */
15
+
16
+ .header {
17
+ margin:0 auto;
18
+ width: auto;
19
+ }
20
+
21
+ /* Main Body Styles */
22
+
23
+ .main {
24
+ /*test*/
25
+ margin:0 auto;
26
+ max-width:960px;
27
+ }
28
+
29
+ /* Footer Styles */
30
+
31
+ .footer {
32
+ width:960px;
33
+ height:20px;
33
34
  }
@@ -0,0 +1,12 @@
1
+ // Gritter with bootstrap.
2
+ .gritter-item-wrapper {
3
+ &.alert {
4
+ border: none;
5
+ border-radius: 0;
6
+ padding: 0;
7
+ }
8
+ > .alert {
9
+ border-radius: 0;
10
+ margin: 0;
11
+ }
12
+ }
@@ -0,0 +1,20 @@
1
+ $screen-sm-min: 768px;
2
+ $screen-md-min: 992px;
3
+
4
+ #fancybox-wrap,
5
+ #fancybox-wrap * {
6
+ -moz-box-sizing: content-box;
7
+ -webkit-box-sizing: content-box;
8
+ -o-box-sizing: content-box;
9
+ -ms-box-sizing: content-box;
10
+ box-sizing: content-box;
11
+ }
12
+
13
+ .fancybox-modal {
14
+ @media (min-width: $screen-sm-min) {
15
+ min-width: 400px;
16
+ }
17
+ @media (min-width: $screen-md-min) {
18
+ min-width: 450px;
19
+ }
20
+ }
@@ -0,0 +1,16 @@
1
+ <li>
2
+ <%= link_to t('header-menu.attendance.attendances'),
3
+ "#{APP_CONFIG['attendance-url']}/attendances" %>
4
+ </li>
5
+ <li>
6
+ <%= link_to t('header-menu.attendance.time_slots'),
7
+ "#{APP_CONFIG['attendance-url']}/time_slots" %>
8
+ </li>
9
+ <li>
10
+ <%= link_to t('header-menu.attendance.trial_lessons'),
11
+ "#{APP_CONFIG['attendance-url']}/trial_lessons" %>
12
+ </li>
13
+ <li>
14
+ <%= link_to t('header-menu.attendance.stats'),
15
+ "#{APP_CONFIG['attendance-url']}/stats" %>
16
+ </li>
@@ -0,0 +1,21 @@
1
+ <header class="header">
2
+ <div id="H_moduleArea">
3
+ <%= render 'layouts/module_box' %>
4
+ <nav class="subnav" data-priority="secondary" >
5
+ <div class="wrapper">
6
+ <h2><%= yield(:breadcrum) %></h2>
7
+
8
+ <%= yield(:header_submenu) %>
9
+
10
+ <%= form_tag "#{APP_CONFIG['crm-url']}/contacts", {:id => "H_searchForm", :method => :get} do -%>
11
+ <select name="scope">
12
+ <option value="local"><%= t('header-menu.search.locally') %></option>
13
+ <option value="global"><%= t('header-menu.search.globally') %></option>
14
+ </select>
15
+ <%= text_field_tag :q, nil, iD: 'sField' %>
16
+ <%= submit_tag "&nbsp;".html_safe, :class => "submit_search" -%>
17
+ <%- end -%>
18
+ </div>
19
+ </nav>
20
+ </div><!-- #H_moduleArea -->
21
+ </header> <!-- .header -->
@@ -0,0 +1,28 @@
1
+ <li class="dropdown-header"><%= t('header-menu.lists.contacts.title') %></li>
2
+ <li><%= link_to t('header-menu.lists.contacts.all_contacts'), "#{APP_CONFIG['crm-url']}/contacts" %></li>
3
+ <%- %W(students former_students prospects).each do |st| -%>
4
+ <li>
5
+ <%= link_to t("header-menu.lists.contacts.#{st}"), "#{APP_CONFIG['crm-url']}/contacts/#{st}" %>
6
+ </li>
7
+ <%- end -%>
8
+ <li>
9
+ <%= link_to t('header-menu.lists.contacts.current_month_birthdays'), "#{APP_CONFIG['crm-url']}/contacts?contact_search%5Bchosen_columns%5D%5B%5D=full_name&contact_search%5Bchosen_columns%5D%5B%5D=birthday&contact_search%5Bdate_attribute%5D%5Bcategory%5D=birthday&contact_search%5Bdate_attribute%5D%5Bmonth%5D=3" %>
10
+ </li>
11
+
12
+ <li class="dropdown-header"><%= t('header-menu.lists.subscription_changes.title') %></li>
13
+
14
+ <li><%= link_to t('header-menu.lists.subscription_changes.enrollments'), "#{APP_CONFIG['crm-url']}/enrollments" %></li>
15
+ <li><%= link_to t('header-menu.lists.subscription_changes.dropouts'), "#{APP_CONFIG['crm-url']}/drop_outs" %></li>
16
+
17
+ <li class="dropdown-header"><%= t('header-menu.lists.communications.title') %></li>
18
+ <li><%= link_to t('header-menu.lists.communications.all'), "#{APP_CONFIG['crm-url']}/communications" %></li>
19
+ <li><%= link_to t('header-menu.lists.communications.visits'), "#{APP_CONFIG['crm-url']}/communications/interviews" %></li>
20
+ <li><%= link_to t('header-menu.lists.communications.phonecalls'), "#{APP_CONFIG['crm-url']}/communications/phone_calls" %></li>
21
+ <li><%= link_to t('header-menu.lists.communications.emails'), "#{APP_CONFIG['crm-url']}/communications/emails" %></li>
22
+ <li><%= link_to t('header-menu.lists.communications.web'), "#{APP_CONFIG['crm-url']}/communications/web" %></li>
23
+
24
+ <li class="dropdown-header"><%= t('header-menu.lists.comments.title') %></li>
25
+ <li><%= link_to t('header-menu.lists.comments.all'), "#{APP_CONFIG['crm-url']}/comments" %></li>
26
+ <% %W(FollowUp Gestion Revisacion Reunion).each do |t| -%>
27
+ <li><%= link_to t("header-menu.lists.comments.#{t}"), "#{APP_CONFIG['crm-url']}/comments?comment_search%5Bcomment_types%5D%5B%5D=#{t}" %></li>
28
+ <% end -%>
@@ -0,0 +1,16 @@
1
+ <li>
2
+ <%= link_to t('header-menu.mailing.templates'),
3
+ "#{APP_CONFIG['mailing-url']}/templates" %>
4
+ </li>
5
+ <li>
6
+ <%= link_to t('header-menu.mailing.triggers'),
7
+ "#{APP_CONFIG['mailing-url']}/triggers" %>
8
+ </li>
9
+ <li>
10
+ <%= link_to t('header-menu.mailing.scheduled_mails_all'),
11
+ "#{APP_CONFIG['mailing-url']}/scheduled_mails" %>
12
+ </li>
13
+ <li>
14
+ <%= link_to t('header-menu.mailing.scheduled_mails_future'),
15
+ "#{APP_CONFIG['mailing-url']}/scheduled_mails" %>
16
+ </li>
@@ -0,0 +1,52 @@
1
+ <nav class="navbar navbar-inverse navbar-static-top">
2
+ <div class="navbar-header">
3
+ <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
4
+ <span class="sr-only">Toggle navigation</span>
5
+ <span class="icon-bar"></span>
6
+ <span class="icon-bar"></span>
7
+ <span class="icon-bar"></span>
8
+ </button>
9
+ <a id="H_logo" class="navbar-brand" href="<%= APP_CONFIG['crm-url'] %>"> </a>
10
+ </div>
11
+ <div id="navbar" class="collapse navbar-collapse">
12
+ <ul class="nav navbar-nav">
13
+ <li>
14
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><%= t('header-menu.lists.title') %> <span class="caret"></span></a>
15
+ <ul class="dropdown-menu" role="menu">
16
+ <%= render 'layouts/lists_list' %>
17
+ </ul>
18
+ </li>
19
+ <li> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><%= t('header-menu.stats.title') %> <span class="caret"></span></a>
20
+ <ul class="dropdown-menu" role="menu">
21
+ <%= render 'layouts/stats_list' %>
22
+ </ul>
23
+ </li>
24
+ <li> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><%= t('header-menu.mailing.title') %> <span class="caret"></span></a>
25
+ <ul class="dropdown-menu" role="menu">
26
+ <%= render 'layouts/mailing_menu' %>
27
+ </ul>
28
+ </li>
29
+ <li> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><%= t('header-menu.attendance.title') %> <span class="caret"></span></a>
30
+ <ul class="dropdown-menu" role="menu">
31
+ <%= render 'layouts/attendance_menu' %>
32
+ </ul>
33
+ </li>
34
+
35
+ <li> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><%= t('header-menu.modules.title') %> <span class="caret"></span></a>
36
+ <ul class="dropdown-menu" role="menu"> <li><%= link_to t('header-menu.modules.fnz'), APP_CONFIG['fnz-url'] %></li></ul>
37
+ </li>
38
+ </ul>
39
+ <ul class="nav navbar-nav navbar-right">
40
+ <li><%= link_to t('header-menu.new_contact'), "#{APP_CONFIG['crm-url']}/contacts/new", class: 'tipsyS' %></li>
41
+ <li> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false" id="username"><%= current_user.username %> <span class="caret"></span></a>
42
+ <ul class="dropdown-menu" role="menu">
43
+ <li><%= link_to t('header-menu.user_menu.user_profile'), APP_CONFIG['accounts-url'] %></li>
44
+ <% if current_user.current_account.name -%>
45
+ <li><%= link_to t('header-menu.user_menu.school_profile'), "#{APP_CONFIG['accounts-url']}/accounts/#{current_user.current_account.name}" %></li>
46
+ <% end -%>
47
+ <li><%= link_to t('header-menu.user_menu.billing'), "#{APP_CONFIG['accounts-url']}/accounts/#{current_user.current_account.name}/invoices/pending" %></li>
48
+ <li><%= link_to t('header-menu.user_menu.logout'), logout_url %></li></ul>
49
+ </li>
50
+ </ul>
51
+ </div><!--/.nav-collapse -->
52
+ </nav>
@@ -0,0 +1,28 @@
1
+ <li>
2
+ <%= link_to t("header-menu.stats.pdg_report"),
3
+ "#{APP_CONFIG['overmind-url']}/schools/#{current_user.current_account.name}/reports/pedagogic/#{Date.today.year}/#{Date.today.month}" %>
4
+ </li>
5
+ <li>
6
+ <%= link_to t("header-menu.stats.overmind"),
7
+ "#{APP_CONFIG['overmind-url']}/schools/pa/#{current_user.current_account.name}" %>
8
+ </li>
9
+ <li>
10
+ <%= link_to t("header-menu.stats.teacher_ranking"),
11
+ "#{APP_CONFIG['overmind-url']}/schools/#{current_user.current_account.name}/teacher_ranking" %>
12
+ </li>
13
+ <li>
14
+ <%= link_to t("header-menu.stats.schools_ranking"),
15
+ "#{APP_CONFIG['overmind-url']}/ranking" %>
16
+ </li>
17
+ <li>
18
+ <%= link_to t('header-menu.stats.marketing_methods_rankings'),
19
+ "#{APP_CONFIG['crm-url']}/marketing_methods" %>
20
+ </li>
21
+ <li>
22
+ <%= link_to t('header-menu.attendance.stats'),
23
+ "#{APP_CONFIG['attendance-url']}/stats" %>
24
+ </li>
25
+ <li>
26
+ <%= link_to "Statistica Office",
27
+ "#{APP_CONFIG['crm-url']}/statisticas/new" %>
28
+ </li>
@@ -1,5 +1,5 @@
1
1
  module Padma
2
2
  module Assets
3
- VERSION = "0.0.14"
3
+ VERSION = "0.0.15"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: padma-assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dwayne Macgowan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-10 00:00:00.000000000 Z
11
+ date: 2015-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - ! '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.1'
27
27
  description: Assets to be re-used in PADMA applications
@@ -31,6 +31,21 @@ executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
+ - app/assets/fonts/Gotham-Bold.eot
35
+ - app/assets/fonts/Gotham-Bold.otf
36
+ - app/assets/fonts/Gotham-Bold.svg
37
+ - app/assets/fonts/Gotham-Bold.ttf
38
+ - app/assets/fonts/Gotham-Bold.woff
39
+ - app/assets/fonts/Gotham-Medium.eot
40
+ - app/assets/fonts/Gotham-Medium.otf
41
+ - app/assets/fonts/Gotham-Medium.svg
42
+ - app/assets/fonts/Gotham-Medium.ttf
43
+ - app/assets/fonts/Gotham-Medium.woff
44
+ - app/assets/fonts/glyphicons-halflings-regular.eot
45
+ - app/assets/fonts/glyphicons-halflings-regular.svg
46
+ - app/assets/fonts/glyphicons-halflings-regular.ttf
47
+ - app/assets/fonts/glyphicons-halflings-regular.woff
48
+ - app/assets/fonts/glyphicons-halflings-regular.woff2
34
49
  - app/assets/images/arrow_down.png
35
50
  - app/assets/images/arrow_up.png
36
51
  - app/assets/images/glyphicons-halflings-white.png
@@ -42,13 +57,15 @@ files:
42
57
  - app/assets/images/gritter-red.png
43
58
  - app/assets/images/gritter.png
44
59
  - app/assets/images/ie-spacer.gif
60
+ - app/assets/images/logo-padma-w.png
61
+ - app/assets/images/search.svg
45
62
  - app/assets/javascripts/jquery.gritter.min.js
46
63
  - app/assets/javascripts/notifications.js.coffee
47
64
  - app/assets/javascripts/padma-assets.js
48
- - app/assets/stylesheets/bootstrap.css
49
- - app/assets/stylesheets/bootstrap.min.css
65
+ - app/assets/stylesheets/bootstrap3-3-2.min.css
50
66
  - app/assets/stylesheets/button.css.scss
51
67
  - app/assets/stylesheets/colors.css.scss
68
+ - app/assets/stylesheets/fonts.css
52
69
  - app/assets/stylesheets/footer.css
53
70
  - app/assets/stylesheets/header.css
54
71
  - app/assets/stylesheets/jquery.gritter.css
@@ -58,8 +75,16 @@ files:
58
75
  - app/assets/stylesheets/menubox_w140px.css
59
76
  - app/assets/stylesheets/padma-assets.css
60
77
  - app/assets/stylesheets/pictos.css.scss
78
+ - app/assets/stylesheets/pm-gritter.scss
79
+ - app/assets/stylesheets/pm-modal.scss
61
80
  - app/assets/stylesheets/reset.css
62
81
  - app/assets/stylesheets/tables.css.scss
82
+ - app/views/layouts/_attendance_menu.html.erb
83
+ - app/views/layouts/_header.html.erb
84
+ - app/views/layouts/_lists_list.html.erb
85
+ - app/views/layouts/_mailing_menu.html.erb
86
+ - app/views/layouts/_module_box.html.erb
87
+ - app/views/layouts/_stats_list.html.erb
63
88
  - lib/padma-assets.rb
64
89
  - lib/padma-assets/version.rb
65
90
  homepage: ''
@@ -86,3 +111,4 @@ signing_key:
86
111
  specification_version: 4
87
112
  summary: Assets to be re-used in PADMA applications
88
113
  test_files: []
114
+ has_rdoc:
@@ -1,492 +0,0 @@
1
- /*!
2
- * Bootstrap v2.3.2
3
- *
4
- * Copyright 2012 Twitter, Inc
5
- * Licensed under the Apache License v2.0
6
- * http://www.apache.org/licenses/LICENSE-2.0
7
- *
8
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
- */
10
- .clearfix {
11
- *zoom: 1;
12
- }
13
- .clearfix:before,
14
- .clearfix:after {
15
- display: table;
16
- content: "";
17
- line-height: 0;
18
- }
19
- .clearfix:after {
20
- clear: both;
21
- }
22
- .hide-text {
23
- font: 0/0 a;
24
- color: transparent;
25
- text-shadow: none;
26
- background-color: transparent;
27
- border: 0;
28
- }
29
- .input-block-level {
30
- display: block;
31
- width: 100%;
32
- min-height: 30px;
33
- -webkit-box-sizing: border-box;
34
- -moz-box-sizing: border-box;
35
- box-sizing: border-box;
36
- }
37
- [class^="icon-"],
38
- [class*=" icon-"] {
39
- display: inline-block;
40
- width: 14px;
41
- height: 14px;
42
- *margin-right: .3em;
43
- line-height: 14px;
44
- vertical-align: text-top;
45
- background-image: url("../img/glyphicons-halflings.png");
46
- background-position: 14px 14px;
47
- background-repeat: no-repeat;
48
- margin-top: 1px;
49
- }
50
- /* White icons with optional class, or on hover/focus/active states of certain elements */
51
- .icon-white,
52
- .nav-pills > .active > a > [class^="icon-"],
53
- .nav-pills > .active > a > [class*=" icon-"],
54
- .nav-list > .active > a > [class^="icon-"],
55
- .nav-list > .active > a > [class*=" icon-"],
56
- .navbar-inverse .nav > .active > a > [class^="icon-"],
57
- .navbar-inverse .nav > .active > a > [class*=" icon-"],
58
- .dropdown-menu > li > a:hover > [class^="icon-"],
59
- .dropdown-menu > li > a:focus > [class^="icon-"],
60
- .dropdown-menu > li > a:hover > [class*=" icon-"],
61
- .dropdown-menu > li > a:focus > [class*=" icon-"],
62
- .dropdown-menu > .active > a > [class^="icon-"],
63
- .dropdown-menu > .active > a > [class*=" icon-"],
64
- .dropdown-submenu:hover > a > [class^="icon-"],
65
- .dropdown-submenu:focus > a > [class^="icon-"],
66
- .dropdown-submenu:hover > a > [class*=" icon-"],
67
- .dropdown-submenu:focus > a > [class*=" icon-"] {
68
- background-image: url("../img/glyphicons-halflings-white.png");
69
- }
70
- .icon-glass {
71
- background-position: 0 0;
72
- }
73
- .icon-music {
74
- background-position: -24px 0;
75
- }
76
- .icon-search {
77
- background-position: -48px 0;
78
- }
79
- .icon-envelope {
80
- background-position: -72px 0;
81
- }
82
- .icon-heart {
83
- background-position: -96px 0;
84
- }
85
- .icon-star {
86
- background-position: -120px 0;
87
- }
88
- .icon-star-empty {
89
- background-position: -144px 0;
90
- }
91
- .icon-user {
92
- background-position: -168px 0;
93
- }
94
- .icon-film {
95
- background-position: -192px 0;
96
- }
97
- .icon-th-large {
98
- background-position: -216px 0;
99
- }
100
- .icon-th {
101
- background-position: -240px 0;
102
- }
103
- .icon-th-list {
104
- background-position: -264px 0;
105
- }
106
- .icon-ok {
107
- background-position: -288px 0;
108
- }
109
- .icon-remove {
110
- background-position: -312px 0;
111
- }
112
- .icon-zoom-in {
113
- background-position: -336px 0;
114
- }
115
- .icon-zoom-out {
116
- background-position: -360px 0;
117
- }
118
- .icon-off {
119
- background-position: -384px 0;
120
- }
121
- .icon-signal {
122
- background-position: -408px 0;
123
- }
124
- .icon-cog {
125
- background-position: -432px 0;
126
- }
127
- .icon-trash {
128
- background-position: -456px 0;
129
- }
130
- .icon-home {
131
- background-position: 0 -24px;
132
- }
133
- .icon-file {
134
- background-position: -24px -24px;
135
- }
136
- .icon-time {
137
- background-position: -48px -24px;
138
- }
139
- .icon-road {
140
- background-position: -72px -24px;
141
- }
142
- .icon-download-alt {
143
- background-position: -96px -24px;
144
- }
145
- .icon-download {
146
- background-position: -120px -24px;
147
- }
148
- .icon-upload {
149
- background-position: -144px -24px;
150
- }
151
- .icon-inbox {
152
- background-position: -168px -24px;
153
- }
154
- .icon-play-circle {
155
- background-position: -192px -24px;
156
- }
157
- .icon-repeat {
158
- background-position: -216px -24px;
159
- }
160
- .icon-refresh {
161
- background-position: -240px -24px;
162
- }
163
- .icon-list-alt {
164
- background-position: -264px -24px;
165
- }
166
- .icon-lock {
167
- background-position: -287px -24px;
168
- }
169
- .icon-flag {
170
- background-position: -312px -24px;
171
- }
172
- .icon-headphones {
173
- background-position: -336px -24px;
174
- }
175
- .icon-volume-off {
176
- background-position: -360px -24px;
177
- }
178
- .icon-volume-down {
179
- background-position: -384px -24px;
180
- }
181
- .icon-volume-up {
182
- background-position: -408px -24px;
183
- }
184
- .icon-qrcode {
185
- background-position: -432px -24px;
186
- }
187
- .icon-barcode {
188
- background-position: -456px -24px;
189
- }
190
- .icon-tag {
191
- background-position: 0 -48px;
192
- }
193
- .icon-tags {
194
- background-position: -25px -48px;
195
- }
196
- .icon-book {
197
- background-position: -48px -48px;
198
- }
199
- .icon-bookmark {
200
- background-position: -72px -48px;
201
- }
202
- .icon-print {
203
- background-position: -96px -48px;
204
- }
205
- .icon-camera {
206
- background-position: -120px -48px;
207
- }
208
- .icon-font {
209
- background-position: -144px -48px;
210
- }
211
- .icon-bold {
212
- background-position: -167px -48px;
213
- }
214
- .icon-italic {
215
- background-position: -192px -48px;
216
- }
217
- .icon-text-height {
218
- background-position: -216px -48px;
219
- }
220
- .icon-text-width {
221
- background-position: -240px -48px;
222
- }
223
- .icon-align-left {
224
- background-position: -264px -48px;
225
- }
226
- .icon-align-center {
227
- background-position: -288px -48px;
228
- }
229
- .icon-align-right {
230
- background-position: -312px -48px;
231
- }
232
- .icon-align-justify {
233
- background-position: -336px -48px;
234
- }
235
- .icon-list {
236
- background-position: -360px -48px;
237
- }
238
- .icon-indent-left {
239
- background-position: -384px -48px;
240
- }
241
- .icon-indent-right {
242
- background-position: -408px -48px;
243
- }
244
- .icon-facetime-video {
245
- background-position: -432px -48px;
246
- }
247
- .icon-picture {
248
- background-position: -456px -48px;
249
- }
250
- .icon-pencil {
251
- background-position: 0 -72px;
252
- }
253
- .icon-map-marker {
254
- background-position: -24px -72px;
255
- }
256
- .icon-adjust {
257
- background-position: -48px -72px;
258
- }
259
- .icon-tint {
260
- background-position: -72px -72px;
261
- }
262
- .icon-edit {
263
- background-position: -96px -72px;
264
- }
265
- .icon-share {
266
- background-position: -120px -72px;
267
- }
268
- .icon-check {
269
- background-position: -144px -72px;
270
- }
271
- .icon-move {
272
- background-position: -168px -72px;
273
- }
274
- .icon-step-backward {
275
- background-position: -192px -72px;
276
- }
277
- .icon-fast-backward {
278
- background-position: -216px -72px;
279
- }
280
- .icon-backward {
281
- background-position: -240px -72px;
282
- }
283
- .icon-play {
284
- background-position: -264px -72px;
285
- }
286
- .icon-pause {
287
- background-position: -288px -72px;
288
- }
289
- .icon-stop {
290
- background-position: -312px -72px;
291
- }
292
- .icon-forward {
293
- background-position: -336px -72px;
294
- }
295
- .icon-fast-forward {
296
- background-position: -360px -72px;
297
- }
298
- .icon-step-forward {
299
- background-position: -384px -72px;
300
- }
301
- .icon-eject {
302
- background-position: -408px -72px;
303
- }
304
- .icon-chevron-left {
305
- background-position: -432px -72px;
306
- }
307
- .icon-chevron-right {
308
- background-position: -456px -72px;
309
- }
310
- .icon-plus-sign {
311
- background-position: 0 -96px;
312
- }
313
- .icon-minus-sign {
314
- background-position: -24px -96px;
315
- }
316
- .icon-remove-sign {
317
- background-position: -48px -96px;
318
- }
319
- .icon-ok-sign {
320
- background-position: -72px -96px;
321
- }
322
- .icon-question-sign {
323
- background-position: -96px -96px;
324
- }
325
- .icon-info-sign {
326
- background-position: -120px -96px;
327
- }
328
- .icon-screenshot {
329
- background-position: -144px -96px;
330
- }
331
- .icon-remove-circle {
332
- background-position: -168px -96px;
333
- }
334
- .icon-ok-circle {
335
- background-position: -192px -96px;
336
- }
337
- .icon-ban-circle {
338
- background-position: -216px -96px;
339
- }
340
- .icon-arrow-left {
341
- background-position: -240px -96px;
342
- }
343
- .icon-arrow-right {
344
- background-position: -264px -96px;
345
- }
346
- .icon-arrow-up {
347
- background-position: -289px -96px;
348
- }
349
- .icon-arrow-down {
350
- background-position: -312px -96px;
351
- }
352
- .icon-share-alt {
353
- background-position: -336px -96px;
354
- }
355
- .icon-resize-full {
356
- background-position: -360px -96px;
357
- }
358
- .icon-resize-small {
359
- background-position: -384px -96px;
360
- }
361
- .icon-plus {
362
- background-position: -408px -96px;
363
- }
364
- .icon-minus {
365
- background-position: -433px -96px;
366
- }
367
- .icon-asterisk {
368
- background-position: -456px -96px;
369
- }
370
- .icon-exclamation-sign {
371
- background-position: 0 -120px;
372
- }
373
- .icon-gift {
374
- background-position: -24px -120px;
375
- }
376
- .icon-leaf {
377
- background-position: -48px -120px;
378
- }
379
- .icon-fire {
380
- background-position: -72px -120px;
381
- }
382
- .icon-eye-open {
383
- background-position: -96px -120px;
384
- }
385
- .icon-eye-close {
386
- background-position: -120px -120px;
387
- }
388
- .icon-warning-sign {
389
- background-position: -144px -120px;
390
- }
391
- .icon-plane {
392
- background-position: -168px -120px;
393
- }
394
- .icon-calendar {
395
- background-position: -192px -120px;
396
- }
397
- .icon-random {
398
- background-position: -216px -120px;
399
- width: 16px;
400
- }
401
- .icon-comment {
402
- background-position: -240px -120px;
403
- }
404
- .icon-magnet {
405
- background-position: -264px -120px;
406
- }
407
- .icon-chevron-up {
408
- background-position: -288px -120px;
409
- }
410
- .icon-chevron-down {
411
- background-position: -313px -119px;
412
- }
413
- .icon-retweet {
414
- background-position: -336px -120px;
415
- }
416
- .icon-shopping-cart {
417
- background-position: -360px -120px;
418
- }
419
- .icon-folder-close {
420
- background-position: -384px -120px;
421
- width: 16px;
422
- }
423
- .icon-folder-open {
424
- background-position: -408px -120px;
425
- width: 16px;
426
- }
427
- .icon-resize-vertical {
428
- background-position: -432px -119px;
429
- }
430
- .icon-resize-horizontal {
431
- background-position: -456px -118px;
432
- }
433
- .icon-hdd {
434
- background-position: 0 -144px;
435
- }
436
- .icon-bullhorn {
437
- background-position: -24px -144px;
438
- }
439
- .icon-bell {
440
- background-position: -48px -144px;
441
- }
442
- .icon-certificate {
443
- background-position: -72px -144px;
444
- }
445
- .icon-thumbs-up {
446
- background-position: -96px -144px;
447
- }
448
- .icon-thumbs-down {
449
- background-position: -120px -144px;
450
- }
451
- .icon-hand-right {
452
- background-position: -144px -144px;
453
- }
454
- .icon-hand-left {
455
- background-position: -168px -144px;
456
- }
457
- .icon-hand-up {
458
- background-position: -192px -144px;
459
- }
460
- .icon-hand-down {
461
- background-position: -216px -144px;
462
- }
463
- .icon-circle-arrow-right {
464
- background-position: -240px -144px;
465
- }
466
- .icon-circle-arrow-left {
467
- background-position: -264px -144px;
468
- }
469
- .icon-circle-arrow-up {
470
- background-position: -288px -144px;
471
- }
472
- .icon-circle-arrow-down {
473
- background-position: -312px -144px;
474
- }
475
- .icon-globe {
476
- background-position: -336px -144px;
477
- }
478
- .icon-wrench {
479
- background-position: -360px -144px;
480
- }
481
- .icon-tasks {
482
- background-position: -384px -144px;
483
- }
484
- .icon-filter {
485
- background-position: -408px -144px;
486
- }
487
- .icon-briefcase {
488
- background-position: -432px -144px;
489
- }
490
- .icon-fullscreen {
491
- background-position: -456px -144px;
492
- }