compass_radix 0.0.10 → 0.0.11
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.
|
@@ -74,6 +74,10 @@ html.js input.throbbing {
|
|
|
74
74
|
background-position: right -122px !important;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
+
.views-exposed-form .views-exposed-widget .form-submit {
|
|
78
|
+
margin-top: 1.8em;
|
|
79
|
+
}
|
|
80
|
+
|
|
77
81
|
// Node Edit Form
|
|
78
82
|
// --------------------------------------------------
|
|
79
83
|
#node-edit {
|
|
@@ -108,8 +108,9 @@
|
|
|
108
108
|
}
|
|
109
109
|
&.open {
|
|
110
110
|
> a {
|
|
111
|
-
color:
|
|
112
|
-
|
|
111
|
+
color: $navbarLinkColorHover;
|
|
112
|
+
text-decoration: none;
|
|
113
|
+
background-color: $navbarLinkBackgroundHover;
|
|
113
114
|
}
|
|
114
115
|
ul.menu {
|
|
115
116
|
display: block;
|
|
@@ -153,62 +154,43 @@
|
|
|
153
154
|
}
|
|
154
155
|
}
|
|
155
156
|
|
|
156
|
-
//
|
|
157
|
+
// Footer Menu
|
|
157
158
|
// --------------------------------------------------
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
margin: 0 0
|
|
162
|
-
|
|
163
|
-
.
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
margin: 0;
|
|
159
|
+
#footer-menu {
|
|
160
|
+
background-color: $grayLighter;
|
|
161
|
+
@include border-radius(4px);
|
|
162
|
+
margin: 0 0 20px;
|
|
163
|
+
padding: 20px;
|
|
164
|
+
> ul.menu {
|
|
165
|
+
margin: 0;
|
|
166
|
+
padding: 0;
|
|
167
|
+
@include clearfix();
|
|
168
|
+
> li {
|
|
169
|
+
float: left;
|
|
170
|
+
list-style: none outside none;
|
|
171
|
+
margin: 0 0 10px;
|
|
171
172
|
padding: 0;
|
|
172
|
-
|
|
173
|
-
|
|
173
|
+
width: 20%;
|
|
174
|
+
> a,
|
|
175
|
+
> span {
|
|
176
|
+
font-size: 1.0em;
|
|
177
|
+
font-weight: 700;
|
|
178
|
+
margin-right: 35px;
|
|
179
|
+
text-align: right;
|
|
180
|
+
text-transform: uppercase;
|
|
181
|
+
}
|
|
182
|
+
> ul.menu {
|
|
174
183
|
margin: 0;
|
|
175
184
|
padding: 0;
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
margin: 0 0
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
background-color: #f5f5f5;
|
|
183
|
-
text-decoration: none;
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
&.active-trail {
|
|
187
|
-
> a {
|
|
188
|
-
color: $white;
|
|
189
|
-
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
|
|
190
|
-
background-color: $linkColor;
|
|
191
|
-
}
|
|
192
|
-
> ul.menu {
|
|
193
|
-
display: block;
|
|
194
|
-
li {
|
|
195
|
-
a {
|
|
196
|
-
padding-left: 30px;
|
|
197
|
-
}
|
|
198
|
-
&.active-trail {
|
|
199
|
-
> a {
|
|
200
|
-
background-color: #F5F5F5;
|
|
201
|
-
color: $linkColor;
|
|
202
|
-
text-shadow: none;
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
}
|
|
185
|
+
> li {
|
|
186
|
+
list-style: none outside none;
|
|
187
|
+
margin: 0 5px 0 0;
|
|
188
|
+
> a,
|
|
189
|
+
> span {
|
|
190
|
+
font-size: 0.90em;
|
|
206
191
|
}
|
|
207
192
|
}
|
|
208
193
|
}
|
|
209
|
-
ul.menu {
|
|
210
|
-
display: none;
|
|
211
|
-
}
|
|
212
194
|
}
|
|
213
195
|
}
|
|
214
196
|
}
|