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: 841a21ad43e353bb0e2d19a2612446c809774e6ddd424307a37c890798724c7c
4
- data.tar.gz: 43eb0736203bf172a0c44e7322b372deb7a5afc4bf8c7a7abe2c8d337ea878da
3
+ metadata.gz: b7934522cfaade72c696df02fdeae5545f667cd6543c851b4025a37705ea5428
4
+ data.tar.gz: bba084691b3f08ee65531e3ac8d3f539cc886063356cf527d61ae92282793e83
5
5
  SHA512:
6
- metadata.gz: edea5ca8247869aa698a425c296db88c42608ca3570a4bf54341771d7d8546ce6ff2774776c91469c88a35d14d23ca6bcc085397dada7f6450bc5c9e72339b84
7
- data.tar.gz: 10adbcd20631c4c10b3fdf092c373c1aa8d628ef53bf082ad8bae82b9bfbe101b38b0a1968b5a2bc0e8da81c8b62db71a37ffb86a211192a40e9d2365b0a7e84
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 button {
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;
@@ -308,7 +308,7 @@ $lg-paddingbottom: 60px;
308
308
  }
309
309
  @media (min-width: 769px) {
310
310
  input[type="radio"]#swipe, input[type="checkbox"]#swipe {
311
- display: none;
311
+ display: none;
312
312
  }
313
313
  }
314
314
  @media (max-width: 768px) {
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.9"
2
+ VERSION = "0.10"
3
3
  end
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.9'
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-25 00:00:00.000000000 Z
11
+ date: 2021-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails