Commit c2be2ee0 authored by dkasliwal's avatar dkasliwal

add web component in wms module-resource folder


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103045 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 00fe9f6f
@charset "utf-8";
/* CSS Document */
/*CSS Reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,img {
border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var,small {
font-style: normal;
font-weight: normal;
}
ol,ul {
list-style: none;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-weight: normal;
}
q:before,q:after {
content: '';
}
abbr,acronym {
border: 0;
}
/* General styling */
body { /* background:#202020; */
font-family: NotethisRegular, Verdana, Arial, sans-serif;
font-size: 125%;
/* color:#202020; */
}
h1,h2,h3,h4,h5,h6 {
font-family: Arial, Gadget, sans-serif;
font-size: 1 em;
text-align: left;
}
#wrapper {
width: 500px;
margin: 0 auto;
text-align: center;
padding-top: 50px;
}
/* Index Card Styling */
ul#index_cards {
margin-top: 50px;
text-align: center;
}
ul#index_cards li {
/* background: url(/ibase/dashboard/scm/images/card_bg.jpg) repeat;
height: 300px;
width: 100%;
display: block;
float: left;
border: 1px solid #666;
padding: 0px 0px;
position: absolute;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-box-shadow: 2px 2px 10px #000;
-webkit-box-shadow: 2px 2px 10px #000;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out; */
/* background: url(/ibase/dashboard/scm/images/card_bg.jpg) repeat; */
padding: 10px;
background-color: rgb(236, 236, 236);
height: 450px;
width: 80%;
display: block;
float: left;
border: 1px solid #DADADA;
padding: 5px 5px;
position: absolute;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-moz-box-shadow: 2px 2px 10px #000;
-webkit-box-shadow: 2px 2px 10px #BBB;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
#celltable { /* color: blue;
font-family: Arial, Courier, sans-serif;
font-size: 10pt;
text-align: left;
height: 25px;
width: 300px;
cursor: default; */
color: rgb(124, 124, 124);
font-family: "Helvitica Neue", Helvitica, Arial, Courier, sans-serif;
font-size: 10pt;
text-align: left;
height: 25px;
width: 300px;
cursor: default;
}
#celltable th {
border: 1px solid grey;
}
#celltable tr {
border: 1px solid grey;
}
#celltable td { /* border: 1px solid grey;
width: 50px; */
padding: 10px;
border: 1px solid rgb(211, 211, 211);
width: 50px;
}
/* Hover States */
ul#index_cards li:hover {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
z-index: 100;
}
/* Content Styling */
ul#index_cards li img {
margin-top: 7px;
background: #eee;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0px 0px 5px #aaa;
-webkit-box-shadow: 0px 0px 5px #aaa;
}
ul#index_cards li p {
margin-top: 4px;
text-align: left;
line-height: 28px;
}
/* add new css by birendra Pandey */
.tblheader {
font-weight: bold;
}
.parentstktbl {
font-family: Arial;
font-size: 10pt;
width: 99%;
font: Arial, sans-serif, courier;
font-size: 9pt;
margin-left: 5;
margin-top: 4;
}
.stocktbl {
background: none repeat scroll 0 0 #EFF5FB;
font-family: Arial;
font-size: 10pt;
width: 99%;
font: Arial, sans-serif, courier;
}
.cellempty {
background-color: white;
}
.itemcell { /* background-color: green;
color: white; */
background-color: rgb(24, 179, 138);
color: white;
cursor: pointer;
}
.locationtbl {
font-size: 9pt;
font: Arial, sans-serif, courier;
}
.areatd {
font-size: 9pt;
font: Arial, sans-serif, courier;
text-align: left
}
.popUpFiltrTbl {
background: none repeat scroll 0 0 #EFF5FB;
font-family: Arial;
font-size: 11pt;
width: 397px;
font: Arial, sans-serif, courier;
padding-bottom: 15px;
margin-left: 5px;
}
.img {
position: relative;
right: 5px;
top: 0px;
bottom: 2px;
height: 30px;
width: 30;
text-align: right;
cursor: pointer;
}
.pagetitle { /* padding: 2;
border-spacing: 2;
background-color: gray;
width: 100%;
height: 35px;
position: relative;
text-align: center;
font-family: Verdana;
font-size: 16px;
font-weight: bold; */
padding: 2;
background-color: gray;
width: 100%;
height: 35px;
position: relative;
text-align: center;
font-family: "Helvitica Neue", Helvitica, Arial, Courier, sans-serif;
font-size: 18px;
}
.pagetitlename {
color: white;
}
.openDiv {
width: 510px !important;
}
.filtralign {
padding-left: 3px;
}
.green { /* background-color:green; */
background-color: rgb(24, 179, 138);
}
.yellow { /* background-color:yellow; */
background-color: rgb(255, 255, 102);
}
.white {
background-color: white;
}
/*19 May 2015*/
.poptitle {
color: #000;
padding: 5px;
font-size: 24px;
text-align: center;
font-weight: normal;
line-height: 18px;
text-transform: capitalize;
}
.popcode {
color: #000;
font-size: 16px;
text-align: left;
padding-left: 10px;
border-bottom: 1px solid #ebebeb;
}
.popqty {
color: #000;
font-size: 18px;
}
.popunit {
color: #9d9ca2;
font-size: 10px;
}
.ttl {
color: #5f5f5f;
font-size: 12px;
padding: 10px 5px 5px 5px;
font-weight: normal;
}
.otherdetails {
background-color: #FFF;
border-top: #e5e4e9 1px solid;
}
.otherdetails td {
border-bottom: #e5e4e9 1px solid;
background-color: #FFF;
padding: 10px;
}
.tdleftalign {
text-align: left;
border-bottom: #e5e4e9 1px solid;
font-size: 12px;
color: #666;
}
.tdrghtalign {
text-align: right;
padding-right: 10px;
border-bottom: #e5e4e9 1px solid;
font-size: 12px;
color: #666;
}
.rght {
text-align: right;
}
.highlight {
font-size: 14px;
color: #000;
}
.alert {
color: #F00;
}
.orng {
font-size: 14px;
color: #FF9000;
}
\ No newline at end of file
@charset "utf-8";
/* CSS Document */
/*CSS Reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,small {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { border:0;
}
/* General styling */
body {
/* background:#202020; */
font-family: NotethisRegular, Verdana, Arial, sans-serif;
font-size:125%;
/* color:#202020; */
}
h1, h2, h3, h4, h5, h6 {
font-family: Arial, Gadget, sans-serif;
font-size:1 em;
text-align:left;
}
#wrapper {
width:500px;
margin:0 auto;
text-align:center;
padding-top:50px;
}
/* Index Card Styling */
ul#index_cards {
margin-top:50px;
text-align:center;
}
ul#index_cards li {
background:url(/ibase/dashboard/scm/images/card_bg.jpg) repeat;
height:300px;
width :100%;
display:block;
float:left;
border:1px solid #666;
padding:0px 0px;
position:absolute;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-box-shadow: 2px 2px 10px #000;
-webkit-box-shadow: 2px 2px 10px #000;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
#celltable {
color:blue;
font-family: Arial, Courier, sans-serif;
font-size:10pt;
text-align:left;
height:25px;
width:300px;
cursor:default;
}
#celltable th {
border: 1px solid grey;
}
#celltable tr {
border: 1px solid grey;
}
#celltable td {
border: 1px solid grey;
width:50px;
}
/* Hover States */
ul#index_cards li:hover {
-moz-transform: scale(1.1) ;
-webkit-transform: scale(1.1);
z-index:100;
}
/* Content Styling */
ul#index_cards li img {
margin-top:7px;
background:#eee;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0px 0px 5px #aaa;
-webkit-box-shadow: 0px 0px 5px #aaa;
}
ul#index_cards li p {
margin-top:4px;
text-align:left;
line-height:28px;
}
/* add new css by birendra Pandey */
.tblheader
{
font-weight: bold;
}
.parentstktbl {
font-family: Arial;
font-size: 10pt;
width: 400px;
font: Arial,sans-serif,courier;
font-size: 9pt;
margin-left:5;
margin-top:4;
}
.stocktbl {
background: none repeat scroll 0 0 #EFF5FB;
font-family: Arial;
font-size: 10pt;
width: 450px;
font: Arial,sans-serif,courier;
}
.cellempty {
background-color:white;
}
.itemcell {
background-color:green;
color:white;
}
.locationtbl
{
font-size: 9pt;
font: Arial,sans-serif,courier;
}
.areatd{
font-size: 9pt;
font: Arial,sans-serif,courier;
text-align:left
}
.popUpFiltrTbl {
background: none repeat scroll 0 0 #EFF5FB;
font-family: Arial;
font-size: 11pt;
width: 397px;
font: Arial,sans-serif,courier;
padding-bottom: 15px;
margin-left: 5px;
}
.img {
position:relative;
right:5px;
top:0px;
bottom: 2px;
height :30px;
width :30;
text-align:right;
}
.pagetitle {
padding :2;
border-spacing:2;
background-color: gray;
width :100%;
height :35px;
position: relative;
text-align:center;
font-family: Verdana;
font-size: 16px;
font-weight:bold;
}
.pagetitlename
{
color: white;
}
.openDiv
{
width:510px !important;
}
.filtralign
{
padding-left: 3px;
}
/** Minimal stand-alone css for dropdownchecklist support
We highly recommend using JQuery ThemeRoller instead
*/
.ui-dropdownchecklist {
font-size: medium;
color: black;
}
.ui-dropdownchecklist-selector {
height: 20px;
border: 1px solid #ddd;
background: #fff;
}
.ui-state-hover, .ui-state-active {
/* border-color: #5794bf; */
}
.ui-dropdownchecklist-dropcontainer {
background-color: #fff;
border: 1px solid #999;
}
.ui-dropdownchecklist-item {
}
.ui-state-hover {
/* background-color: #39f; */
}
.ui-state-disabled label {
color: #ccc;
}
.ui-dropdownchecklist-group {
font-weight: bold;
font-style: italic;
}
.ui-dropdownchecklist-indent {
padding-left: 7px;
}
/* Font size of 0 on the -selector and an explicit medium on -text required to eliminate
descender problems within the containers and still have a valid size for the text */
.ui-dropdownchecklist-selector-wrapper {
vertical-align: middle;
font-size: 0px;
}
.ui-dropdownchecklist-selector {
padding: 1px 2px 2px 2px;
font-size: 0px;
height:16px;
}
.ui-dropdownchecklist-text {
font-size: medium;
font-family: Arial, Courier, sans-serif;
font-size:10pt;
line-height: 20px;
}
.ui-dropdownchecklist-group {
padding: 1px 2px 2px 2px;
}
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment