rich_table_component 0.0.29 → 0.0.30

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module RichTableComponent
2
- VERSION = "0.0.29"
2
+ VERSION = "0.0.30"
3
3
  end
@@ -678,8 +678,6 @@ a[rel=popover]
678
678
 
679
679
 
680
680
 
681
-
682
-
683
681
  .uneditable-input, .uneditable-textarea
684
682
  > .part
685
683
  font-size: $main_font_size
@@ -696,6 +694,8 @@ a[rel=popover]
696
694
 
697
695
 
698
696
 
697
+
698
+
699
699
  .string
700
700
  &.string-success
701
701
  font-weight: bold
@@ -710,3 +710,138 @@ a[rel=popover]
710
710
  font-weight: bold
711
711
  color: #3A87AD
712
712
 
713
+
714
+
715
+
716
+
717
+
718
+ .data_edit
719
+ float: right
720
+ position: relative
721
+ top: -40px
722
+
723
+
724
+ .dropdown .large_caret
725
+ border-left: 12px solid transparent
726
+ border-right: 12px solid transparent
727
+ border-top: 12px solid #000000
728
+ margin-top: 12px
729
+
730
+
731
+
732
+
733
+
734
+
735
+
736
+ .uneditable-input-plain, .uneditable-textarea-plain
737
+ padding-top: 3px
738
+ .form-horizontal
739
+ .control-group
740
+ margin-bottom: 10px
741
+ .controls
742
+ margin-left: 155px
743
+ .control-label
744
+ font-weight: bold
745
+ width: 140px
746
+
747
+
748
+ .form-horizontal
749
+ fieldset
750
+ > .control-group, > .range_input
751
+ border-bottom: 1px solid #F0F0F0
752
+ margin-bottom: 0px
753
+ padding-bottom: 5px
754
+ padding-top: 5px
755
+ > .control-group:nth-child(even), > .range_input:nth-child(even)
756
+ background-color: #F8F8F8
757
+
758
+
759
+ .form-horizontal
760
+ > .control-group, > .range_input
761
+ border-bottom: 1px solid #F0F0F0
762
+ margin-bottom: 0px
763
+ padding-bottom: 5px
764
+ padding-top: 5px
765
+ > .control-group:nth-child(even), > .range_input:nth-child(even)
766
+ background-color: #F8F8F8
767
+
768
+
769
+
770
+ .modal .form-horizontal
771
+ fieldset
772
+ > .control-group, > .range_input
773
+ border-bottom: 1px solid #F0F0F0
774
+ margin-bottom: 0px
775
+ padding-bottom: 5px
776
+ padding-top: 5px
777
+ > .control-group:nth-child(even), > .range_input:nth-child(even)
778
+ background-color: #F8F8F8
779
+
780
+
781
+ .modal .form-horizontal
782
+ > .control-group, > .range_input
783
+ border-bottom: 1px solid #F0F0F0
784
+ margin-bottom: 0px
785
+ padding-bottom: 5px
786
+ padding-top: 5px
787
+ > .control-group:nth-child(even), > .range_input:nth-child(even)
788
+ background-color: #F8F8F8
789
+
790
+
791
+
792
+ #header_region
793
+ .navbar
794
+ .container
795
+ .dropdown
796
+ a
797
+ img
798
+ margin: -5px 2px -2px
799
+
800
+ .divider-vertical
801
+ margin: 0px
802
+
803
+
804
+ .role_dropdown
805
+ > a
806
+
807
+
808
+
809
+ legend
810
+ background-color: mix($second_color, white, 15%)
811
+ -webkit-box-sizing: border-box
812
+ -moz-box-sizing: border-box
813
+ box-sizing: border-box
814
+
815
+
816
+
817
+ .component
818
+ clear: both
819
+ .component-content
820
+ overflow: hidden
821
+
822
+
823
+ .component_title_with_avatar
824
+ margin-left: 120px
825
+ .avatar
826
+ padding-top: 20px
827
+ float: left
828
+ margin-left: -120px
829
+
830
+
831
+ .accordion
832
+ .accordion-heading
833
+ > a
834
+ display: block
835
+ padding: 3px 10px
836
+ .accordion-body
837
+ .accordion-inner
838
+ > table
839
+ width: 100%
840
+ tr
841
+ td
842
+ padding: 2px 5px
843
+ &:nth-child(odd)
844
+ background-color: #F8F8F8
845
+
846
+ .rich_table_component .component_content .rtc_header .rtc_header_expanded .rtc_advanced_search.form-horizontal .control-group, .static_table_component .component_content .rtc_header .rtc_header_expanded .rtc_advanced_search.form-horizontal .control-group
847
+ margin-bottom: 0px
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rich_table_component
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.29
4
+ version: 0.0.30
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-13 00:00:00.000000000 Z
12
+ date: 2013-08-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass-rails