bhf 0.7.14 → 0.7.15

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: 09072827353da6b6db36f8b64fedf79622747bcc
4
- data.tar.gz: 736cb1b1ed57a3524dd48b4086b3cf6d635a5980
3
+ metadata.gz: 932f7d8d57a82dcf9d1c785d1be981f72b707a11
4
+ data.tar.gz: 5ab00950684b143db5555fc4c818169eedb0ee42
5
5
  SHA512:
6
- metadata.gz: 76b56d57ba5a08f7d8aa2c91337888d227d663815ca7d329e327f8867f8979e6c624a90155e9ce8a29288e03eb2bd6d174ac751a834ff35aa11e16d9a0c43d66
7
- data.tar.gz: 6513d19e5109670316d126928d9710ba2900b710a54e70004a1db21682642e642dc8aa65056744d029ef7f272af630ac8deeb37b04703485c233aa01de45a441
6
+ metadata.gz: 046a8e067945c9123c4a06ab185b2426bceb8b33b98ab7792da4ecf9985c4a0951a5d3422454e6769890111b03d44c1d432ec0a9354f7f5948a13d056daa5c75
7
+ data.tar.gz: 88f0a7dfbb47bd1f63062f02c752a684f0918a07a7d16eacce924cd4c36086699f750bf253a01a2d082343646bb358f9fa5a64f60cc23f3976cdf8bef97f4c7d
@@ -3,25 +3,36 @@
3
3
  @import "functions.css.sass"
4
4
 
5
5
  $w1: #fff
6
- $w2: #F1F1F1
6
+
7
7
  $k1: #000
8
+ $k2: #303030
9
+
10
+ $g1: #F5F5F5
11
+ $g2: #eee
12
+ $g3: #E0E0E0
13
+ $g4: #C2C2C2
14
+ $g5: #7F7F7F
15
+ $g6: #3e3e3e
16
+
8
17
  $b1: #38A5E9
9
- $r1: #E93838
10
18
  $b2: #0F8FDD
11
- $g1: #7F7F7F
12
- $g2: #ccc
13
- $g3: #424242
19
+ $b3: #2F4D7B
20
+
21
+ $r1: #E93838
22
+ $r2: #fbb
23
+
24
+ $orange: #ff9900
25
+
14
26
 
15
27
  html
16
28
  min-width: 700px
17
29
  height: 100%
18
30
  overflow-y: scroll
19
- background: image-url('bhf/small_ajax_loader.gif') no-repeat -300px -300px, image-url('bhf/small_ajax_loader_h.gif') no-repeat -300px -300px, #303030
31
+ background: image-url('bhf/small_ajax_loader.gif') no-repeat -300px -300px, image-url('bhf/small_ajax_loader_h.gif') no-repeat -300px -300px, $k2
20
32
 
21
33
  body
22
34
  min-width: 960px
23
35
  min-height: 100%
24
- //+box-inner-shadow(0, 0, 8,#000)
25
36
  -webkit-font-smoothing: antialiased
26
37
  -moz-font-smoothing: antialiased
27
38
  -o-font-smoothing: antialiased
@@ -64,38 +75,32 @@ header
64
75
  margin-bottom: 10px
65
76
  &.active
66
77
  a
