1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 17:31:35 +02:00
invoiceninja/public/css/customCss.css
mindnervestech 8321eeb0d3 dashboard
2014-11-08 21:17:35 +05:30

140 lines
2.1 KiB
CSS

.customContainer{
padding: 40px 0;
margin: 0px 0 !important;
background: -webkit-linear-gradient(rgb(245, 245, 245), white);
}
.customFontHead{
font-size: 20px;
text-align: center;
}
.customTextBorder{
border-bottom: 1px solid rgb(195, 193, 193);
padding-bottom: 5%;
margin-bottom: 5%;
}
.customSubMenu{
margin-left: 2%;
}
.customMenuOne{
padding-left: 5px;
padding-right: 5px;
}
.shiftLeft{
float: left;
}
.customMenuDiv{
padding-bottom: 30px;
float: left;
width: 100%;
}
#informationBox {
height: 260px;
font-family: 'Roboto', sans-serif;
color: #000000;
font-size: 16px;
overflow: auto;
}
#upComingDataScrolls{
height: 250px;
font-family: 'Roboto', sans-serif;
color: #000000;
overflow: auto;
}
.alertBox{
min-height:320px;
padding: 2%;
background-image: url('../images/alert_bg_img.png');
background-repeat: no-repeat;
background-size: 100%;
}
.upComingInvBox{
min-height:320px;
padding: 2%;
background-image: url('../images/upcoming_invoice.png');
background-repeat: no-repeat;
background-size: 100%;
}
.postDueInvBox{
min-height:320px;
padding: 2%;
}
.oddData{
background-image: url('../images/row_grey_bg_img.png');
}
.alertIcon{
margin-top: 2px;
margin-right: 5px;
}
.upComingInvIcon{
margin-top: 2px;
margin-right: 5px;
}
.postDueInvIcon{
margin-top: 2px;
margin-right: 5px;
}
.in-bold-black{
font-weight: bold;
}
.viewAll{
float: right;
font-size: 14px;
cursor: pointer;
}
.orange{
color: #e8772b;
}
.blue{
color: #0e4f77;
}
.green{
color: #48B75B;
}
.tableHead{
background-color: #ffffff !important;
font-size: 14px !important;
padding-left: 30px !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.tableTDBorder{
border-right: 1px solid #ddd;
width: 25%;
}
.blueButton{
background-image: url('../images/blue_bg_img.png');
background-repeat: no-repeat;
background-size: 100%;
width: 33%;
float: left;
font-weight: bold;
padding: 2.6%;
color: white;
}
.greyButton{
background-image: url('../images/gray_bg_img.png');
background-repeat: no-repeat;
background-size: 100%;
width: 32%;
float: left;
font-weight: bold;
padding: 2%;
margin-top: 1%;
}