upjs-rails 0.3.3 → 0.4.0

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: 655fa884c0c4a62058305fcaff08f3c30ae120cd
4
- data.tar.gz: fb4bf39f399523965d43dff9ec87562448277010
3
+ metadata.gz: 8cae4091faf0c1109ce0d6bfe8fa9906f3a9fae2
4
+ data.tar.gz: 5e5048f860d5c605068949b16077ec6d11a133e1
5
5
  SHA512:
6
- metadata.gz: 02a61e45289d9e5250e17a97d27b8bfd7b1614214bbd24f7391619370d9cfc076e4b1b3bda019b4370add571dfd107b9ee4dd63d31f68f572026ab379c033a32
7
- data.tar.gz: d79a915cbff359e71e4c9ca4e7805e10f11518d2de78ca3bd2dcf634613b7f0805de6b09b1796e6f32eb08b87a12e1cc053bbe008cdaaf4ab7499ad04848757f
6
+ metadata.gz: 7d3048321630514346fe68f7f58faa360920d0fe0732cdd218f1734ba1854fc7f4f14c5b71915a557887e7f9c29abf919d7ca26bf920f5ab0ad7594e4214dbc9
7
+ data.tar.gz: 3b59f73b8408c1027cf607669bc59d36e3e755fc2a0a03839eb1de0b262289d08751540ae780d10239e58f50b097319e9ae0006d12232fd143196f4a4f53e6a4
data/dist/up.css CHANGED
@@ -1,5 +1,19 @@
1
1
  [up-close] {
2
2
  cursor: pointer; }
3
+ .up-error {
4
+ background-color: #e10;
5
+ color: white;
6
+ padding: 5px;
7
+ font-family: arial, helvetica, sans-serif;
8
+ font-weight: bold;
9
+ font-size: 14px;
10
+ line-height: 18px;
11
+ position: fixed;
12
+ left: 0;
13
+ top: 0;
14
+ max-width: 100%;
15
+ box-sizing: border-box;
16
+ z-index: 99999999; }
3
17
  [up-follow] {
4
18
  cursor: pointer; }
5
19
  .up-modal {
@@ -62,7 +76,8 @@
62
76
  position: fixed;
63
77
  background-color: #666;
64
78
  color: white;
65
- padding: 6px 9px; }
79
+ padding: 6px 9px;
80
+ white-space: nowrap; }
66
81
  .up-tooltip[up-origin=top] {
67
82
  margin-top: -6px; }
68
83
  .up-tooltip[up-origin=top]:after {