[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE-common / client / app / views / widgets / widget-details-dialog / widget-details.modal.less
1 .widget-details-modal {
2   height: 580px;
3
4   .title {
5     //.n18r;
6     .dGray18r;  //AT&T Dark Gray
7     border-bottom: @portalDBlue 3px solid;
8   }
9
10   .widget-properties-main {
11     padding: 16px;
12     height: 460px;
13     overflow-y: auto;
14
15     .item{
16       position: relative;
17       margin-bottom: 18px;
18
19       .input-field{
20         .custom-input-field;
21         width: 100%;
22         &.url{
23           width: 78%;
24           display: inline-block;
25         }
26       }
27
28       .select-field {
29         .custom-select-field;
30       }
31
32       .item-label{
33         .dGray14r;
34       }
35
36       .right-item{
37         position: relative;
38         display: inline-block;
39         width: 48%;
40         float: right;
41       }
42       .left-item{
43         display: inline-block;
44         width: 48%;
45       }
46
47       .url-validation-button{
48         .btn-blue;
49         width: 20%;
50         display: inline-block;
51         float: right;
52       }
53
54       .error-container{
55         position: absolute;
56         width: 280px;
57         display: block;
58         height: 12px;
59         line-height: 12px;
60
61         .err-message{
62           color: @funcRed;
63           font-size: 9px;
64         }
65         .valid-message{
66           color: @funcGreen;
67           font-size: 9px;
68         }
69       }
70
71     }
72
73   }
74
75 }