welcome_css 0.9 → 0.10
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 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: b7934522cfaade72c696df02fdeae5545f667cd6543c851b4025a37705ea5428
         | 
| 4 | 
            +
              data.tar.gz: bba084691b3f08ee65531e3ac8d3f539cc886063356cf527d61ae92282793e83
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: a46c8f65000b5b7e8216a96247c20afba5bc102da269888e189d7f3aed40f72b1bb7773adc980c90595770cfe5e7848977acc9d6e8797b1b3ef325618cdbae8c
         | 
| 7 | 
            +
              data.tar.gz: 3976f609cf60f803355903aa59e09f61180da7de82c6657ff30c57c607b28d232354001d2966a8c8dd7168709209be6a0041c13ee5d1481adb81aa799b9c36d0
         | 
| @@ -996,14 +996,21 @@ table .ui-table-row { | |
| 996 996 | 
             
            }
         | 
| 997 997 | 
             
            .search-area .search-lp {
         | 
| 998 998 | 
             
              height: 50px;
         | 
| 999 | 
            +
              border-radius: 4px;
         | 
| 999 1000 | 
             
              -webkit-border-top-right-radius: 0px;
         | 
| 1000 1001 | 
             
              -webkit-border-bottom-right-radius: 0px;
         | 
| 1001 1002 | 
             
              -moz-border-radius-topright: 0px;
         | 
| 1002 1003 | 
             
              -moz-border-radius-bottomright: 0px;
         | 
| 1003 1004 | 
             
              border-top-right-radius: 0px;
         | 
| 1004 1005 | 
             
              border-bottom-right-radius: 0px;
         | 
| 1006 | 
            +
              border-color: #D9D9D9 !important;
         | 
| 1007 | 
            +
              border-style: solid;
         | 
| 1008 | 
            +
              background-color: #fff;
         | 
| 1009 | 
            +
              border-width: 1px;
         | 
| 1010 | 
            +
              padding: 5px 10px;
         | 
| 1011 | 
            +
              border-image: none;
         | 
| 1005 1012 | 
             
            }
         | 
| 1006 | 
            -
            .search-area  | 
| 1013 | 
            +
            .search-area input[type="image"] {
         | 
| 1007 1014 | 
             
              height: 50px;
         | 
| 1008 1015 | 
             
              -webkit-border-top-left-radius: 0px;
         | 
| 1009 1016 | 
             
              -webkit-border-bottom-left-radius: 0px;
         | 
| @@ -1013,13 +1020,12 @@ table .ui-table-row { | |
| 1013 1020 | 
             
              border-bottom-left-radius: 0px;
         | 
| 1014 1021 | 
             
              height: 50px;
         | 
| 1015 1022 | 
             
              padding: 5px;
         | 
| 1016 | 
            -
            }
         | 
| 1017 | 
            -
            .search-area button.btn-primary {
         | 
| 1018 1023 | 
             
              background-color: #EEF2F7 !important;
         | 
| 1019 1024 | 
             
              font-size: 16px;
         | 
| 1020 1025 | 
             
              border: 1px solid #D9D9D9;
         | 
| 1021 1026 | 
             
              color: #AFAFAF;
         | 
| 1022 1027 | 
             
              text-align: center;
         | 
| 1028 | 
            +
              margin: -4px 0 0 -6px;
         | 
| 1023 1029 | 
             
            }
         | 
| 1024 1030 | 
             
            .search-area button img {
         | 
| 1025 1031 | 
             
              width: -moz-available; 
         | 
    
        data/lib/welcome_css/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: welcome_css
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: '0. | 
| 4 | 
            +
              version: '0.10'
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Jose Camacho
         | 
| 8 8 | 
             
            autorequire:
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2021-08- | 
| 11 | 
            +
            date: 2021-08-31 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: rails
         |