social_stream 2.0.0.beta2 → 2.0.0.beta3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (227) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -0
  3. data/README.rdoc +5 -4
  4. data/Rakefile +1 -1
  5. data/base/app/assets/images/icons/files_ico-50.png +0 -0
  6. data/base/app/assets/images/icons/files_ico-70.png +0 -0
  7. data/base/app/assets/images/logos/medium/group.png +0 -0
  8. data/base/app/assets/images/logos/medium/user.png +0 -0
  9. data/base/app/assets/images/logos/original/group.png +0 -0
  10. data/base/app/assets/images/logos/original/user.png +0 -0
  11. data/base/app/assets/images/logos/small/group.png +0 -0
  12. data/base/app/assets/images/logos/small/user.png +0 -0
  13. data/base/app/assets/javascripts/social_stream/contact.js +23 -56
  14. data/base/app/assets/javascripts/social_stream/object.js +5 -0
  15. data/base/app/assets/javascripts/social_stream/relation_customs.js +1 -1
  16. data/base/app/assets/javascripts/social_stream/wall.js +1 -0
  17. data/base/app/assets/stylesheets/social_stream-base.css.sass +81 -2
  18. data/base/app/assets/stylesheets/social_stream/base/adjust.css.sass +5 -0
  19. data/base/app/assets/stylesheets/social_stream/base/{_adjust.css.sass → adjust/_adjust.css.sass} +1 -5
  20. data/base/app/assets/stylesheets/social_stream/base/adjust/layout/_adjust.css.sass +10 -0
  21. data/base/app/assets/stylesheets/social_stream/base/buttons.css.sass +2 -0
  22. data/base/app/assets/stylesheets/social_stream/base/{_buttons.scss.sass → buttons/_buttons.scss.sass} +0 -0
  23. data/base/app/assets/stylesheets/social_stream/base/contacts.css.sass +10 -0
  24. data/base/app/assets/stylesheets/social_stream/base/contacts/_contacts.css.sass +12 -7
  25. data/base/app/assets/stylesheets/social_stream/base/contacts/layouts/_contacts.css.sass +35 -27
  26. data/base/app/assets/stylesheets/social_stream/base/contacts/responsive/_responsive-1200px-min.css.sass +13 -3
  27. data/base/app/assets/stylesheets/social_stream/base/contacts/responsive/_responsive-767px-max.css.sass +38 -3
  28. data/base/app/assets/stylesheets/social_stream/base/conversation.css.sass +10 -0
  29. data/base/app/assets/stylesheets/social_stream/base/conversation/_conversation.css.sass +3 -3
  30. data/base/app/assets/stylesheets/social_stream/base/conversation/layout/_conversation.css.sass +3 -0
  31. data/base/app/assets/stylesheets/social_stream/base/conversation/responsive/_responsive-767px-max.css.sass +4 -1
  32. data/base/app/assets/stylesheets/social_stream/base/explore.css.sass +18 -0
  33. data/base/app/assets/stylesheets/social_stream/base/explore/_explore.css.sass +8 -3
  34. data/base/app/assets/stylesheets/social_stream/base/explore/layout/_explore-search.css.sass +1 -0
  35. data/base/app/assets/stylesheets/social_stream/base/explore/layout/_explore-timeline.css.sass +9 -5
  36. data/base/app/assets/stylesheets/social_stream/base/explore/layout/_explore.css.sass +4 -5
  37. data/base/app/assets/stylesheets/social_stream/base/explore/responsive/_responsive-1200px-min.css.sass +12 -10
  38. data/base/app/assets/stylesheets/social_stream/base/explore/responsive/_responsive-767px-max.css.sass +2 -0
  39. data/base/app/assets/stylesheets/social_stream/base/explore/responsive/_responsive-768px-979px.css.sass +2 -0
  40. data/base/app/assets/stylesheets/social_stream/base/footer.css.sass +2 -0
  41. data/base/app/assets/stylesheets/social_stream/base/footer/layout/_footer.css.sass +4 -3
  42. data/base/app/assets/stylesheets/social_stream/base/frontpage_devise.css.sass +16 -0
  43. data/base/app/assets/stylesheets/social_stream/base/groups/_groups.css.sass +17 -0
  44. data/base/app/assets/stylesheets/social_stream/base/{_groups.css.sass → groups/layout/_groups.css.sass} +2 -7
  45. data/base/app/assets/stylesheets/social_stream/base/icons.css.sass +2 -0
  46. data/base/app/assets/stylesheets/social_stream/base/icons/icon.css.css +52 -38
  47. data/base/app/assets/stylesheets/social_stream/base/jquery-ui.css.sass +10 -0
  48. data/base/app/assets/stylesheets/social_stream/base/{_jquery-ui.css.sass → jquery-ui/_jquery-ui.css.sass} +0 -0
  49. data/base/app/assets/stylesheets/social_stream/base/layouts.css.sass +2 -0
  50. data/base/app/assets/stylesheets/social_stream/base/layouts/_header.css.sass +10 -5
  51. data/base/app/assets/stylesheets/social_stream/base/layouts/_layout.css.sass +4 -2
  52. data/base/app/assets/stylesheets/social_stream/base/logo.css.sass +7 -0
  53. data/base/app/assets/stylesheets/social_stream/base/mixins.css.sass +10 -0
  54. data/base/app/assets/stylesheets/social_stream/base/mixins/_buttons.css.sass +11 -12
  55. data/base/app/assets/stylesheets/social_stream/base/mixins/_colorfont.css.sass +2 -1
  56. data/base/app/assets/stylesheets/social_stream/base/notifications.css.sass +10 -0
  57. data/base/app/assets/stylesheets/social_stream/base/profile.css.sass +10 -0
  58. data/base/app/assets/stylesheets/social_stream/base/profile/_profile.css.sass +29 -19
  59. data/base/app/assets/stylesheets/social_stream/base/profile/layout/_profile.css.sass +42 -47
  60. data/base/app/assets/stylesheets/social_stream/base/profile/responsive/_responsive-1200px-min.css.sass +2 -4
  61. data/base/app/assets/stylesheets/social_stream/base/profile/responsive/_responsive-767px-max.css.sass +12 -4
  62. data/base/app/assets/stylesheets/social_stream/base/profile/responsive/_responsive-768px-979px.css.sass +4 -5
  63. data/base/app/assets/stylesheets/social_stream/base/responsive.css.sass +6 -0
  64. data/base/app/assets/stylesheets/social_stream/base/responsive/_responsive-1200px-min.css.sass +7 -4
  65. data/base/app/assets/stylesheets/social_stream/base/responsive/_responsive-767px-max.css.sass +1 -2
  66. data/base/app/assets/stylesheets/social_stream/base/responsive/_responsive-768px-979px.css.sass +4 -1
  67. data/base/app/assets/stylesheets/social_stream/base/search.css.sass +2 -0
  68. data/base/app/assets/stylesheets/social_stream/base/select2.css.sass +5 -0
  69. data/base/app/assets/stylesheets/social_stream/base/settings.css.sass +10 -0
  70. data/base/app/assets/stylesheets/social_stream/base/settings/_settings.css.sass +1 -2
  71. data/base/app/assets/stylesheets/social_stream/base/settings/layout/_settings.css.sass +5 -0
  72. data/base/app/assets/stylesheets/social_stream/base/settings/responsive/_responsive-767px-max.css.sass +2 -1
  73. data/base/app/assets/stylesheets/social_stream/base/settings/responsive/_responsive-768px-979px.css.sass +4 -2
  74. data/base/app/assets/stylesheets/social_stream/base/sidebar.css.sass +8 -0
  75. data/base/app/assets/stylesheets/social_stream/base/sidebar/_sidebar.css.sass +1 -1
  76. data/base/app/assets/stylesheets/social_stream/base/sidebar/layout/_sidebar.css.sass +4 -1
  77. data/base/app/assets/stylesheets/social_stream/base/timeline.css.sass +14 -0
  78. data/base/app/assets/stylesheets/social_stream/base/timeline/_timeline.css.sass +4 -9
  79. data/base/app/assets/stylesheets/social_stream/base/timeline/_wrapper_activities.css.sass +4 -2
  80. data/base/app/assets/stylesheets/social_stream/base/timeline/layout/_timeline.css.sass +34 -0
  81. data/base/app/assets/stylesheets/social_stream/base/timeline/responsive/_responsive-1200px-min.css.sass +14 -0
  82. data/base/app/assets/stylesheets/social_stream/base/timeline/responsive/_responsive-767px-max.css.sass +28 -0
  83. data/base/app/assets/stylesheets/social_stream/base/timeline/responsive/_responsive-768px-979px.css.sass +14 -0
  84. data/base/app/assets/stylesheets/social_stream/base/toolbar.css.sass +10 -0
  85. data/base/app/assets/stylesheets/social_stream/base/toolbar/_toolbar.css.sass +28 -8
  86. data/base/app/assets/stylesheets/social_stream/base/toolbar/responsive/_responsive-1200px-min.css.sass +1 -2
  87. data/base/app/assets/stylesheets/social_stream/base/toolbar/responsive/_responsive-767px-max.css.sass +14 -2
  88. data/base/app/assets/stylesheets/social_stream/bootstrap-rewrite/_button-groups.scss +1 -1
  89. data/base/app/assets/stylesheets/social_stream/bootstrap-rewrite/_forms.scss +8 -0
  90. data/base/app/assets/stylesheets/social_stream/bootstrap-rewrite/_nav.scss +4 -0
  91. data/base/app/assets/stylesheets/social_stream/fonts/JosefinSlabOverlay.ttf +0 -0
  92. data/base/app/assets/stylesheets/social_stream/fonts/JosefinSlabRegular-Outline.ttf +0 -0
  93. data/base/app/assets/stylesheets/social_stream/fonts/JosefinSlabRegular.ttf +0 -0
  94. data/base/app/assets/stylesheets/social_stream/fonts/colorfont.css +4 -4
  95. data/base/app/assets/stylesheets/social_stream/fonts/fonts.css +4 -4
  96. data/base/app/assets/stylesheets/social_stream/fonts/social-stream:fonts:colorfont.css.sass +5 -0
  97. data/base/app/assets/stylesheets/social_stream/fonts/social-stream:fonts:fonts.css.sass +5 -0
  98. data/base/app/controllers/repositories_controller.rb +2 -3
  99. data/base/app/helpers/contacts_helper.rb +30 -17
  100. data/base/app/models/activity_object.rb +16 -17
  101. data/base/app/models/profile.rb +0 -4
  102. data/base/app/views/activities/_root.html.erb +1 -1
  103. data/base/app/views/activities/_timeline_modal.html.erb +2 -2
  104. data/base/app/views/contacts/_contact.html.erb +2 -2
  105. data/base/app/views/contacts/index.html.erb +6 -0
  106. data/base/app/views/explore/_followed.html.erb +6 -6
  107. data/base/app/views/groups/{_new.html.erb → _form.html.erb} +4 -7
  108. data/base/app/views/groups/_new_modal.html.erb +11 -0
  109. data/base/app/views/groups/new.html.erb +5 -1
  110. data/base/app/views/layouts/_footer.html.erb +1 -1
  111. data/base/app/views/layouts/application.html.erb +7 -8
  112. data/base/app/views/profiles/_avatar.html.erb +9 -9
  113. data/base/app/views/profiles/_comunication-info.html.erb +8 -8
  114. data/base/app/views/profiles/_experience.html.erb +15 -15
  115. data/base/app/views/profiles/_personal.html.erb +13 -12
  116. data/base/app/views/profiles/_profile.html.erb +33 -26
  117. data/base/app/views/profiles/_tags.html.erb +8 -12
  118. data/base/app/views/subjects/_subject.html.erb +1 -1
  119. data/base/app/views/toolbar/_logo.html.erb +6 -7
  120. data/base/app/views/toolbar/_profile.html.erb +9 -12
  121. data/base/config/locales/en.yml +462 -444
  122. data/base/config/locales/es.yml +464 -461
  123. data/base/config/locales/pt.yml +504 -379
  124. data/base/config/locales/zh.yml +479 -409
  125. data/base/lib/social_stream/base/version.rb +1 -1
  126. data/base/lib/social_stream/population/actor.rb +10 -0
  127. data/base/lib/social_stream/search.rb +11 -2
  128. data/base/lib/tasks/db/populate.rake +57 -16
  129. data/base/social_stream-base.gemspec +1 -1
  130. data/base/spec/views/profiles_spec.rb +5 -3
  131. data/documents/app/assets/javascripts/social_stream/audio.js.erb +5 -5
  132. data/documents/app/assets/javascripts/social_stream/documents.timeline.js +24 -6
  133. data/documents/app/assets/javascripts/social_stream/documents.wall.js +37 -32
  134. data/documents/app/assets/javascripts/social_stream/video.js +33 -0
  135. data/documents/app/assets/stylesheets/social_stream/documents/create/layout/_new.css.sass +3 -0
  136. data/documents/app/assets/stylesheets/social_stream/documents/documents/layout/_documents.css.sass +12 -7
  137. data/documents/app/assets/stylesheets/social_stream/documents/responsive/_responsive-1200px-min.css.sass +8 -1
  138. data/documents/app/assets/stylesheets/social_stream/documents/responsive/_responsive-767px-max.css.sass +27 -2
  139. data/documents/app/assets/stylesheets/social_stream/documents/show/_show.css.sass +29 -0
  140. data/documents/app/assets/stylesheets/social_stream/documents/show/layout/_show.css.sass +36 -0
  141. data/documents/app/assets/stylesheets/social_stream/documents/timeline/_audios.css.sass +27 -12
  142. data/documents/app/views/audios/_audio_processed.html.erb +5 -46
  143. data/documents/app/views/audios/_audio_show.html.erb +16 -57
  144. data/documents/app/views/audios/_player.html.erb +42 -0
  145. data/documents/app/views/common_documents/_index.html.erb +3 -5
  146. data/documents/app/views/videos/_player.html.erb +36 -0
  147. data/documents/app/views/videos/_video_processed.html.erb +5 -43
  148. data/documents/app/views/videos/_video_show.html.erb +10 -60
  149. data/documents/config/locales/en.yml +67 -67
  150. data/documents/config/locales/es.yml +67 -64
  151. data/documents/config/locales/zh.yml +90 -0
  152. data/documents/lib/generators/social_stream/documents/templates/initializer.rb +1 -1
  153. data/documents/lib/social_stream-documents.rb +1 -1
  154. data/documents/lib/social_stream/documents/version.rb +1 -1
  155. data/documents/social_stream-documents.gemspec +1 -1
  156. data/events/app/assets/javascripts/social_stream/fullcalendar.js +14 -2
  157. data/events/app/assets/stylesheets/social_stream/events/responsive/_responsive-767px-max.css.sass +12 -9
  158. data/events/app/controllers/events_controller.rb +7 -1
  159. data/events/app/views/events/_details.html.erb +18 -16
  160. data/events/app/views/events/_show_modal.html.erb +10 -0
  161. data/events/app/views/sidebar/_calendar.html.erb +1 -1
  162. data/events/config/locales/en.yml +32 -31
  163. data/events/config/locales/es.yml +32 -32
  164. data/events/config/locales/zh.yml +57 -0
  165. data/events/lib/social_stream/events/version.rb +1 -1
  166. data/events/social_stream-events.gemspec +1 -1
  167. data/lib/social_stream/components.rb +4 -0
  168. data/lib/social_stream/version.rb +1 -1
  169. data/lib/tasks/i18n.rake +55 -0
  170. data/linkser/app/assets/javascripts/social_stream/linkser.wall.js +12 -6
  171. data/linkser/app/assets/stylesheets/social_stream/linkser/repository/layout/_repository.css.sass +1 -0
  172. data/linkser/app/assets/stylesheets/social_stream/linkser/timeline/layout/_timeline-link.css.sass +6 -1
  173. data/linkser/app/views/links/_new_activity.html.erb +0 -1
  174. data/linkser/app/views/links/_timeline.html.erb +1 -1
  175. data/linkser/config/locales/en.yml +12 -11
  176. data/linkser/config/locales/es.yml +12 -11
  177. data/linkser/config/locales/zh.yml +17 -0
  178. data/linkser/lib/social_stream/linkser/version.rb +1 -1
  179. data/linkser/social_stream-linkser.gemspec +1 -1
  180. data/linkser/vendor/assets/jplayer.blue.monday.video.play.hover.png +0 -0
  181. data/linkser/vendor/assets/jplayer.blue.monday.video.play.png +0 -0
  182. data/linkser/vendor/assets/stylesheets/jplayer.blue.monday.png +0 -0
  183. data/oauth2_server/app/assets/stylesheets/social_stream/oauth2_server/applications/_applications-oauth2server.css.sass +1 -1
  184. data/oauth2_server/app/assets/stylesheets/social_stream/oauth2_server/show/_show-oauth2server.css.sass +1 -1
  185. data/oauth2_server/app/views/site/clients/show.html.erb +5 -1
  186. data/oauth2_server/config/locales/en.yml +16 -15
  187. data/oauth2_server/config/locales/es.yml +20 -19
  188. data/oauth2_server/config/locales/zh.yml +30 -0
  189. data/oauth2_server/lib/social_stream/oauth2_server/version.rb +1 -1
  190. data/oauth2_server/social_stream-oauth2_server.gemspec +1 -1
  191. data/ostatus/Rakefile +1 -2
  192. data/ostatus/config/locales/en.yml +34 -33
  193. data/ostatus/config/locales/zh.yml +35 -0
  194. data/ostatus/lib/social_stream/ostatus/version.rb +1 -1
  195. data/ostatus/social_stream-ostatus.gemspec +1 -1
  196. data/places/config/locales/en.yml +58 -67
  197. data/places/config/locales/es.yml +60 -61
  198. data/presence/app/assets/stylesheets/social_stream/presence/_toolbar-chat.css.sass +2 -2
  199. data/presence/config/locales/en.yml +45 -43
  200. data/presence/config/locales/es.yml +45 -43
  201. data/presence/config/locales/zh.yml +69 -0
  202. data/presence/lib/social_stream/presence/version.rb +1 -1
  203. data/presence/social_stream-presence.gemspec +1 -1
  204. data/social_stream.gemspec +7 -7
  205. metadata +68 -44
  206. data/base/app/assets/stylesheets/social_stream/fonts/BreeSerif-Regular.ttf +0 -0
  207. data/base/app/assets/stylesheets/social_stream/fonts/DIN_OSP-Original.ttf +0 -0
  208. data/base/app/assets/stylesheets/social_stream/fonts/DIN_OSP-Outline.ttf +0 -0
  209. data/base/app/assets/stylesheets/social_stream/fonts/DIN_OSP-Overlay.ttf +0 -0
  210. data/base/app/assets/stylesheets/social_stream/fonts/DIN_OSP/DIN_OSP-Original.ttf +0 -0
  211. data/base/app/assets/stylesheets/social_stream/fonts/DIN_OSP/DIN_OSP-Outline.ttf +0 -0
  212. data/base/app/assets/stylesheets/social_stream/fonts/DIN_OSP/DIN_OSP-Overlay.ttf +0 -0
  213. data/base/app/assets/stylesheets/social_stream/fonts/RockSalt.ttf +0 -0
  214. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SIL OFL Font License - Source Sans Pro.txt +0 -93
  215. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-Black.otf +0 -0
  216. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-BlackIt.otf +0 -0
  217. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-Bold.otf +0 -0
  218. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-BoldIt.otf +0 -0
  219. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-ExtraLight.otf +0 -0
  220. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-ExtraLightIt.otf +0 -0
  221. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-It.otf +0 -0
  222. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-Light.otf +0 -0
  223. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-LightIt.otf +0 -0
  224. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-Regular.otf +0 -0
  225. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-Semibold.otf +0 -0
  226. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-SemiboldIt.otf +0 -0
  227. data/documents/app/assets/javascripts/social_stream/video.js.erb +0 -42
