active_admin_theme 1.0.0 → 1.0.1

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: 2acdc8fe85e1b9bd876dbff15d44117ea01326d7
4
- data.tar.gz: 3df015940cc478b4c538070bd6365e28cb290b06
3
+ metadata.gz: 8d699536480692f04dc14d63b80c2ba687e471dc
4
+ data.tar.gz: fe3f1fc839827c8bb72e176a1c67ceb2496c7858
5
5
  SHA512:
6
- metadata.gz: 167dd88d7bbdb2f16ab4c2b4941b2677bc3e85b8d7d9ac4c33573947f8c1de04188a1950dc9f0525d923c274a408d85ca9e7977e5e1b3964dd94f4036eeaa8bc
7
- data.tar.gz: f132e09aae431534f892721a0aa867e12a0caded43a0f9e16686cd7e78a06d8aa5473d8086626882b7f3ed28be773f4bf5efdc28034f6120dbaa72c0b7384cc5
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
  }
@@ -1,8 +1,3 @@
1
1
  module ActiveAdminTheme
2
-
3
-
4
- VERSION = "1.0.0"
5
-
6
-
7
-
2
+ VERSION = "1.0.1"
8
3
  end
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.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-03 00:00:00.000000000 Z
12
+ date: 2015-02-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler