update v1.0.7.9 R.C.

This is a Release Candidate. We are still testing.
This commit is contained in:
Sujit Prasad
2016-08-03 20:04:36 +05:30
parent 8b6b924d09
commit ffa56a43cb
3830 changed files with 181529 additions and 495353 deletions

View File

@@ -0,0 +1,51 @@
/* @group widget boxes */
#corewidgetbox {
margin-top: 2em;
margin-bottom: 1.5em;
padding-left: 3px;
}
.widgetrow {
width: 100%;
position: relative;
margin: 0 -20px 0 0;
}
.widgetrowitem:focus {
outline: none;
background-color: #eee;
}
.widgetrowitem:hover {
}
.defaultwidget {
background-image: url(lb-faveo/media/images/register.png);
}
.widgetrow a {
background-repeat: no-repeat;
background-position: 50% 12px;
font-size: 13px;
padding: 55px 2px 10px 2px;
font-weight: normal;
text-align: center;
width: 115px;
display: block;
cursor: pointer;
clear: none;
display: inline-block;
border: 1px solid #c9cfd7;
background-color: #fff;
border-radius: 4px;
line-height: 14px;
margin: 0 6px 6px 0;
font-size: 0.83em;
font-family: "segoe ui","helvetica neue", arial, helvetica, sans-serif;
}
.widgetrow a:hover {
background-color: #e9ecef;
}