[CCSDK-28] populated the seed code for dgbuilder
[ccsdk/distribution.git] / dgbuilder / public / util / css / validateNodeXml.css
1 #error-list-div{
2 overflow:scroll;
3 color:brown;
4 width:480px;
5 height:300px;
6 }
7
8 #node-validate-result a{
9   text-decoration: underline;
10   color:blue;
11   cursor:pointer;
12 }
13
14 table#errTable tr td:first-child {
15   border-left: 0px solid #e5e5e5;
16   text-align: center;
17 }
18
19 table#errTable tr td:last-child {
20   border-right: 0px solid #e5e5e5;
21 }
22 table#errTable tr:nth-of-type(odd) {
23   background-color: #FFF0F0;
24 }
25
26 table#errTable  tr td {
27   border-width: 0px 0px 0px 0px;
28   border-style: solid;
29   border-color: #fff;
30   text-align: center;
31   font-size: 1.0em;
32 }
33
34 #sli-values-div{
35 overflow:auto;
36 color:blue;
37 width:850px;
38 height:600px;
39 }
40
41 #sli-values-div input[type="text"] {
42   padding: 1px;
43   border: solid 1px grey;
44   /*border: solid 1px #dcdcdc;*/
45   width:800px;
46   transition: box-shadow 0.3s, border 0.3s;
47   box-shadow: 0 0 5px 1px #969696;
48   cursor:pointer;
49 }
50
51 .valueBoxDiv {
52   border-width: 1px 2px 1px 1px;
53   border-style: solid;
54   /*border-color: #9999FF;*/
55   border-color: grey;
56   /*border-color: #fff;*/
57   font-size: 1.0em;
58    border-left: 1px solid #fff;
59    border-right: 1px solid #fff;
60    border-top: 1px solid #fff;
61    border-bottom: 1px solid #fff;
62  padding-left: 5px;
63   padding-right: 5px;
64   padding-top: 5px;
65   padding-bottom: 5px;
66   /*background-color:#FFE6E6;*/
67   background-color:#fff;
68 }
69
70 /*#sli-values-div input[type="text"]:focus,
71
72 #sli-values-div input[type="text"].focus {
73   border: solid 1px #707070;
74   box-shadow: 0 0 5px 1px #969696;
75 }
76 */
77 /*
78 #getFixed {
79   color: #c00;
80   font: bold 15px arial;
81   padding: 10px;
82   margin: 10px;
83   border: 1px solid #c00;
84   width: 200px;
85 }
86 */