-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiwbs.css
More file actions
110 lines (94 loc) · 1.88 KB
/
Copy pathiwbs.css
File metadata and controls
110 lines (94 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
/**** weel bg **********/
.well-primary {
color: #fff;
background-color: #337ab7;
}
.well-success {
background-color: #dff0d8;
}
.well-info {
background-color: #d9edf7;
}
.well-warning {
background-color: #fcf8e3;
}
.well-danger {
background-color: #f2dede;
}
/**** alerts ***********/
.flyover {
position: fixed;
width: 50%;
z-index: 1000000;
}
.flyover-right-top {
right: 1em;
top: 1em;
}
.flyover-right-center {
right: 1em;
top: 50%;
}
.flyover-right-bottom {
right: 1em;
bottom: 1em;
}
@media only screen and (max-width: 767px) {
.flyover {
width: auto;
left: 1em;
}
}
/**** dropdown-submenu ***/
.dropdown-submenu > .dropdown-menu {
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px 6px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > .dropdown-menu-right{
left: -100%;
margin-top: -6px;
margin-right: 100%;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px 6px;
border-radius: 0 6px 6px 6px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-submenu > .dropdown-menu {
padding-left: 15px;
}
}
.caret-right {
color: black;
border-bottom: 4px solid transparent;
border-top: 4px solid transparent;
border-left: 4px solid;
display: inline-block;
height: 0;
vertical-align: middle;
width: 0;
margin-left: 10px;
}
.caret-left {
color: black;
border-bottom: 4px solid transparent;
border-top: 4px solid transparent;
border-right: 4px solid;
display: inline-block;
height: 0;
vertical-align: middle;
width: 0;
margin-left: 10px;
}
/**** select plugin ***/
.form-control.disabled > button, .form-control.disabled > button:hover {
background-color: #eee;
opacity: 1;
}
/**** webshims fixes for firefox ****/
.input-buttons .step-controls {
display: none;
}