contour 2.1.0.beta2 → 2.1.0.beta3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7fdf1781a856414f26827648185d4d818b51ba39
4
- data.tar.gz: 13fd837f2ed45d8c7de0642f62c7a7b600350bfa
3
+ metadata.gz: a385dbea9ef8095dfc4f2b38b1d0e0ed7c151e40
4
+ data.tar.gz: 41d9a5cdb061ad01ea8b2bc6010b14da6b62a6f7
5
5
  SHA512:
6
- metadata.gz: 7b96aa16e491976a2c8f5d58ed4662ec7f5bda19cd0edb035a20d039023bccffd5ef45d99df6969a5f2f818a6015b117f86126ab3e5fffc6aa874aa025080144
7
- data.tar.gz: ebc2b2f5833fd95dbf70eab4d49942b68f3ccfaa527efc2881acfaaf9c6d4d041d299b95ac7e87d4ccd7d30e999b21ab72c22b19fa3fb7f9c49b0721c8be3ed7
6
+ metadata.gz: 2caba4af7dbb7c11430481e7c0666958c9c68e970d1fe8dfab8483839a672d13f2c61f4c56cb5f0ee8b82680f9cd40a34ba7500318889a846de22aa3ed107ce9
7
+ data.tar.gz: fc322df7ee8ab8f7a2315e40dccf00d204bc69033ba9a9ece472c92bb3a2e44f0bf912a7054c1729a9b86e446a38e77229f1450ed05cf7843c8c60ec97b24c53
@@ -7,7 +7,7 @@
7
7
  element.html("<div class='spinner'>#{text}</div>")
8
8
 
9
9
  @flashMessage = (message, alert_type = 'success', overwrite = true) ->
10
- div_block = "<div class='navbar-alert alert alert-#{alert_type}'><button type='button' class='close' data-dismiss='alert'>×</button>#{message}</div>"
10
+ div_block = "<div class='navbar-alert alert alert-#{alert_type}'><button type='button' class='close' data-dismiss='alert'>&times;</button>#{message}</div>"
11
11
  flash_container = $('[data-object~="flash-container"]')
12
12
  if overwrite
13
13
  flash_container.html(div_block)
@@ -19,8 +19,8 @@ h1, h2, h3, h4, h5, h6 {
19
19
  }
20
20
 
21
21
  dt, dd {
22
- /* line-height: 18px;
23
- min-height: 40px;*/
22
+ line-height: 18px;
23
+ min-height: 40px;
24
24
  }
25
25
 