@@ -8,12 +8,22 @@ s//
8
8
  #contacts
9
9
  @include grid-core-span(12, $fluidGridColumnWidth, $fluidGridGutterWidth)
10
10
  .contacts
11
-
12
11
  .contact-list
13
12
  clear: both
14
13
  min-height: 700px
15
14
  padding-bottom: 50px
16
15
 
17
16
  #relation_customs
18
- h2
19
- margin-bottom: 20px
17
+ width: 80%
18
+ .relation_customs
19
+ h2
20
+ margin-bottom: 20px
21
+ .relation_list
22
+ .relation_custom
23
+ .actions
24
+ margin-top: 9px
25
+ #permissions
26
+ .permissions ul li
27
+ input
28
+ &[type="checkbox"]
29
+ margin: 0
@@ -10,8 +10,37 @@
10
10
  width: 100% !important
11
11
  margin-left: 0
12
12
 
13
-
14
-
13
+ #relation_customs
14
+ .relation_customs
15
+ @include grid-core-span(12, $fluidGridColumnWidth, $fluidGridGutterWidth)
16
+ @include gradient-vertical($startColor: #fff, $endColor: rgba(250, 250, 250, .01))
17
+ @include border-radius(5px)
18
+ margin-top: 20px
19
+ margin-left: 0
20
+ h2.colorfont
21
+ padding-bottom: 1px
22
+ color: #d9d9d9
23
+ margin-top: 0px
24
+ padding-top: 16px
25
+ height: 23px
26
+ span.colorfont-overlay
27
+ top: 17px !important
28
+ margin-left: 10px
29
+ color: #f1f1f1
30
+ .relation_list
31
+ padding-left: 10px !important
32
+ width: 41% !important
33
+ input
34
+ &[type="radio"]
35
+ margin-right: 0px
36
+ label
37
+ @include ellipsis
38
+ width: 50%
39
+ #permissions
40
+ .permissions ul li
41
+ label
42
+ @include ellipsis
43
+ width: 84%
15
44
  // UP TO LANDSCAPE PHONE
16
45
  // ---------------------
17
46
 
@@ -50,4 +79,10 @@
50
79
  .x
51
80
  margin-top: -45px
52
81
  font-size: 18px
53
-
82
+ #relation_customs
83
+ .relation_list
84
+ padding-left: 10px !important
85
+ .edit_name
86
+ .edit_relation_custom
87
+ #relation_custom_name
88
+ width: 54% !important
@@ -0,0 +1,10 @@
1
+ /****************************** Style
2
+ @import "social_stream/base/conversation/conversation"
3
+
4
+ /****************************** Layout
5
+ @import "social_stream/base/conversation/layout/conversation"
6
+
7
+ /****************************** Responsive
8
+ @import "social_stream/base/conversation/responsive/responsive-768px-979px"
9
+ @import "social_stream/base/conversation/responsive/responsive-1200px-min"
10
+ @import "social_stream/base/conversation/responsive/responsive-767px-max"
@@ -48,7 +48,7 @@
48
48
  h3
49
49
  @include ellipsis
50
50
  .participants
51
- @extend .border-radius-5
51
+ @include border-radius(5px)
52
52
  background-color: #f1f1f1
53
53
  img
54
54
  @include border-radius (5px)
@@ -73,13 +73,13 @@
73
73
  .message
74
74
  border-bottom: 1px solid #f1f1f1
75
75
  background-color: $white
76
- @extend .border-bottom-left-radius-15
77
76
  .media
78
77
  .pull-left
79
78
  img
80
79
  @include border-radius (5px)
81
80
  .date
82
- color: $grayLighter
81
+ color: #999
82
+ font-size: 13px
83
83
 
84
84
  #new_message
85
85
  .toolbar_menu
@@ -34,6 +34,7 @@
34
34
 
35
35
  .briefing
36
36
  width: 85%
37
+ font-family: "OpenSansLight"
37
38
  .date
38
39
  display: inline
39
40
  margin: 0 13px 0 4px
@@ -61,6 +62,8 @@
61
62
  .conversation_full
62
63
  @include grid-core-span(10, $fluidGridColumnWidth, $fluidGridGutterWidth)
63
64
  float: left
65
+ h4
66
+ font-family: "OpenSansLight"
64
67
  .participants
65
68
  padding: 7px 10px 9px 10px
66
69
  border: 1px solid #f1f1f1
@@ -23,8 +23,11 @@
23
23
  background-color: $white
24
24
  @include border-radius(5px)
25
25
  display: block !important
26
+ .toolbar_menu
27
+ @include grid-core-span(12, $fluidGridColumnWidth, $fluidGridGutterWidth)
28
+ margin-left: 0px
26
29
  ul
27
- @include grid-core-span(8, $fluidGridColumnWidth, $fluidGridGutterWidth)
30
+ @include grid-core-span(12, $fluidGridColumnWidth, $fluidGridGutterWidth)
28
31
  height: 60px
29
32
  margin-left: auto
30
33
  margin-right: auto
@@ -0,0 +1,18 @@
1
+ /****************************** Style
2
+ @import "social_stream/base/explore/explore"
3
+
4
+ @import "social_stream/base/explore/explore-search"
5
+
6
+ @import "social_stream/base/explore/explore-timeline"
7
+
8
+ /****************************** Layout
9
+ @import "social_stream/base/explore/layout/explore"
10
+
11
+ @import "social_stream/base/explore/layout/explore-search"
12
+
13
+ @import "social_stream/base/explore/layout/explore-timeline"
14
+
15
+ /****************************** Responsive
16
+ @import "social_stream/base/explore/responsive/responsive-768px-979px"
17
+ @import "social_stream/base/explore/responsive/responsive-1200px-min"
18
+ @import "social_stream/base/explore/responsive/responsive-767px-max"
@@ -10,20 +10,25 @@
10
10
  .sub-content-full-offset,
11
11
  .sub-content-small-offset,
12
12
  .sub-content-mini-offset
13
- header
14
- font-size: 18px
13
+ h4
14
+ font-size: 25px
15
15
  line-height: 15px
16
+ font-family: "OpenSansLight"
16
17
  .content
17
18
  border-top: 1px solid #e3e3e3
18
19
  .case
19
20
  font-size: 12px
20
21
  word-wrap: break-word
22
+ margin-top: 6px
21
23
  .first-line-large,
22
- .first-line-mini,
24
+ .first-line-mini
25
+ margin-bottom: 2px
23
26
  a
24
27
  font-size: 14px
25
28
  font-weight: bold
26
29
  .second-line
27
30
  color: #a3a3a3
31
+ font-family: "OpenSansLight"
32
+ line-height: 19px
28
33
  .well-small
29
34
  text-align: right
@@ -42,6 +42,7 @@
42
42
  #search
43
43
  h4
44
44
  margin: 0 0 10px
45
+ line-height: 50px !important
45
46
  .btn-group
46
47
  padding-bottom: 10px
47
48
  margin-bottom: 10px
@@ -38,17 +38,21 @@
38
38
  margin-right: 10px
39
39
  img
40
40
  width: 170px
41
- .play_button
42
- width: auto
43
- margin-left: -107px
41
+ img.video
42
+ z-index: 20
43
+ position: absolute
44
44
  .text
45
45
  font-size: 12px
46
+ float: left
46
47
  h6
47
48
  font-size: 14px
49
+ margin: 1px 0 3px
50
+ @include ellipsis
48
51
  .description
49
52
  margin: 0 0 4px
50
- .view-more
51
- font-size: 12px
53
+ p
54
+ a
55
+ display: block
52
56
 
53
57
  .actions
54
58
  width: 100%
@@ -69,12 +69,8 @@
69
69
  width: auto
70
70
  margin-bottom: 0px
71
71
  float: right
72
+ margin-top: 7px
72
73
 
73
- .sub-content-small
74
- .content
75
- .case
76
- width: 94%
77
-
78
74
  #resources
79
75
  .sub-content-small
80
76
  margin-left: 0px
@@ -82,6 +78,9 @@
82
78
  display: inline-block
83
79
  margin-left: 40px
84
80
 
81
+ #search
82
+ margin-top: 0px
83
+
85
84
  #explore-header
86
85
  width: 100%
87
86
  display: table
@@ -38,17 +38,20 @@
38
38
  .sub-content-full-offset,
39
39
  .sub-content-small-offset,
40
40
  .sub-content-mini-offset
41
+ h4
42
+ font-size: 29px
41
43
  .content
42
- .case
43
- font-size: 13px
44
- .first-line-large,
45
- .first-line-mini,
46
- a
47
- font-size: 17px
48
- margin-bottom: 10px
49
- .second-line
44
+ .well
45
+ .top
46
+ font-size: 13px
47
+ .first-line-large,
48
+ .first-line-mini,
49
+ a
50
+ font-size: 17px
51
+ margin-bottom: 10px
52
+ .second-line
50
53
 
51
- margin-top: 10px
54
+ margin-top: 10px
52
55
 
53
56
  .timeline
54
57
  .media
@@ -56,5 +59,4 @@
56
59
  font-size: 18px
57
60
 
58
61
  #search
59
- margin-top: 0px
60
62
  width: 100%
@@ -34,6 +34,8 @@
34
34
  font-size: 14px
35
35
  .media-body
36
36
  width: 75%
37
+ .thumb
38
+ float: none
37
39
  .details
38
40
  width: 70%
39
41
 
@@ -23,6 +23,8 @@
23
23
  .root
24
24
  .media-body
25
25
  width: 86%
26
+ .thumb
27
+ float none
26
28
  .details
27
29
  width: 70%
28
30
  /* #explore-content
@@ -0,0 +1,2 @@
1
+ /****************************** Layout
2
+ @import "social_stream/base/footer/layout/footer"
@@ -1,8 +1,9 @@
1
1
  footer
2
- clear: both
3
- margin: 20px auto 0px
4
- padding: 0
2
+ height: auto
3
+ line-height: 32px
5
4
  text-align: center
5
+ clear: both
6
+ padding-top: 30px
6
7
  ul
7
8
  margin-left: 0
8
9
  li
@@ -0,0 +1,16 @@
1
+ /****************************** Style
2
+ @import "social_stream/base/frontpage_devise/frontpage"
3
+
4
+ @import "social_stream/base/frontpage_devise/devise"
5
+
6
+
7
+ /****************************** Layout
8
+ @import "social_stream/base/frontpage_devise/layout/frontpage"
9
+
10
+ @import "social_stream/base/frontpage_devise/layout/devise"
11
+
12
+
13
+ /****************************** Responsive
14
+ @import "social_stream/base/frontpage_devise/responsive/responsive-768px-979px"
15
+ @import "social_stream/base/frontpage_devise/responsive/responsive-1200px-min"
16
+ @import "social_stream/base/frontpage_devise/responsive/responsive-767px-max"
@@ -0,0 +1,17 @@
1
+ // Tag cloud in groups new
2
+ @import 'jqcloud'
3
+ .recent_groups
4
+ li
5
+ text-align: center
6
+
7
+ #group-manage
8
+ h4
9
+ text-align: center
10
+
11
+
12
+ #members,
13
+ #users
14
+ .table td
15
+ vertical-align: middle
16
+ .rol
17
+ vertical-align: middle
@@ -4,10 +4,9 @@
4
4
  li
5
5
  display: inline-block
6
6
  margin: 11px
7
- text-align: center
8
7
  .avatar
9
- img
10
- width: 70px
8
+ img
9
+ width: 70px
11
10
  #group-manage
12
11
  @include makeColumnoMargin(10, 0)
13
12
  h2
@@ -17,8 +16,6 @@
17
16
  .filter
18
17
  width: 300px !important
19
18
  float: right !important
20
- h4
21
- text-align: center
22
19
 
23
20
  #myTabContent
24
21
  margin-rigth: 0px
@@ -26,7 +23,6 @@
26
23
  #members,
27
24
  #users
28
25
  .table td
29
- vertical-align: middle
30
26
  .profile
31
27
  display: inline-block
32
28
  margin-right: 10px
@@ -35,7 +31,6 @@
35
31
  padding: 4px
36
32
  .rol
37
33
  display: inline-block
38
- vertical-align: middle
39
34
  margin-left: 4px
40
35
 
41
36
  .tool
@@ -0,0 +1,2 @@
1
+ /****************************** Style & Layout
2
+ @import "social_stream/base/icons/icon"
@@ -32,15 +32,15 @@
32
32
  .icon_file_70-rar { background-position: -10px -170px;}
33
33
  .icon_file_70-zip { background-position: -90px -170px;}
34
34
  .icon_file_70-link { background-position: -170px -170px;}
35
- .icon_file_70-embeb { background-position: -250px -170px;}
35
+ .icon_file_70-embed { background-position: -250px -170px;}
36
36
  .icon_file_70-swf { background-position: -330px -176px;}
37
37
  .icon_file_70-mp4 { background-position: -10px -250px;}
38
- .icon_file_70-wemb { background-position: -90px -250px;}
38
+ .icon_file_70-webm { background-position: -90px -250px;}
39
39
  .icon_file_70-flv { background-position: -170px -255px;}
40
40
  .icon_file_70-avi { background-position: -250px -250px;}
41
41
  .icon_file_70-mov { background-position: -330px -250px;}
42
42
  .icon_file_70-webma { background-position: -410px -250px;}
43
- .icon_file_70-bpm { background-position: -10px -336px;}
43
+ .icon_file_70-bmp { background-position: -10px -336px;}
44
44
  .icon_file_70-xcf { background-position: -90px -336px;}
45
45
  .icon_file_70-jpeg { background-position: -170px -336px;}
46
46
  .icon_file_70-gif { background-position: -250px -336px;}
@@ -51,6 +51,9 @@
51
51
  .icon_file_70-ogg { background-position: -170px -410px;}
52
52
  .icon_file_70-aif { background-position: -250px -410px;}
53
53
  .icon_file_70-default { background-position: -330px -407px;}
54
+ .icon_file_70-audio { background-position: -91px -986px;}
55
+ .icon_file_70-video { background-position: -9px -992px;}
56
+ .icon_file_70-image { background-position: -178px -995px;}
54
57
 
55
58
 
56
59
 
@@ -71,15 +74,15 @@
71
74
  .icon_file_70-rar:hover { background-position: -10px -650px;}
72
75
  .icon_file_70-zip :hover { background-position: -90px -650px;}
73
76
  .icon_file_70-link:hover { background-position: -170px -650px;}
74
- .icon_file_70-embeb:hover { background-position: -250px -650px;}
77
+ .icon_file_70-embed:hover { background-position: -250px -650px;}
75
78
  .icon_file_70-flv:hover { background-position: -330px -650px;}
76
79
  .icon_file_70-mp4:hover { background-position: -10px -730px;}
77
- .icon_file_70-wemb:hover { background-position: -90px -730px;}
80
+ .icon_file_70-webm:hover { background-position: -90px -730px;}
78
81
  .icon_file_70-swf:hover { background-position: -170px -730px;}
79
82
  .icon_file_70-avi:hover { background-position: -250px -730px;}
80
83
  .icon_file_70-mov:hover { background-position: -330px -730px;}
81
84
  .icon_file_70-webma:hover { background-position: -410px -730px;}
82
- .icon_file_70-bpm:hover { background-position: -10px -810px;}
85
+ .icon_file_70-bmp:hover { background-position: -10px -810px;}
83
86
  .icon_file_70-xcf:hover { background-position: -90px -810px;}
84
87
  .icon_file_70-jpeg:hover { background-position: -170px -810px;}
85
88
  .icon_file_70-gif:hover { background-position: -250px -810px;}
@@ -89,6 +92,9 @@
89
92
  .icon_file_70-wav:hover { background-position: -90px -890px;}
90
93
  .icon_file_70-ogg:hover { background-position: -170px -890px;}
91
94
  .icon_file_70-aif:hover { background-position: -250px -890px;}
95
+ .icon_file_70-audio:hover { background-position: -170px -410px;}
96
+ .icon_file_70-video:hover { background-position: -250px -410px;}
97
+ .icon_file_70-image:hover { background-position: -330px -407px;}
92
98
 
93
99
  */
94
100
 
@@ -118,15 +124,15 @@
118
124
  .icon_file_50-rar { background-position: -10px -130px;}
119
125
  .icon_file_50-zip { background-position: -70px -130px;}
120
126
  .icon_file_50-link { background-position: -130px -130px;}
121
- .icon_file_50-embeb { background-position: -190px -130px;}
127
+ .icon_file_50-embed { background-position: -190px -130px;}
122
128
  .icon_file_50-swf { background-position: -248px -131px;}
123
129
  .icon_file_50-mp4 { background-position: -10px -190px;}
124
- .icon_file_50-wemb { background-position: -70px -190px;}
130
+ .icon_file_50-webm { background-position: -70px -190px;}
125
131
  .icon_file_50-flv { background-position: -130px -195px;}
126
132
  .icon_file_50-avi { background-position: -190px -190px;}
127
133
  .icon_file_50-mov { background-position: -260px -190px;}
128
134
  .icon_file_50-webma { background-position: -310px -190px;}
129
- .icon_file_50-bpm { background-position: -10px -260px;}
135
+ .icon_file_50-bmp { background-position: -10px -260px;}
130
136
  .icon_file_50-xcf { background-position: -70px -260px;}
131
137
  .icon_file_50-jpeg { background-position: -130px -250px;}
132
138
  .icon_file_50-gif { background-position: -190px -260px;}
@@ -138,7 +144,9 @@
138
144
  .icon_file_50-aif { background-position: -190px -310px;}
139
145
  .icon_50-event { background-position: -252px -307px;}
140
146
  .icon_file_50-default { background-position: -310px -311px;}
141
-
147
+ .icon_file_50-audio { background-position: -68px -731px;}
148
+ .icon_file_50-video { background-position: -10px -738px;}
149
+ .icon_file_50-image { background-position: -130px -738px;}
142
150
 
143
151
  [class^="file_40-"], [class*="icon_file_40-"] {
144
152
  width: 42px;
@@ -149,40 +157,43 @@
149
157
  }
150
158
 
151
159
 
152
- .icon_file_40-xls { background-position: -10px -8px;}
153
- .icon_file_40-doc { background-position: -60px -8px;}
154
- .icon_file_40-ppt { background-position: -112px -7px;}
155
- .icon_file_40-pdf { background-position: -163px -8px;}
156
- .icon_file_40-sla { background-position: -214px -8px;}
157
- .icon_file_40-rtf { background-position: -265px -8px;}
158
- .icon_file_40-txt { background-position: -10px -59px;}
159
- .icon_file_40-odt { background-position: -61px -58px;}
160
- .icon_file_40-ods { background-position: -113px -59px;}
161
- .icon_file_40-rtf { background-position: -164px -59px;}
162
- .icon_file_40-odp { background-position: -215px -59px;}
163
- .icon_file_40-ps { background-position: -266px -59px;}
164
- .icon_file_40-rar { background-position: -9px -112px;}
165
- .icon_file_40-zip { background-position: -60px -112px;}
166
- .icon_file_40-link { background-position: -111px -112px;}
167
- .icon_file_40-embeb { background-position: -162px -112px;}
168
- .icon_file_40-swf { background-position: -213px -112px;}
169
- .icon_file_40-mp4 { background-position: -9px -161px;}
170
- .icon_file_40-wemb { background-position: -60px -161px;}
160
+ .icon_file_40-xls { background-position: -10px -7px;}
161
+ .icon_file_40-doc { background-position: -60px -6px;}
162
+ .icon_file_40-ppt { background-position: -112px -6px;}
163
+ .icon_file_40-pdf { background-position: -163px -6px;}
164
+ .icon_file_40-sla { background-position: -214px -6px;}
165
+ .icon_file_40-rtf { background-position: -263px -57px;}
166
+ .icon_file_40-txt { background-position: -9px -57px;}
167
+ .icon_file_40-odt { background-position: -61px -57px;}
168
+ .icon_file_40-ods { background-position: -113px -57px;}
169
+ .icon_file_40-rtf { background-position: -164px -57px;}
170
+ .icon_file_40-odp { background-position: -215px -57px;}
171
+ .icon_file_40-ps { background-position: -266px -57px;}
172
+ .icon_file_40-rar { background-position: -8px -108px;}
173
+ .icon_file_40-zip { background-position: -59px -109px;}
174
+ .icon_file_40-link { background-position: -110px -110px;}
175
+ .icon_file_40-embed { background-position: -162px -110px;}
176
+ .icon_file_40-swf { background-position: -213px -110px;}
177
+ .icon_file_40-mp4 { background-position: -9px -160px;}
178
+ .icon_file_40-webm { background-position: -60px -161px;}
171
179
  .icon_file_40-flv { background-position: -110px -165px;}
172
180
  .icon_file_40-avi { background-position: -162px -161px;}
173
181
  .icon_file_40-mov { background-position: -213px -161px;}
174
182
  .icon_file_40-webma { background-position: -264px -161px;}
175
- .icon_file_40-bpm { background-position: -9px -260px;}
176
- .icon_file_40-xcf { background-position: -59px -260px;}
177
- .icon_file_40-jpeg { background-position: -110px -250px;}
178
- .icon_file_40-gif { background-position: -162px -260px;}
179
- .icon_file_40-png { background-position: -213px -260px;}
180
- .icon_file_40-tiff { background-position: -264px -260px;}
183
+ .icon_file_40-bmp { background-position: -9px -211px;}
184
+ .icon_file_40-xcf { background-position: -60px -211px;}
185
+ .icon_file_40-jpeg { background-position: -112px -211px;}
186
+ .icon_file_40-gif { background-position: -163px -211px;}
187
+ .icon_file_40-png { background-position: -214px -211px;}
188
+ .icon_file_40-tiff { background-position: -266px -211px;}
181
189
  .icon_file_40-mp3 { background-position: -9px -262px;}
182
190
  .icon_file_40-wav { background-position: -60px -262px;}
183
191
  .icon_file_40-ogg { background-position: -111px -262px;}
184
192
  .icon_file_40-aif { background-position: -160px -262px;}
185
193
  .icon_file_40-default { background-position: -263px -262px;}
194
+ .icon_file_40-audio { background-position: -60px -621px;}
195
+ .icon_file_40-video { background-position: -9px -625px;}
196
+ .icon_file_40-image { background-position: -112px -626px;}
186
197
 
187
198
  /*..................hover 50.......................
188
199
  .icon_file_50-default:hover { background-position: 0 -42px;}
@@ -201,15 +212,15 @@
201
212
  .icon_file_50-rar:hover { background-position: -10px -180px;}
202
213
  .icon_file_50-zip:hover { background-position: -70px -180px;}
203
214
  .icon_file_50-link:hover { background-position: -130px -180px;}
204
- .icon_file_50-embeb:hover { background-position: -190px -180px;}
215
+ .icon_file_50-embed:hover { background-position: -190px -180px;}
205
216
  .icon_file_50-flv-1:hover { background-position: -260px -180px;}
206
217
  .icon_file_50-mp4:hover { background-position: -10px -240px;}
207
- .icon_file_50-wemb:hover { background-position: -70px -240px;}
218
+ .icon_file_50-webm:hover { background-position: -70px -240px;}
208
219
  .icon_file_50-flv-2:hover { background-position: -130px -240px;}
209
220
  .icon_file_50-avi:hover { background-position: -190px -240px;}
210
221
  .icon_file_50-mov:hover { background-position: -260px -240px;}
211
222
  .icon_file_50-webma:hover { background-position: -310px -240px;}
212
- .icon_file_50-bpm:hover { background-position: -10px -300px;}
223
+ .icon_file_50-bmp:hover { background-position: -10px -300px;}
213
224
  .icon_file_50-xcf:hover { background-position: -70px -300px;}
214
225
  .icon_file_50-jpeg:hover { background-position: -130px -290px;}
215
226
  .icon_file_50-gif:hove { background-position: -190px -300px;}
@@ -219,6 +230,9 @@
219
230
  .icon_file_50-wav:hover { background-position: -70px -360px;}
220
231
  .icon_file_50-ogg:hover { background-position: -130px -360px;}
221
232
  .icon_file_50-aif:hover { background-position: -190px -360px;}
233
+ .icon_file_50-audio:hover { background-position: -70px -360px;}
234
+ .icon_file_50-video:hover { background-position: -130px -360px;}
235
+ .icon_file_50-image:hover { background-position: -190px -360px;}
222
236
 
223
237
  ....*/
224
238