redmine-neopoly_style 0.3.3 → 0.3.4

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: 4cecf04cfb89c58a26a1c1bbda4cf678f75ff13f
4
- data.tar.gz: 559a8ddd8eb2e415bcf2575438650f80fdea9af6
3
+ metadata.gz: 0f0f8168531ccade22cb653885db08e337869b56
4
+ data.tar.gz: 585d352008021f0c29aafdc918a5931087c3418c
5
5
  SHA512:
6
- metadata.gz: 0edd09f973fa6138a8df064df476a4eb6971e8f5fbe971eca5ea25f9fc9a0df80b78b5d6adc793f2d29daf2b5bfea9601969d5b206f4b5a6732dd31c45c65a8d
7
- data.tar.gz: af691b626b0c0497da59f157010e442b7fe5e2a39a6201786bca397ef6ac0c10e9e93b3090fe1b9aff94c09bbd17af68017219fa955901d56c1528c552d161f2
6
+ metadata.gz: 5c72de6604144b8f68c27c25551108f0c1d19e86ca7a63a4803842ff8f5323339f0fc023654bc144f52b12b23a672d0d4600bb399435764fdf1c4d6f2873450f
7
+ data.tar.gz: ef8cfcf77ceec5a30ff04bce1bb05b54942f1f0af1648d9ff29c107cd39beb60945705e3899ae15ccb118b035d1ce6342b2a25aca9be8fe33e5a1883cd10e889
@@ -19,9 +19,9 @@ h2, .wiki h1, h3, .wiki h2 { color: #222; }
19
19
 
20
20
  body, #wrapper, #main { background-color: #EEE; }
21
21
 
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 { 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; }
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 0 10px; background-position-y: 11%; height: auto; min-height: 64px; }
23
+ #header > h1 { padding: 0; height: 34px; margin: 0 24px; font-weight: normal; font-size: 20px; line-height: 14px; }
24
+ #header > h1 .breadcrumbs { font-size: 0.5em; margin-top: -3px; margin-bottom: 2px; }
25
25
 
26
26
  #main { margin: 15px 15px 0 15px; }
27
27
  #main > #sidebar ul { margin: 12px 0; padding: 0 0 0 30px; }
@@ -34,7 +34,7 @@ body, #wrapper, #main { background-color: #EEE; }
34
34
  #main-menu li a.selected, #main-menu li a.selected:hover { background-color: #EEE; color: #222; }
35
35
  #main-menu li a:hover { background-color: transparent; }
36
36
 
37
- #quick-search { padding-top: 10px; }
37
+ #quick-search { padding-top: 10px; padding-right: 5px; }
38
38
 
39
39
  div.flash { border: 0; text-shadow: 0 1px white; }
40
40
 
@@ -6,22 +6,22 @@ body, #wrapper, #main
6
6
  background-image: -webkit-gradient(linear, left top, left bottom, from($theme-color), to(#3d455f))
7
7
  background-image: -moz-linear-gradient(center top, $theme-color 0%, $theme-color #3d455f )
8
8
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$theme-color', endColorstr='#3d455f')
9
- padding: 10px 0 35px 10px
9
+ padding: 10px 0 0 10px
10
10
  background-position-y: 11%
11
11
  height: auto
12
- min-height: initial
12
+ min-height: 64px
13
13
 
14
14
  > h1
15
15
  padding: 0
16
- height: 29px
16
+ height: 34px
17
17
  margin: 0 24px
18
18
  font-weight: normal
19
- font-size: 23px
20
- line-height: 15px
19
+ font-size: 20px
20
+ line-height: 14px
21
21
  .breadcrumbs
22
22
  font-size: 0.5em
23
- margin-top: -5px
24
- margin-bottom: 3px
23
+ margin-top: -3px
24
+ margin-bottom: 2px
25
25
 
26
26
  #main
27
27
  margin: 15px 15px 0 15px
@@ -52,6 +52,7 @@ body, #wrapper, #main
52
52
 
53
53
  #quick-search
54
54
  padding-top: 10px
55
+ padding-right: 5px
55
56
 
56
57
 
57
58
  div.flash
@@ -1,3 +1,3 @@
1
1
  module NeopolyStyle
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
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.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Thiel