67
- +text-shadow(#fff)
68
- +bg-gradient(#eaeaea, #D5D5D5)
78
+ background: $g2
69
79
  +box-shadow(0, 1, 4)
70
- color: #3e3e3e
80
+ color: $g6
71
81
  &:hover
72
- +bg-gradient(#FFFFFF, #FFFFFF)
82
+ background: $w1
73
83
  color: $b2
74
- border-color: #FFFFFF
75
- +text-shadow(#fff)
84
+ border-color: $w1
76
85
  a
77
86
  text-decoration: none
78
87
  display: block
79
88
  padding: 5px 23px
80
- color: #EAEAEA
81
- +text-shadow(#000, -1)
89
+ color: $g2
82
90
  &:hover
83
- +bg-gradient($b1, $b2)
91
+ background: $b1
84
92
  color: $w1
85
93
  +box-shadow(0, 1, 4)
86
- +text-shadow(#0068B3)
87
94
  &:active
88
- +bg-gradient($b2, $b1)
89
- +text-shadow(#0068B3, -1)
95
+ background: $b2
90
96
 
91
97
  .content_box
92
98
  margin: 10px 20px 20px 20px
93
99
  .dl
94
- +text-shadow(#fff)
95
100
  .dt
96
101
  display: inline-block
97
102
  min-width: 200px
98
- color: $g1
103
+ color: $g5
99
104
  a
100
105
  text-decoration: underline
101
106
  .text
@@ -107,19 +112,20 @@ header
107
112
  padding: 2px 5px
108
113
  thead
109
114
  th
110
- background: #3E3E3E
111
- color: #C2C2C2
115
+ background: $g6
116
+ color: $g4
112
117
  text-align: left
113
118
  tr
114
119
  &:hover
115
120
  td
116
- background: #E0E0E0
121
+ background: $g2
117
122
  tbody
118
123
  td
119
- border-bottom: 1px solid #E0E0E0
124
+ border-bottom: 1px solid $g2
120
125
  &.no_content
121
126
  border-color: transparent
122
127
  background: transparent
128
+
123
129
  .font_size_bigger
124
130
  font-size: 1.2em
125
131
 
@@ -128,14 +134,15 @@ header
128
134
  #main
129
135
  display: table-cell
130
136
  overflow: hidden
131
- background: #EAEAEA
137
+ background: $g2
132
138
  box-sizing: border-box
133
139
  +box-shadow(0, 1, 4, rgba($k1, 0.5))
134
140
  .quick_edit_helper,
135
141
  #main
136
142
  > h3
137
143
  padding: 9px 20px
138
- background: #dbdbdb
144
+ background: $g3
145
+
139
146
 
140
147
  #area_select
141
148
  -webkit-appearance: none
@@ -166,11 +173,9 @@ header
166
173
  border-spacing: 20px
167
174
  h2,
168
175
  h3
169
- +text-shadow(#fff)
170
- color: #3e3e3e
176
+ color: $g6
171
177
  h6
172
- color: $g3
173
- +text-shadow(#fff)
178
+ color: $g6
174
179
  .quick_edit_holder
175
180
  &.collapsed
176
181
  width: 50px
@@ -208,24 +213,21 @@ header
208
213
  padding: 0
209
214
  button
210
215
  border: none
211
- background: none
216
+ background-color: transparent
212
217
  color: inherit
213
218
  font: inherit
214
- text-shadow: inherit
215
219
  margin: 0
216
220
  float: left
217
221
  cursor: pointer
218
222
  padding: 6px 20px
219
223
  &:focus
220
224
  outline: 0
221
- &.save
222
- &:hover
223
- color: darken($b2, 15%)
224
225
  &.save_and_next
225
226
  border-left: 1px solid $b2
226
227
  text-indent: -9999px
227
- background: image-url('bhf/pictos.png') no-repeat -140px -40px
228
+ background-position: -140px -40px
228
229
  width: 40px
230
+ height: 40px
229
231
  &:focus,
230
232
  &:hover
231
233
  background-position: -140px -90px
@@ -247,25 +249,24 @@ table.data_table
247
249
  overflow: hidden
248
250
  height: 28px
249
251
  -moz-box-sizing: content-box
250
- padding: 10px 10px 10px 20px
251
- background: #DBDBDB
252
+ padding: 10px 20px 10px 20px
253
+ background: $g3
252
254
  text-align: left
253
255
  h4,
254
256
  .info
255
257
  display: inline-block
256
- +text-shadow(#fff)
257
258
  padding-bottom: 20px
258
259
  h4
259
- color: #3E3E3E
260
+ color: $g6
260
261
  .info
261
262
  margin: 0 20px 0 10px
262
263
  min-width: 290px
263
264
  text-transform: uppercase
264
265
  font-size: 12px
265
- color: $g1
266
+ color: $g5
266
267
  white-space: nowrap
267
268
  strong
268
- color: #3E3E3E
269
+ color: $g6
269
270
  form
270
271
  display: inline-block
271
272
  .create
@@ -282,23 +283,22 @@ table.data_table
282
283
  padding-left: 3px
283
284
  text-align: left
284
285
  white-space: nowrap
285
- background: #3E3E3E
286
- +text-shadow(#000, -1)
287
- color: #C2C2C2
286
+ color: $g5
288
287
  &.primary_key
289
288
  text-transform: uppercase
290
- &.sorted
291
- background: #000
289
+ &.sorted
292
290
  & a:after,
293
291
  &.desc:hover a:after
294
292
  content: ' ▲'
295
293
  &:hover a:after,
296
294
  &.desc a:after
297
295
  content: ' ▼'
296
+ a:after
297
+ color: $g4
298
+ &:hover a:after
299
+ color: $b1
298
300
  a
299
- color: #FFFFFF
300
- +text-shadow
301
-
301
+ color: $b1
302
302
  th,
303
303
  td
304
304
  &.drag
@@ -306,7 +306,7 @@ table.data_table
306
306
 
307
307
  tbody
308
308
  td
309
- border-bottom: 1px solid #E0E0E0
309
+ border-bottom: 1px solid $g3
310
310
  &.has_many,
311
311
  &.has_and_belongs_to_many,
312
312
  &.text
@@ -320,7 +320,7 @@ table.data_table
320
320
  text-align: center
321
321
  text-transform: uppercase
322
322
  padding: 10px 0
323
- color: $g1
323
+ color: $g5
324
324
  a
325
325
  font-weight: bold
326
326
  display: inline
@@ -344,7 +344,7 @@ table.data_table
344
344
  &:hover,
345
345
  &.live_edit
346
346
  td
347
- +bg-gradient($b1, $b2)
347
+ background: $b1
348
348
  border-bottom-color: $b1
349
349
  color: $w1
350
350
  .duplicate
@@ -369,7 +369,7 @@ table.data_table
369
369
  &.clicked
370
370
  background: image-url('bhf/small_ajax_loader_h.gif') no-repeat center center
371
371
  &.live_edit td
372
- +bg-gradient($b2, $b1)
372
+ background: $b2
373
373
  border-bottom-color: $b2
374
374
  &.dragged
375
375
  td
@@ -392,14 +392,14 @@ table.data_table
392
392
  padding-left: 10px
393
393
  width: 30px
394
394
  .action
395
- padding-right: 3px
395
+ padding-right: 15px
396
396
  width: 54px
397
397
  text-align: right
398
398
  &.wider
399
399
  width: 88px
400
400
  tbody
401
401
  .primary_key
402
- color: #999
402
+ color: $g5
403
403
 
404
404
  .icon
405
405
  text-indent: -9999px
@@ -424,7 +424,7 @@ table.data_table
424
424
 
425
425
  .default_input
426
426
  border: 1px solid transparent
427
- background: #FFF
427
+ background: $w1
428
428
  +border-radius(2)
429
429
  padding: 2px 5px 2px 5px
430
430
  width: 300px
@@ -464,17 +464,6 @@ form
464
464
  &.static
465
465
  .input
466
466
  padding-top: 5px
467
- //
468
- &.string,
469
- &.number,
470
- &.text,
471
- &.password
472
- .input,
473
- .label
474
- padding-top: 0
475
- .label
476
- label
477
- padding-top: 5px
478
467
  .input,
479
468
  .label
480
469
  display: table-cell
@@ -485,8 +474,7 @@ form
485
474
  p,
486
475
  label
487
476
  display: block
488
- color: $g3
489
- +text-shadow(#fff)
477
+ color: $g6
490
478
  .field_with_errors
491
479
  color: $r1
492
480
  .input
@@ -496,7 +484,7 @@ form
496
484
  .uploaded_file,
497
485
  textarea
498
486
  @extend .default_input
499
- input[name*="headline"] ,
487
+ input[name*="headline"],
500
488
  input[name*="title"],
501
489
  input[name*="name"]
502
490
  font-size: 18px
@@ -518,7 +506,7 @@ form
518
506
  input
519
507
  border-color: $r1
520
508
  [disabled]
521
- background: $g2 !important
509
+ background: $g4 !important
522
510
  input[type="submit"],
523
511
  input[type="password"],
524
512
  input[type="text"],
@@ -551,10 +539,10 @@ form
551
539
  .uploaded_file
552
540
  overflow: hidden
553
541
  padding: 7px 5px 8px 7px
554
- background: #999
555
- color: #fff
542
+ background: $g5
543
+ color: $w1
556
544
  &:hover
557
- background: #fff
545
+ background: $w1
558
546
  color: $b1
559
547
  .warning
560
548
  font-weight: bold
@@ -601,15 +589,14 @@ form
601
589
 
602
590
  .cancel
603
591
  margin-left: 20px
604
- color: $g1
592
+ color: $g5
605
593
  &:hover
606
- color: $g3
594
+ color: $g6
607
595
  text-decoration: underline
608
596
  .info
609
597
  font-style: italic
610
598
  font-size: 12px
611
- color: $g3
612
- +text-shadow(#fff)
599
+ color: $g6
613
600
  a
614
601
  text-decoration: underline
615
602
 
@@ -620,12 +607,11 @@ form
620
607
  cursor: pointer
621
608
  display: block
622
609
  &:hover
623
- color: #ff9900
610
+ color: $orange
624
611
 
625
612
 
626
613
  footer
627
614
  padding: 20px 0 60px 0
628
- +text-shadow(#000, -1)
629
615
  text-align: center
630
616
  color: gray
631
617
  font-size: 12px
@@ -645,7 +631,7 @@ input[type="submit"],
645
631
  padding: 6px 20px
646
632
  margin: 20px 0 0
647
633
  background: $b1
648
- color: #fff
634
+ color: $w1
649
635
  font-weight: bold
650
636
  font-size: 18px
651
637
  text-decoration: none
@@ -673,11 +659,10 @@ input[type="submit"].alt_button,
673
659
  text-decoration: none
674
660
  font-size: 13px
675
661
  cursor: pointer
676
- background: #666
662
+ background: $g5
677
663
  padding: 5px 10px
678
664
  color: $w1
679
665
  border: 0
680
- +text-shadow(#444, -1)
681
666
  +transition-duration(0.3)
682
667
  &:hover
683
668
  background: $b1
@@ -701,9 +686,8 @@ input[type="submit"].alt_button,
701
686
  display: block
702
687
  padding: 15px 20px 15px 20px
703
688
  border: 1px solid $b1
704
- +bg-gradient($b1, $b2)
689
+ background: $b1
705
690
  color: $w1
706
- +text-shadow(#0068B3)
707
691
 
708
692
 
709
693
  .pagination
@@ -714,35 +698,32 @@ input[type="submit"].alt_button,
714
698
  @extend .alt_button
715
699
 
716
700
  span
717
- color: gray
701
+ color: $g4
718
702
  cursor: default
719
703
  &:hover
720
- background: #666
721
- border-color: #999
704
+ background: $g5
705
+ border-color: $g5
722
706
  .page_number
723
707
  background: transparent
724
- color: #3E3E3E
725
- border-color: #B7B7B7
726
- +text-shadow(#fff)
708
+ color: $g6
709
+ border-color: $g4
727
710
  &:hover
728
- color: #fff
729
- +text-shadow(#999)
711
+ color: $w1
730
712
 
731
713
  em
732
714
  font-style: normal
733
715
  font-weight: bold
734
716
  cursor: default
735
- background: #B1B1B1
717
+ background: $g6
736
718
 
737
719
  .basic_info_list
738
720
  font-size: 20px
739
721
  font-weight: bold
740
722
  line-height: 40px
741
- color: $g3
742
- +text-shadow(#fff)
723
+ color: $g6
743
724
  li
744
725
  padding-left: 10px
745
- border-top: 1px solid $g2
726
+ border-top: 1px solid $g4
746
727
  +transition-duration
747
728
  &:first-child
748
729
  border: none
@@ -758,8 +739,6 @@ input[type="submit"].alt_button,
758
739
  +transition-duration
759
740
  display: block
760
741
 
761
- @media (max-width: 800px)
762
-
763
742
 
764
743
  @media (max-width: 960px)
765
744
  .default_columns
@@ -784,9 +763,9 @@ input[type="submit"].alt_button,
784
763
  .mooeditable-container
785
764
  @extend .default_input
786
765
  background: white
787
- border: 1px solid #BBB
766
+ border: 1px solid $g4
788
767
  .toolbar-separator
789
- background: $g2
768
+ background: $g4
790
769
  .mooeditable-ui-toolbar
791
770
  +border-radius(2)
792
771
  margin-top: 2px
@@ -794,24 +773,23 @@ input[type="submit"].alt_button,
794
773
  background: white !important
795
774
  padding: 2px 4px 4px 4px !important
796
775
  &:hover
797
- background: $g2 !important
776
+ background: $g4 !important
798
777
 
799
778
 
800
779
  .datepicker
801
780
  position: absolute
802
781
  width: 172px
803
782
  padding: 5px 10px
804
- background: #E5E5E5
805
- border: 1px solid #C1C2DC
783
+ background: $g2
784
+ border: 1px solid $g4
806
785
  +border-radius(2)
807
- +text-shadow(#fff)
808
- color: #535b6f
786
+ color: $b3
809
787
  margin-top: -2px
810
788
  .header
811
789
  position: relative
812
790
  margin-bottom: 5px
813
791
  padding-bottom: 5px
814
- border-bottom: 1px solid #C1C2DC
792
+ border-bottom: 1px solid $g4
815
793
  .title
816
794
  padding-top: 3px
817
795
  text-align: center
@@ -824,7 +802,7 @@ input[type="submit"].alt_button,
824
802
  top: 2px
825
803
  font-weight: bold
826
804
  &:hover
827
- color: #2F4D7B
805
+ color: $b2
828
806
  .previous
829
807
  left: 4px
830
808
  .next
@@ -837,7 +815,7 @@ input[type="submit"].alt_button,
837
815
  font-weight: bold
838
816
  font-size: 12px
839
817
  .title.day
840
- color: #535b6f
818
+ color: $g4
841
819
  .body
842
820
  position: relative
843
821
  top: 0px
@@ -856,20 +834,19 @@ input[type="submit"].alt_button,
856
834
  position: absolute
857
835
  .hour,
858
836
  .minutes
859
- left: 15px
837
+ left: 23px
860
838
  font-size: 26px
861
839
  height: 48px
862
840
  width: 40px
863
- font-weight: bold
864
- color: $g3
841
+ color: $g6
865
842
  text-align: center
866
843
  @extend .default_input
867
844
  .separator
868
845
  width: 10px
869
846
  font-size: 34px
870
- left: 76px
847
+ left: 78px
871
848
  .minutes
872
- left: 95px
849
+ left: 103px
873
850
  .ok
874
851
  position: absolute
875
852
  cursor: pointer
@@ -885,7 +862,7 @@ input[type="submit"].alt_button,
885
862
  overflow: hidden
886
863
  width: 23px
887
864
  margin: 0 1px 1px 0
888
- color: #262626
865
+ color: $g6
889
866
  .day0
890
867
  margin-right: 0
891
868
  .week5 .day
@@ -893,20 +870,18 @@ input[type="submit"].alt_button,
893
870
  .week .day
894
871
  cursor: pointer
895
872
  &:hover
896
- +box-shadow(0, 0, 1, #2F4D7B)
897
- background-color: #fff
898
- color: #2F4D7B
899
- +text-shadow(#ccc)
873
+ +box-shadow(0, 0, 1, $b2)
874
+ background-color: $w1
875
+ color: $b2
900
876
  +border-radius(2)
901
877
 
902
878
  .otherMonth
903
- color: #aaa
879
+ color: $g5
904
880
  .selected
905
881
  +border-radius(2)
906
- background-color: #2F4D7B
907
- color: #fff
908
- +text-shadow(#000)
909
- +box-shadow(0, 0, 1, #fff)
882
+ background-color: $b2
883
+ color: $w1
884
+ +box-shadow(0, 0, 1, $w1)
910
885
  .months
911
886
  .month
912
887
  float: left
@@ -923,15 +898,13 @@ input[type="submit"].alt_button,
923
898
  .month10, .month11, .month12
924
899
  margin-bottom: 0
925
900
  .month:hover
926
- +box-shadow(0, 0, 1, #2F4D7B)
927
- background-color: #fff
928
- color: #2F4D7B
929
- +text-shadow(#ccc)
901
+ +box-shadow(0, 0, 1, $b2)
902
+ background-color: $w1
903
+ color: $b2
930
904
  .selected
931
- background-color: #2F4D7B
932
- color: #fff
933
- +text-shadow(#000)
934
- +box-shadow(0, 0, 1, #fff)
905
+ background-color: $b2
906
+ color: $w1
907
+ +box-shadow(0, 0, 1, $w1)
935
908
  .years
936
909
  .year
937
910
  float: left
@@ -949,18 +922,16 @@ input[type="submit"].alt_button,
949
922
  .year15, .year16, .year17, .year18, .year19
950
923
  margin-bottom: 0
951
924
  .year:hover
952
- +box-shadow(0, 0, 1, #2F4D7B)
953
- background-color: #fff
954
- color: #2F4D7B
955
- +text-shadow(#ccc)
925
+ +box-shadow(0, 0, 1, $b2)
926
+ background-color: $w1
927
+ color: $b2
956
928
  .selected
957
- background-color: #2F4D7B
958
- color: #fff
959
- +text-shadow(#000)
960
- +box-shadow(0, 0, 1, #fff)
929
+ background-color: $b2
930
+ color: $w1
931
+ +box-shadow(0, 0, 1, $w1)
961
932
  .unavailable
962
933
  background: none !important
963
- color: #fbb !important
934
+ color: $r2 !important
964
935
  cursor: default !important
965
936
 
966
937
  .hide
@@ -1012,7 +983,7 @@ input[type="submit"].alt_button,
1012
983
  @extend .default_input
1013
984
  width: 700px
1014
985
  margin: 0 -6px 0 -6px
1015
- background-color: #F5F5F5
986
+ background-color: $w1
1016
987
  padding: 3px 5px 2px 5px
1017
988
  margin-bottom: 10px
1018
989
  line-height: 22px
@@ -1048,8 +1019,8 @@ input[type="submit"].alt_button,
1048
1019
  .wmd-output
1049
1020
  font-size: 12px
1050
1021
  line-height: 16px
1051
- background: $g3
1052
- color: $w2
1022
+ background: $g6
1023
+ color: $w1
1053
1024
  code
1054
1025
  font-family: Monaco,Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Courier New",Courier,monospace
1055
1026
  white-space: pre-wrap
@@ -1086,7 +1057,7 @@ input[type="submit"].alt_button,
1086
1057
  list-style: none
1087
1058
  border: 1px solid transparent
1088
1059
  &:hover
1089
- border-color: $g2
1060
+ border-color: $g4
1090
1061
 
1091
1062
 
1092
1063
  .wmd-spacer
@@ -1095,7 +1066,7 @@ input[type="submit"].alt_button,
1095
1066
  margin-left: 7px
1096
1067
  margin-right: 7px
1097
1068
  position: relative
1098
- background-color: $g2
1069
+ background-color: $g4
1099
1070
  display: inline-block
1100
1071
  list-style: none
1101
1072
 
@@ -1128,11 +1099,11 @@ input[type="submit"].alt_button,
1128
1099
  background-position: -240px 0
1129
1100
 
1130
1101
  .wmd-prompt-background
1131
- background-color: #000
1102
+ background-color: $k1
1132
1103
 
1133
1104
  .wmd-prompt-dialog
1134
- border: 1px solid #999999
1135
- background-color: #F5F5F5
1105
+ border: 1px solid $g5
1106
+ background-color: $g1
1136
1107
  > div
1137
1108
  font-size: 0.8em
1138
1109
  font-family: arial, helvetica, sans-serif
@@ -1155,10 +1126,3 @@ input[type="submit"].alt_button,
1155
1126
  .icon
1156
1127
  background-image: image-url('bhf/pictos_2x.png')
1157
1128
  background-size: 440px 152px
1158
- #content
1159
- .quick_edit_holder
1160
- .group
1161
- button
1162
- &.save_and_next
1163
- background-image: image-url('bhf/pictos_2x.png')
1164
- background-size: 440px 152px
@@ -1,137 +1,35 @@
1
- =right
2
- float: right
3
-
4
- =left
5
- float: left
6
-
7
-
8
-
9
- // Borders
10
-
11
- =border-radius($radius: 4)
12
- border-radius: $radius + px
13
- -moz-border-radius: $radius + px
14
-
15
- =border-diagonal-left-radius($radius: 4)
16
- border-radius: 0px
17
- border-bottom-right-radius: $radius + px
18
- border-top-left-radius: $radius + px
19
- -moz-border-radius: 0px
20
- -moz-border-radius-bottomright: $radius + px
21
- -moz-border-radius-topleft: $radius + px
22
-
23
- =border-top-radius($radius: 4)
24
- border-radius: 0px
25
- border-top-right-radius: $radius + px
26
- border-top-left-radius: $radius + px
27
- -moz-border-radius: 0px
28
- -moz-border-radius-topleft: $radius + px
29
- -moz-border-radius-topright: $radius + px
30
-
31
- =border-top-left-radius($radius: 4)
32
- border-radius: 0px
33
- border-top-left-radius: $radius + px
34
- -moz-border-radius: 0px
35
- -moz-border-radius-topleft: $radius + px
36
-
37
- =border-top-right-radius($radius: 4)
38
- border-radius: 0px
39
- border-top-right-radius: $radius + px
40
- -moz-border-radius: 0px
41
- -moz-border-radius-topright: $radius + px
42
-
43
- =border-bottom-radius($radius: 4)
44
- border-radius: 0px
45
- border-bottom-right-radius: $radius + px
46
- border-bottom-left-radius: $radius + px
47
- -moz-border-radius: 0px
48
- -moz-border-radius-bottomright: $radius + px
49
- -moz-border-radius-bottomleft: $radius + px
50
-
51
- =border-bottom-left-radius($radius: 4)
52
- border-radius: 0px
53
- border-bottom-left-radius: $radius + px
54
- -moz-border-radius: 0px
55
- -moz-border-radius-bottomleft: $radius + px
56
-
57
- =border-bottom-right-radius($radius: 4)
58
- border-radius: 0px
59
- border-bottom-right-radius: $radius + px
60
- -moz-border-radius: 0px
61
- -moz-border-radius-bottomright: $radius + px
62
-
63
- =border-left-radius($radius: 4)
64
- border-radius: 0px
65
- border-top-left-radius: $radius + px
66
- border-bottom-left-radius: $radius + px
67
- -moz-border-radius: 0px
68
- -moz-border-radius-topleft: $radius + px
69
- -moz-border-radius-bottomleft: $radius + px
70
-
71
- =border-right-radius($radius: 4)
72
- border-radius: 0px
73
- border-top-right-radius: $radius + px
74
- border-bottom-right-radius: $radius + px
75
- -moz-border-radius: 0px
76
- -moz-border-radius-topright: $radius + px
77
- -moz-border-radius-bottomright: $radius + px
78
-
79
- =box-shadow($x: 0, $y: 0, $blur: 0, $color: #000000)
80
- box-shadow: $x + px $y + px $blur + px $color
81
- -moz-box-shadow: $x + px $y + px $blur + px $color
82
- -webkit-box-shadow: $x + px $y + px $blur + px $color
83
-
84
- =box-inner-shadow($x: 0, $y: 0, $blur: 0, $color: #000000)
85
- box-shadow: inset $x + px $y + px $blur + px $color
86
- -moz-box-shadow: inset $x + px $y + px $blur + px $color
87
- -webkit-box-shadow: inset $x + px $y + px $blur + px $color
88
-
89
-
90
- =border-image($url, $top: 0, $bottom: 0, $left: 0, $right: 0, $repeat_x: stretch, $repeat_y: stretch)
91
- border-image-source: url($url)
92
- border-image-slice: $top $left $bottom $right
93
- border-image-repeat: $repeat_x $repeat_y
94
- -webkit-border-image-source: url($url)
95
- -webkit-border-image-slice: $top $left $bottom $right
96
- -webkit-border-image-repeat: $repeat_x $repeat_y
97
- -moz-border-image-source: url($url)
98
- -moz-border-image-slice: $top $left $bottom $right
99
- -moz-border-image-repeat: $repeat_x $repeat_y
100
-
101
-
102
- // Border box
103
-
104
1
  =box-model($model: border-box)
105
2
  box-sizing: $model
106
3
  -ms-box-sizing: $model
107
4
  -moz-box-sizing: $model
108
5
  -webkit-box-sizing: $model
109
-
110
- // Gradient
111
-
112
- =bg-gradient($c1, $c2)
113
- background: $c1
114
- //background: -moz-linear-gradient(top, $c1, $c2)
115
- //background: -webkit-gradient(linear, left top, left bottom, from($c1), to($c2))
116
-
117
- // Text
118
-
119
- =text-shadow($color: #000, $top: 1, $left: 0, $blur: 0)
120
- //text-shadow: $color $left + px $top + px $blur + px
121
-
122
- // Transitions
123
6
 
124
7
  =transition-duration($sec: 0.5)
125
8
  transition-duration: $sec + s
126
9
  -moz-transition-duration: $sec + s
127
10
  -webkit-transition-duration: $sec + s
128
-
129
11
  =transition-property($prop)
130
12
  transition-property: $prop
131
13
  -moz-transition-property: $prop
132
14
  -webkit-transition-property: $prop
133
-
134
15
  =transition-delay($sec: 0.5)
135
16
  transition-delay: $sec + s
136
17
  -moz-transition-delay: $sec + s
137
18
  -webkit-transition-delay: $sec + s
19
+
20
+ =border-radius($radius: 4)
21
+ border-radius: $radius + px
22
+ -moz-border-radius: $radius + px
23
+
24
+ =border-bottom-radius($radius: 4)
25
+ border-radius: 0px
26
+ border-bottom-right-radius: $radius + px
27
+ border-bottom-left-radius: $radius + px
28
+ -moz-border-radius: 0px
29
+ -moz-border-radius-bottomright: $radius + px
30
+ -moz-border-radius-bottomleft: $radius + px
31
+
32
+ =box-shadow($x: 0, $y: 0, $blur: 0, $color: #000000)
33
+ box-shadow: $x + px $y + px $blur + px $color
34
+ -moz-box-shadow: $x + px $y + px $blur + px $color
35
+ -webkit-box-shadow: $x + px $y + px $blur + px $color
@@ -6,4 +6,4 @@
6
6
  .button.group
7
7
  %button.save{class: ('create' if @object.new_record?)}= @object.new_record? ? t('bhf.quick_edit.buttons.create') : t('bhf.quick_edit.buttons.save')
8
8
  - unless @object.new_record?
9
- %button.save_and_next{title: t('bhf.quick_edit.buttons.save_and_next')}= t('bhf.quick_edit.buttons.save_and_next')
9
+ %button.save_and_next.icon{title: t('bhf.quick_edit.buttons.save_and_next')}= t('bhf.quick_edit.buttons.save_and_next')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bhf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.14
4
+ version: 0.7.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anton Pawlik