26
26
  .dl-horizontal dt {
@@ -33,18 +33,10 @@ dt, dd {
33
33
  text-align: center;
34
34
  }
35
35
 
36
- .navbar-alert {
37
- margin: 0px 0px 5px 0px;
38
- border: 1px solid #515151;
39
- -moz-box-shadow: 3px 3px 4px #515151;
40
- -webkit-box-shadow: 3px 3px 4px #515151;
41
- box-shadow: 3px 3px 4px #515151;
42
- }
43
-
44
36
  .flash-block {
45
37
  position: absolute;
46
38
  right: 0px;
47
- top: -16px;
39
+ top: -20px;
48
40
  z-index: 1000;
49
41
  }
50
42
 
@@ -4,7 +4,7 @@
4
4
  * the top of the compiled file, but it's generally better to create a new file per style scope.
5
5
  *= require_self
6
6
  *= require bootstrap/v3.0.0-rc1/bootstrap
7
- *= require bootstrap/bootstrap-glyphicons
7
+ *= require glyphicons
8
8
  *= require bootstrap-overrides
9
9
  *= require twitter-bootstrap/bootstrap-scroll-modal
10
10
  *= require typeahead.js-bootstrap
@@ -1,6 +1,10 @@
1
1
  @font-face{
2
2
  font-family:'Glyphicons Halflings';
3
- src:url('../bootstrap/glyphiconshalflings-regular.eot');
4
- src:url('../bootstrap/glyphiconshalflings-regular.eot?#iefix') format('embedded-opentype'),url('../bootstrap/glyphiconshalflings-regular.woff') format('woff'),url('../bootstrap/glyphiconshalflings-regular.ttf') format('truetype'),url('../bootstrap/glyphiconshalflings-regular.svg#glyphicons_halflingsregular') format('svg')
3
+ src:url('bootstrap/glyphiconshalflings-regular<%= asset_path('bootstrap/glyphiconshalflings-regular.eot').split('glyphiconshalflings-regular').last %>');
4
+
5
+ src:url('bootstrap/glyphiconshalflings-regular<%= asset_path('bootstrap/glyphiconshalflings-regular.eot').split('glyphiconshalflings-regular').last %>?#iefix') format('embedded-opentype'),
6
+ url('bootstrap/glyphiconshalflings-regular<%= asset_path('bootstrap/glyphiconshalflings-regular.woff').split('glyphiconshalflings-regular').last %>') format('woff'),
7
+ url('bootstrap/glyphiconshalflings-regular<%= asset_path('bootstrap/glyphiconshalflings-regular.ttf').split('glyphiconshalflings-regular').last %>') format('truetype'),
8
+ url('bootstrap/glyphiconshalflings-regular<%= asset_path('bootstrap/glyphiconshalflings-regular.svg').split('glyphiconshalflings-regular').last %>#glyphicons_halflingsregular') format('svg')
5
9
  }.glyphicon:before{font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-plus:before{content:"\002b"}.glyphicon-minus:before{content:"\2212"}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse:before{content:"\e159"}.glyphicon-collapse-top:before{content:"\e160"}
6
10
  /* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
@@ -20,7 +20,7 @@
20
20
  (menu_item[:path].blank? ? '#' : eval(menu_item[:path].to_s)),
21
21
  target: menu_item[:target], style: "#{ 'display:inline-block;padding-right:0px' if has_submenu }")
22
22
  %>
23
- <%= link_to "<b class='caret'></b>".html_safe, '#', class: 'dropdown-toggle', 'data-toggle' => 'dropdown', style: 'display:inline-block;padding-left:0px' if has_submenu %>
23
+ <%= link_to "<b class='caret'></b>".html_safe, '#', class: 'dropdown-toggle', 'data-toggle' => 'dropdown', style: 'display:inline-block;padding-left:4px;margin-left:-4px;' if has_submenu %>
24
24
  <%# , 'data-target' => "#menu#{position}#{index}" %>
25
25
  <% if has_submenu %>
26
26
  <ul class="dropdown-menu">
@@ -3,7 +3,7 @@ module Contour
3
3
  MAJOR = 2
4
4
  MINOR = 1
5
5
  TINY = 0
6
- BUILD = "beta2" # nil, "pre", "rc", "rc2"
6
+ BUILD = "beta3" # nil, "pre", "rc", "rc2"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contour
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0.beta2
4
+ version: 2.1.0.beta3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Remo Mueller
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-02 00:00:00.000000000 Z
11
+ date: 2013-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -229,14 +229,14 @@ files:
229
229
  - app/assets/javascripts/external/typeahead.js
230
230
  - app/assets/javascripts/twitter-bootstrap/bootstrap-scroll-modal.js
231
231
  - app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
232
- - app/assets/stylesheets/bootstrap/bootstrap-glyphicons.css
233
232
  - app/assets/stylesheets/bootstrap/v3.0.0-rc1/bootstrap.css
234
- - app/assets/stylesheets/bootstrap-overrides.css.erb
233
+ - app/assets/stylesheets/bootstrap-overrides.css
235
234
  - app/assets/stylesheets/contour/about.css
236
235
  - app/assets/stylesheets/contour/authentication.css
237
236
  - app/assets/stylesheets/contour/errors.css
238
237
  - app/assets/stylesheets/contour.css
239
238
  - app/assets/stylesheets/datepicker.css
239
+ - app/assets/stylesheets/glyphicons.css.erb
240
240
  - app/assets/stylesheets/jquery-ui-1.10.0.custom.css
241
241
  - app/assets/stylesheets/spinner.css.erb
242
242
  - app/assets/stylesheets/timepicker.css