Merge "Create host VMs configuration"
[yardstick.git] / gui / app / views / suitedetail.html
1 <div class="content">
2     <!--testcaselist-->
3     <div>
4         <i class="fa fa-arrow-left fa-1x" aria-hidden="true" style="color: #999;cursor:pointer" ng-click="goBack()">Back</i>
5
6         <h3>Detail</h3>
7         <hr/>
8
9         <textarea ng-model="suiteinfo" spellcheck="false">
10
11         </textarea>
12
13
14
15
16
17
18
19     </div>
20
21
22
23
24 </div>
25
26 <toaster-container></toaster-container>
27
28 <style>
29     .form-control {
30         border-radius: 5px;
31         width: 300px;
32         margin-bottom: 10px;
33     }
34
35     .uploadbutton {
36         background-color: #007ACC;
37         color: #fff;
38         border: 0px;
39         border-radius: 5px;
40         height: 27px;
41     }
42
43     .edit-title {
44         border: 0px;
45         background-color: #ffffff;
46         margin-bottom: 5px;
47     }
48
49     .null-edit-title {
50         border: 1px solid #e5e6e7;
51         border-radius: 5px;
52         margin-bottom: 3px;
53     }
54
55     .item-info {
56         display: flex;
57         flex-direction: row;
58     }
59
60     .delete-img {
61         width: 19px;
62         height: 19px;
63         opacity: 0.8;
64         margin-left: 5px;
65         margin-top: 4px;
66         cursor: pointer;
67     }
68
69     .nextButton {
70         margin-top: 30px;
71         border: none;
72         border-radius: 5px;
73         padding: 6px;
74         background-color: #339933;
75         color: #ffffff;
76         text-align: center;
77         /* margin-left: 300px; */
78     }
79
80     .bs-sidenav {
81         margin-top: 40px;
82         margin-bottom: 20px;
83         width: 124px;
84     }
85
86     .nav {
87         margin-bottom: 0;
88         padding-left: 0;
89         list-style: none;
90     }
91
92     .nav>li {
93         position: relative;
94         display: block;
95     }
96
97     li {
98         display: list-item;
99         text-align: -webkit-match-parent;
100     }
101
102     a {
103         cursor: pointer;
104     }
105
106     a.active {
107         background-color: #EEEEEE;
108         border-radius: 5px;
109     }
110 </style>