350 lines
7.0 KiB
CSS
350 lines
7.0 KiB
CSS
/**
|
|
* @file inventory.css
|
|
* @Naveen Porwal
|
|
* @Teramatrix Technologies
|
|
* @©2015 NOCOUT | v2.0
|
|
**/
|
|
|
|
/*-- Common inventory css --*/
|
|
.Inventory_curdBtn {
|
|
height: 20px;
|
|
margin-bottom: -7px;
|
|
margin-left: 2px;
|
|
font-size: 11px;
|
|
line-height: 14px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.Inventory_Circle {
|
|
margin: 0;
|
|
margin-left: -34px;
|
|
}
|
|
|
|
.Inventory_Circle .toolBtn label {
|
|
padding-left: 0px;
|
|
padding-top: 2px;
|
|
}
|
|
|
|
.Inventory_Circle .toolOpener .tableConatiner table td {
|
|
padding: 5px 0;
|
|
}
|
|
|
|
.Tbl_gridcellList {
|
|
border: 1px solid #c5c5c5;
|
|
border-left: 0;
|
|
margin-top: 4px;
|
|
border-top: 0;
|
|
}
|
|
|
|
.Tbl_gridcellList td, .Tbl_gridcellList th {
|
|
border: 1px solid #c5c5c5;
|
|
padding: 6px 5px;
|
|
border-right: 0;
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.Tbl_gridcellList th {
|
|
background: #4a8bc2;
|
|
color: #fff;
|
|
font-weight: normal;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.themeTable tbody td {
|
|
width: 13.5% !important;
|
|
text-align: left !important;
|
|
}
|
|
|
|
.Cell_Deatil_Heading {
|
|
box-shadow: 0px 0px 0px 1px #fff inset;
|
|
background: -webkit-linear-gradient(top, #e3e3e3, #fcfcfc);
|
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e3e3e3), to(#fcfcfc));
|
|
font-weight: bold;
|
|
padding: 5px;
|
|
margin-top: 22px;
|
|
border: 1px solid #c5c5c5;
|
|
text-align: center;
|
|
border-left: 0;
|
|
border-right: 0;
|
|
}
|
|
|
|
.GridTbl_wrp {
|
|
width: 100%;
|
|
overflow: auto;
|
|
}
|
|
|
|
.ShowDetails_Wrp {
|
|
margin-top: 10px;
|
|
margin-bottom: 4px;
|
|
margin-left: 4px;
|
|
}
|
|
|
|
.themeTable tbody td:nth-child(1), .Tbl_gridcellList td:nth-child(1), .Tbl_gridcellList th:nth-child(1) {
|
|
border-left: 0;
|
|
}
|
|
|
|
.tableCellinfo select, select option {
|
|
border-radius: 4px;
|
|
}
|
|
|
|
span.k-combobox, .tableCellinfo select, .tableCellinfo input.k-textbox, span.k-datepicker {
|
|
width: 170px;
|
|
height: 24px;
|
|
border-color: #c5c5c5;
|
|
}
|
|
|
|
#divBtsDetailPanel {
|
|
margin: 10px;
|
|
border-left: 1px solid #c5c5c5;
|
|
border-right: 1px solid #c5c5c5;
|
|
}
|
|
|
|
.k-button {
|
|
background: #fcfcfc;
|
|
background: -webkit-linear-gradient(top, #fcfcfc, #e3e3e3);
|
|
background: -moz-linear-gradient(top, #fcfcfc, #e3e3e3);
|
|
background: linear-gradient(top, #fcfcfc, #e3e3e3);
|
|
color: #505050 !important;
|
|
}
|
|
|
|
.k-button:hover {
|
|
background: #e3e3e3;
|
|
background: -webkit-linear-gradient(top, #e3e3e3, #fcfcfc);
|
|
background: -moz-linear-gradient(top, #e3e3e3, #fcfcfc);
|
|
background: linear-gradient(top, #e3e3e3, #fcfcfc);
|
|
}
|
|
|
|
.k-button-icontext .k-icon-small {
|
|
vertical-align: top;
|
|
margin-top: -1px !important;
|
|
margin-left: -6px;
|
|
}
|
|
|
|
.tableCellinfo input[type="text"], .Tbl_gridcellList input[type="text"] {
|
|
padding: 3px 0;
|
|
width: 168px;
|
|
}
|
|
|
|
input {
|
|
border: 1px solid #c5c5c5;
|
|
border-radius: 4px;
|
|
text-indent: 5px;
|
|
}
|
|
|
|
.error {
|
|
font-size: 11px;
|
|
padding-left: 4px;
|
|
}
|
|
|
|
.checkboxButton input[type=radio], input[type=checkbox] {
|
|
width: auto;
|
|
}
|
|
|
|
.Tbl_gridcellList td {
|
|
vertical-align: top;
|
|
}
|
|
/*-- end of common inventory css --*/
|
|
|
|
/*-- Add and edit inventory page css --*/
|
|
.Add_Form input {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.Tbl_gridcellList {
|
|
border: 1px solid #c5c5c5;
|
|
border-left: 0;
|
|
margin-top: 4px;
|
|
border-top: 0;
|
|
}
|
|
|
|
.Tbl_gridcellList td, .Tbl_gridcellList th {
|
|
border: 1px solid #c5c5c5;
|
|
padding: 6px 5px;
|
|
border-right: 0;
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.Tbl_gridcellList th {
|
|
background: #4a8bc2;
|
|
color: #fff;
|
|
font-weight: normal;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.themeTable tbody td {
|
|
text-align: left !important;
|
|
}
|
|
|
|
.Cell_Deatil_Heading {
|
|
box-shadow: 0px 0px 0px 1px #fff inset;
|
|
background: -webkit-linear-gradient(top, #e3e3e3, #fcfcfc);
|
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e3e3e3), to(#fcfcfc));
|
|
font-weight: bold;
|
|
padding: 5px;
|
|
margin-top: 22px;
|
|
border: 1px solid #c5c5c5;
|
|
text-align: center;
|
|
border-left: 0;
|
|
border-right: 0;
|
|
}
|
|
|
|
.GridTbl_wrp {
|
|
width: 100%;
|
|
overflow: auto;
|
|
}
|
|
|
|
.ShowDetails_Wrp {
|
|
margin-top: 10px;
|
|
margin-bottom: 4px;
|
|
margin-left: 4px;
|
|
}
|
|
|
|
.themetable tbody td:nth-child(1), .tbl_gridcelllist td:nth-child(1), .tbl_gridcelllist th:nth-child(1) {
|
|
border-left: 0;
|
|
}
|
|
|
|
.Add_Form {
|
|
border-top: 1px solid #c5c5c5;
|
|
border-bottom: 1px solid #c5c5c5;
|
|
}
|
|
|
|
.Create_Wrp {
|
|
border: 0;
|
|
margin: 0;
|
|
position: absolute;
|
|
right: 10px;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.ShowDetails_Wrp > .k-button {
|
|
border-radius: 2px;
|
|
}
|
|
|
|
input[type="button"] {
|
|
width: auto !important;
|
|
/*padding-left: 8px !important;
|
|
padding-right: 8px !important;*/
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.Tbl_gridcellList tbody tr:nth-child(even) {
|
|
background: #f9f9f9;
|
|
}
|
|
/*-- end of Add and edit inventory page css --*/
|
|
|
|
/*-- Manage Nss --*/
|
|
.ManageNss table thead th {
|
|
color: #fff;
|
|
}
|
|
|
|
.AddWrp {
|
|
margin: 10px 5px;
|
|
text-align: right;
|
|
}
|
|
|
|
.AddWrp .k-button {
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.k-secondary .k-button:hover, .Nav:hover, .k-secondary .k-button:active {
|
|
color: #2e2e2e !important;
|
|
background: url('Default/over1.png')repeat-x scroll 50% 30% #5C9CCC !important;
|
|
border: none;
|
|
}
|
|
|
|
.DelBg {
|
|
background: url("/content/css/images/delete.png") no-repeat 0px 3px;
|
|
}
|
|
|
|
.DelBg a {
|
|
padding-left: 15px;
|
|
color: #2e2e2e;
|
|
}
|
|
|
|
.editor-label {
|
|
margin-top: 7px;
|
|
margin-bottom: 7px;
|
|
border-radius: 2px;
|
|
padding: 5px 10px;
|
|
}
|
|
|
|
.editor-label table tr td:first-child, .editor-label table tr td:first-child label {
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.CreateWrp {
|
|
border-top: 1px solid #c5c5c5;
|
|
padding: 7px 5px 7px 0;
|
|
text-align: right;
|
|
background: #fdfdfd;
|
|
}
|
|
|
|
#div_create_msc, div.k-window {
|
|
box-shadow: 5px 5px 10px #555;
|
|
border-radius: 0;
|
|
border: 0;
|
|
/*border-radius: 5px 5px 0 0;*/
|
|
}
|
|
|
|
.k-header {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.k-window-title {
|
|
padding-left: 8px;
|
|
}
|
|
|
|
.grid tbody td {
|
|
padding: 8px 2px;
|
|
font-size: 12px;
|
|
padding-left: 36px;
|
|
text-indent: 0px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.themeTable td, .themeTable th {
|
|
font-size: 12px;
|
|
line-height: 21px;
|
|
}
|
|
|
|
.btsInv-icon {
|
|
background: url("/content/css/images/bts-tower-inventory.png") no-repeat 6px center;
|
|
}
|
|
|
|
.editor-label table tr td:last-child {
|
|
width: 163px;
|
|
}
|
|
|
|
.k-filter-menu .k-textbox {
|
|
width: 14.1em !important;
|
|
}
|
|
|
|
.k-filter-menu span.k-filter-and {
|
|
width: 6em !important;
|
|
}
|
|
|
|
input[type="button"], input[type="reset"], input[type="submit"] {
|
|
margin: auto;
|
|
}
|
|
|
|
.addMore {
|
|
padding: 0px 5px 1px 5px !important;
|
|
margin-top: -1px !important;
|
|
border-radius: 32px !important;
|
|
text-shadow: 1px 1px 0px #fff;
|
|
}
|
|
|
|
|
|
.k-window-titlebar {
|
|
background: #f8f8f8;
|
|
background: linear-gradient(top, #f8f8f8, #e5e5e5);
|
|
background: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
|
|
background: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
|
|
color: #505050;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
padding-top: 6px;
|
|
z-index: 100000;
|
|
} |