update 1.0.7
This commit is contained in:
22
public/css/notification-style.css
vendored
Normal file
22
public/css/notification-style.css
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
.textcontent{
|
||||
display: inline-block;
|
||||
padding-left: 5px;
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
|
||||
}
|
||||
.task{
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.task h6{
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.marginzero{
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.font700{
|
||||
font-weight: 700;
|
||||
}
|
||||
Binary file not shown.
@@ -2317,4 +2317,4 @@ class CF_Object
|
||||
* c-basic-offset: 4
|
||||
* c-hanging-comment-ender-p: nil
|
||||
* End:
|
||||
*/;
|
||||
*/
|
||||
|
||||
@@ -61,4 +61,4 @@ class ConnectionNotOpenException extends Exception
|
||||
* c-basic-offset: 4
|
||||
* c-hanging-comment-ender-p: nil
|
||||
* End:
|
||||
*/;
|
||||
*/
|
||||
|
||||
@@ -1454,4 +1454,4 @@ class CF_Http
|
||||
* c-basic-offset: 4
|
||||
* c-hanging-comment-ender-p: nil
|
||||
* End:
|
||||
*/;
|
||||
*/
|
||||
|
||||
35
public/lb-faveo/css/faveo-css.css
vendored
35
public/lb-faveo/css/faveo-css.css
vendored
@@ -19,4 +19,39 @@ span.stars2, span.stars2 span {
|
||||
span.stars2 span {
|
||||
background-position: 0 0;
|
||||
}
|
||||
.image {
|
||||
position:relative;
|
||||
|
||||
}
|
||||
.image img {
|
||||
width:100%;
|
||||
vertical-align:top;
|
||||
}
|
||||
.image:after, .image:before {
|
||||
position:absolute;
|
||||
opacity:0;
|
||||
transition: all 0.5s;
|
||||
-webkit-transition: all 0.5s;
|
||||
}
|
||||
.image:after {
|
||||
content:'\A';
|
||||
width:100%; height:100%;
|
||||
top:0; left:0;
|
||||
background:rgba(0,0,0,0.8);
|
||||
}
|
||||
.image:before {
|
||||
content: attr(data-content);
|
||||
width:80%;
|
||||
color:#fff;
|
||||
z-index:1;
|
||||
bottom:40%;
|
||||
padding:4px 10px;
|
||||
text-align:center;
|
||||
|
||||
box-sizing:border-box;
|
||||
-moz-box-sizing:border-box;
|
||||
}
|
||||
.image:hover:after, .image:hover:before {
|
||||
opacity:1;
|
||||
}
|
||||
|
||||
BIN
public/lb-faveo/media/company/4477.faveo.png
Normal file
BIN
public/lb-faveo/media/company/4477.faveo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.7 KiB |
11412
public/lb-faveo/plugins/moment/moment.js
vendored
Normal file
11412
public/lb-faveo/plugins/moment/moment.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 169 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.4 KiB |
Reference in New Issue
Block a user