redmine-neopoly_style 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ec6c64522acd01204992bb5c13d0bcae94804b80
4
- data.tar.gz: 7b79ed0ba1f403fbd0aa3b1e4905c48c6bea41c7
3
+ metadata.gz: 4cecf04cfb89c58a26a1c1bbda4cf678f75ff13f
4
+ data.tar.gz: 559a8ddd8eb2e415bcf2575438650f80fdea9af6
5
5
  SHA512:
6
- metadata.gz: d7163bfaa5abf365dfbd8e3bb85076da74e3dfcd961f3c52c7c2f41d389d13962971f9d2b3bf3e66c47a564b06127157f9cc5b33020f54383b6282f3eafeece9
7
- data.tar.gz: 76d07ec7e65260eb5134bfa5fc879cac795a8eab4605c1137c490b836bdca895a17c62e2aaeee286ae8619cd26646deacd0bfc2c246979f7272e664ab5f62326
6
+ metadata.gz: 0edd09f973fa6138a8df064df476a4eb6971e8f5fbe971eca5ea25f9fc9a0df80b78b5d6adc793f2d29daf2b5bfea9601969d5b206f4b5a6732dd31c45c65a8d
7
+ data.tar.gz: af691b626b0c0497da59f157010e442b7fe5e2a39a6201786bca397ef6ac0c10e9e93b3090fe1b9aff94c09bbd17af68017219fa955901d56c1528c552d161f2
@@ -20,7 +20,8 @@ h2, .wiki h1, h3, .wiki h2 { color: #222; }
20
20
  body, #wrapper, #main { background-color: #EEE; }
21
21
 
22
22
  #header { background-color: #504c84; background-image: -webkit-gradient(linear, left top, left bottom, from(#504c84), to(#3d455f)); background-image: -moz-linear-gradient(center top, #504c84 0%, #504c84 #3d455f); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$theme-color', endColorstr='#3d455f'); padding: 10px 0 35px 10px; background-position-y: 11%; height: auto; min-height: initial; }
23
- #header > h1 { height: 26px; margin: 0 24px; font-weight: normal; line-height: 14px; }
23
+ #header > h1 { padding: 0; height: 29px; margin: 0 24px; font-weight: normal; font-size: 23px; line-height: 15px; }
24
+ #header > h1 .breadcrumbs { font-size: 0.5em; margin-top: -5px; margin-bottom: 3px; }
24
25
 
25
26
  #main { margin: 15px 15px 0 15px; }
26
27
  #main > #sidebar ul { margin: 12px 0; padding: 0 0 0 30px; }
@@ -12,10 +12,16 @@ body, #wrapper, #main
12
12
  min-height: initial
13
13
 
14
14
  > h1
15
- height: 26px
15
+ padding: 0
16
+ height: 29px
16
17
  margin: 0 24px
17
18
  font-weight: normal
18
- line-height: 14px
19
+ font-size: 23px
20
+ line-height: 15px
21
+ .breadcrumbs
22
+ font-size: 0.5em
23
+ margin-top: -5px
24
+ margin-bottom: 3px
19
25
 
20
26
  #main
21
27
  margin: 15px 15px 0 15px
@@ -1,3 +1,3 @@
1
1
  module NeopolyStyle
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redmine-neopoly_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Thiel