blob: 1d26161ead5bf55a53b9c7143a677eb3b2cee475 [file] [log] [blame]
Matteo Scandolod2044a42017-08-07 16:08:28 -07001
2/*
3 * Copyright 2017-present Open Networking Foundation
4
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8
9 * http://www.apache.org/licenses/LICENSE-2.0
10
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 */
17
18
Matteo Scandolobba1d782016-07-12 15:56:23 -070019#xosDashboardManager {
20 /* DRAG AND DROP STYLING */ }
21 #xosDashboardManager .col-xs-10 + .col-xs-2.text-right {
22 padding-top: 20px; }
23 #xosDashboardManager ul[dnd-list] {
24 min-height: 42px;
25 border: 1px dashed #337ab7;
26 padding: 20px;
27 margin-bottom: 0; }
28 #xosDashboardManager ul[dnd-list] li {
29 list-style: none; }
30 #xosDashboardManager ul[dnd-list] li:not(:last-child) {
31 margin-bottom: 20px; }
32 #xosDashboardManager ul[dnd-list] li:hover {
33 cursor: pointer; }
34 #xosDashboardManager ul[dnd-list] li.dndDraggingSource {
35 display: none; }
36 #xosDashboardManager ul[dnd-list] > li, #xosDashboardManager .dashboard-container {
37 display: block;
38 border: 1px solid #337ab7;
39 padding: 20px; }
40 #xosDashboardManager ul[dnd-list] > li a, #xosDashboardManager .dashboard-container a {
Arpit Agarwal709912c2016-08-10 16:18:49 -070041 text-decoration: none !important; }
42 #xosDashboardManager ul[dnd-list] > li a img, #xosDashboardManager .dashboard-container a img {
43 width: 20px; }
44 #xosDashboardManager ul[dnd-list] > li i, #xosDashboardManager .dashboard-container i {
Matteo Scandolobba1d782016-07-12 15:56:23 -070045 float: right; }