active_admin_theme 1.0.0 → 1.0.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d699536480692f04dc14d63b80c2ba687e471dc
|
4
|
+
data.tar.gz: fe3f1fc839827c8bb72e176a1c67ceb2496c7858
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41a01a4441eab9f828ff72d418c7c83ee3ec5ae8a5bde335c584b0c5536c07cc7b97467a68f2802ce63cf410185b479c2611feb26438e28966f229cc8ac06df3
|
7
|
+
data.tar.gz: c7f196ddd7944320b1fe96205fd862ef83acdde7ddd1b676a94e5a9cd429c140bd13a5ba087edfa2532e1c83faf9363b6531d905220d4b934b40bd7e822ea756
|
@@ -1,7 +1,3 @@
|
|
1
|
-
//FONT----------------------------------------------------------------------------------------------------------------//
|
2
|
-
|
3
|
-
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=latin,cyrillic-ext);
|
4
|
-
|
5
1
|
//VAR-----------------------------------------------------------------------------------------------------------------//
|
6
2
|
|
7
3
|
$skinMainFirstColor: #23282f!default;
|
@@ -9,16 +5,12 @@ $skinMainSecondColor: #5ea3d3!default;
|
|
9
5
|
$skinBorderRadius: 4px!default;
|
10
6
|
$skinBorderWindowColor: #e6e9ee!default;
|
11
7
|
$skinTablePadding: 10px!default;
|
12
|
-
|
13
8
|
//HTML----------------------------------------------------------------------------------------------------------------//
|
14
9
|
|
15
10
|
html {
|
16
|
-
font-family: 'Open Sans', sans-serif;
|
17
11
|
background: #f7f9fb;
|
18
|
-
font-weight: 300;
|
19
12
|
}
|
20
13
|
body.active_admin {
|
21
|
-
font-family: 'Open Sans', sans-serif;
|
22
14
|
background: #f7f9fb;
|
23
15
|
}
|
24
16
|
#wrapper {
|
@@ -187,7 +179,7 @@ body.active_admin {
|
|
187
179
|
background-image: none;
|
188
180
|
text-shadow: none;
|
189
181
|
}
|
190
|
-
|
182
|
+
|
191
183
|
.flash_notice {
|
192
184
|
background-color: #669148;
|
193
185
|
border-bottom: 2px solid #4C7331;
|
@@ -302,6 +294,7 @@ body.active_admin {
|
|
302
294
|
padding: 10px 20px;
|
303
295
|
color: #ffffff;
|
304
296
|
text-shadow: none;
|
297
|
+
border-right: 1px solid #ffffff;
|
305
298
|
span {
|
306
299
|
color: #ffffff;
|
307
300
|
font-size: 11px;
|
@@ -358,6 +351,9 @@ body.active_admin {
|
|
358
351
|
font-weight: bold!important;
|
359
352
|
}
|
360
353
|
}
|
354
|
+
th.col-selectable {
|
355
|
+
width: 12px;
|
356
|
+
}
|
361
357
|
th.sorted-desc {
|
362
358
|
background-color: $skinBorderWindowColor;
|
363
359
|
}
|
@@ -735,4 +731,9 @@ form fieldset > ol > li fieldset ol li {
|
|
735
731
|
}
|
736
732
|
.ui-widget-overlay {
|
737
733
|
background: rgba(0, 0, 0, 0.7);
|
734
|
+
}
|
735
|
+
|
736
|
+
//becouse of sidebar border 2px
|
737
|
+
form.filter_form .filter_form_field.filter_date_range .seperator {
|
738
|
+
width: 10px;
|
738
739
|
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_admin_theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Igor Fedoronchuk
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-02-
|
12
|
+
date: 2015-02-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|