padma-assets 0.2.26 → 0.2.28
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 +4 -4
- data/app/assets/stylesheets/header.scss +6 -1
- data/app/views/layouts/_header.html.erb +1 -1
- metadata +2 -3
- data/app/assets/stylesheets/header.css.erb +0 -146
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9692a3ef28400c2da0b9f836748bc2c0552e0e10
|
|
4
|
+
data.tar.gz: 4f53f945884a1e67742a9ff1c18a825c137bb0bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7879d58785a0e248a016702d7e5170f7e4777808172f540721be297b43c46b3595ee34a5849c3b6f6204e69f224f159b737926d039425cd4a9ef88a0ca61a032
|
|
7
|
+
data.tar.gz: 0340898452421d3f420c40496411f80ea35b1b4330b5bc80ff343f020c074639a7436329d6bc579e3d14f5fae80b031b4bdd77199d66a7ad346c44f05aef066e
|
|
@@ -31,6 +31,11 @@ $bg-link-responsive-hover: #1b4d78;
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
|
+
@media (max-width: 884px) {
|
|
35
|
+
#sField {
|
|
36
|
+
font-size: 16px;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
34
39
|
|
|
35
40
|
.navbar-brand {
|
|
36
41
|
@media (max-width: 767px) {
|
|
@@ -361,4 +366,4 @@ $bg-link-responsive-hover: #1b4d78;
|
|
|
361
366
|
color: #fff;
|
|
362
367
|
}
|
|
363
368
|
}
|
|
364
|
-
}
|
|
369
|
+
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: padma-assets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.28
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dwayne Macgowan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-11-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -109,7 +109,6 @@ files:
|
|
|
109
109
|
- app/assets/stylesheets/custom/tabs.scss
|
|
110
110
|
- app/assets/stylesheets/fonts.css.erb
|
|
111
111
|
- app/assets/stylesheets/footer.css
|
|
112
|
-
- app/assets/stylesheets/header.css.erb
|
|
113
112
|
- app/assets/stylesheets/header.scss
|
|
114
113
|
- app/assets/stylesheets/jquery.gritter.css
|
|
115
114
|
- app/assets/stylesheets/layout_application.css
|
|
@@ -1,146 +0,0 @@
|
|
|
1
|
-
@charset "utf-8";
|
|
2
|
-
/*
|
|
3
|
-
|
|
4
|
-
input[class="submit_search"] {
|
|
5
|
-
width: 25px;
|
|
6
|
-
height: 25px;
|
|
7
|
-
vertical-align: middle;
|
|
8
|
-
background: url('search.svg') 0 0 no-repeat;
|
|
9
|
-
border:none;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
nav.subnav input[class="submit_search"]{ border:none; height:22px;}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
#H_moduleArea {
|
|
16
|
-
width:auto;
|
|
17
|
-
background-color:#0971b7;
|
|
18
|
-
height:auto!important;
|
|
19
|
-
font-family: 'Gotham-Medium';
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
#H_mainArea {
|
|
23
|
-
overflow: visible;
|
|
24
|
-
height:38px;
|
|
25
|
-
background-color:#E5E5E5;
|
|
26
|
-
background: #f1f2f2;
|
|
27
|
-
background: -moz-linear-gradient(top, #FFF, #f1f2f2);
|
|
28
|
-
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFF),color-stop(1, #f1f2f2));
|
|
29
|
-
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
#H_logoBox {
|
|
33
|
-
width:79px;
|
|
34
|
-
height:100%;
|
|
35
|
-
float:left;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
#H_logo {
|
|
39
|
-
display:block;
|
|
40
|
-
width:100%;
|
|
41
|
-
height:38px;
|
|
42
|
-
background:url('logo_30px.png') no-repeat center center;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
#H_scopeSelect {
|
|
46
|
-
float:left;
|
|
47
|
-
width:32px;
|
|
48
|
-
height:24px;
|
|
49
|
-
border: 1px solid #CCC;
|
|
50
|
-
-webkit-border-radius: 5px 0px 0px 5px; -moz-border-radius: 5px 0px 0px 5px; border-radius: 5px 0px 0px 5px;
|
|
51
|
-
list-style:none outside none;
|
|
52
|
-
background-color:#F5F5F5;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
#H_scopeSelect span {
|
|
56
|
-
display:inline-block;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
#H_scopeSelect .scopeIcon {
|
|
60
|
-
display:inline-block;
|
|
61
|
-
width:16px;
|
|
62
|
-
height:16px;
|
|
63
|
-
margin:4px 0px 4px 4px;
|
|
64
|
-
background-color:red;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
#H_scopeSelect .arrowIcon {
|
|
68
|
-
display:inline-block;
|
|
69
|
-
width:8px;
|
|
70
|
-
height:8px;
|
|
71
|
-
margin:0px 0px 7px 2px;
|
|
72
|
-
background:url('icon_sprite_grid_8px.png') -80px -8px no-repeat;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
#H_scopeList {
|
|
76
|
-
display:none;
|
|
77
|
-
position:absolute;
|
|
78
|
-
top:28px;
|
|
79
|
-
width:32px;
|
|
80
|
-
border: 1px solid #CCC;
|
|
81
|
-
background-color:#fff;
|
|
82
|
-
list-style:none outside none;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
#H_scopeList li {
|
|
86
|
-
margin:0px;
|
|
87
|
-
padding:0px;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
#H_scopeList li:hover {
|
|
91
|
-
background-color:#F2F2F2;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
#H_scopeList li:hover .iconLocal {
|
|
95
|
-
background:url('icon_sprite_grid_16px.png') -128px -96px no-repeat;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
#H_scopeList li:active .iconLocal {
|
|
99
|
-
background:url('icon_sprite_grid_16px.png') -128px -112px no-repeat;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
#H_scopeList li:hover .iconGlobal {
|
|
103
|
-
background:url('icon_sprite_grid_16px.png') -144px -96px no-repeat;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
#H_scopeList li:active .iconGlobal {
|
|
107
|
-
background:url('icon_sprite_grid_16px.png') -144px -112px no-repeat;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
#H_scopeList span {
|
|
111
|
-
display:inline-block;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
#H_scopeList .scopeIcon {
|
|
115
|
-
display:inline-block;
|
|
116
|
-
vertical-align:top;
|
|
117
|
-
width:16px;
|
|
118
|
-
height:16px;
|
|
119
|
-
margin:4px 0px 4px 4px;
|
|
120
|
-
background-color:red;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
#H_searchForm input[id="searchField"] {
|
|
124
|
-
height:16px;
|
|
125
|
-
width:139px;
|
|
126
|
-
float:left;
|
|
127
|
-
border: 1px solid #CCC;
|
|
128
|
-
border-left:0px;
|
|
129
|
-
padding: 4px 5px;
|
|
130
|
-
margin-right:5px;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
#H_scopeList.show {
|
|
135
|
-
display:block;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
#H_search .iconLocal {
|
|
139
|
-
background:url('icon_sprite_grid_16px.png') -128px -80px no-repeat;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
#H_search .iconGlobal {
|
|
143
|
-
background:url('icon_sprite_grid_16px.png') -144px -80px no-repeat;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
*/
|