This repository was archived by the owner on Jan 30, 2025. It is now read-only.
forked from VersifitTechnologies/angular-ui-tab-scroll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathangular-ui-tab-scroll.css
More file actions
107 lines (104 loc) · 3.94 KB
/
angular-ui-tab-scroll.css
File metadata and controls
107 lines (104 loc) · 3.94 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
/*
* angular-ui-tab-scroll
* https://github.com/VersifitTechnologies/angular-ui-tab-scroll
*
* Version: 2.2.7
* License: MIT
*/
.ui-tabs-scrollable {
position: relative; }
.ui-tabs-scrollable > .spacer:not(.hidden-buttons) {
margin-left: 25px;
margin-right: 25px; }
.ui-tabs-scrollable > .spacer:not(.hidden-buttons) > div:first-child > .nav-tabs > li:first-child.active a, .ui-tabs-scrollable > .spacer:not(.hidden-buttons) > div:first-child > .nav-tabs > li:first-child a:hover {
border-top-left-radius: 0;
border-left: 1px solid transparent; }
.ui-tabs-scrollable > .spacer:not(.hidden-buttons) > div:first-child > .nav-tabs > li:last-child.active a, .ui-tabs-scrollable > .spacer:not(.hidden-buttons) > div:first-child > .nav-tabs > li:last-child a, .ui-tabs-scrollable > .spacer:not(.hidden-buttons) > div:first-child > .nav-tabs > li:last-child a:hover {
border-top-right-radius: 0;
border-right: 1px solid transparent;
margin-right: -1px; }
.ui-tabs-scrollable > .spacer:not(.hidden-buttons) > div:first-child > .tab-content {
margin-left: -25px;
margin-right: -25px; }
.ui-tabs-scrollable > .spacer > div:first-child > .nav-tabs {
white-space: nowrap;
overflow: hidden;
border-bottom: 0; }
.ui-tabs-scrollable > .spacer > div:first-child > .nav-tabs > li {
float: none;
display: table-cell; }
.ui-tabs-scrollable > .spacer > div:first-child > .nav-tabs > li > a {
height: 42px; }
.ui-tabs-scrollable > .spacer > div:first-child > .tab-content {
margin-top: -1px;
border-top: 1px solid #ddd; }
.ui-tabs-scrollable > .nav-button {
position: absolute;
width: 25px;
height: 42px;
line-height: 42px;
top: 0;
color: #428bca;
cursor: pointer;
text-align: center;
border: 1px solid #ddd;
border-radius: 0;
padding: 0;
background-color: #fff;
z-index: 10; }
.ui-tabs-scrollable > .nav-button:hover {
background-color: #eee; }
.ui-tabs-scrollable > .nav-button.left-nav-button {
left: 0;
border-top-left-radius: 4px; }
.ui-tabs-scrollable > .nav-button.left-nav-button:before {
font-family: 'Glyphicons Halflings';
content: '\e079'; }
.ui-tabs-scrollable > .nav-button.right-nav-button {
right: 0;
border-top-right-radius: 4px; }
.ui-tabs-scrollable > .nav-button.right-nav-button:before {
font-family: 'Glyphicons Halflings';
content: '\e080'; }
.ui-tabs-scrollable > .dropdown {
position: absolute;
top: 0;
right: 0; }
.ui-tabs-scrollable > .dropdown > .dropdown-toggle {
width: 25px;
height: 42px;
line-height: 42px;
color: #428bca;
text-align: center;
border: 1px solid #ddd;
border-left-width: 0;
padding: 0;
background-color: #fff;
z-index: 10;
border-radius: 0 4px 0 0; }
.ui-tabs-scrollable > .dropdown > .dropdown-toggle:before {
font-family: 'Glyphicons Halflings';
content: '\e114'; }
.ui-tabs-scrollable.show-drop-down > .spacer:not(.hidden-buttons) {
margin-right: calc(25px + 25px); }
.ui-tabs-scrollable.show-drop-down > .spacer:not(.hidden-buttons) > div:first-child > .tab-content {
margin-right: calc(-25px - 25px); }
.ui-tabs-scrollable.show-drop-down > .nav-button.right-nav-button {
right: 25px;
border-radius: 0; }
.dropdown-menu > li > a .dropDownTabActiveMark:before {
font-family: 'Glyphicons Halflings';
content: '\e013';
padding-right: 10px;
font-size: 12px; }
/*make the tabs content be height 100%*/
.ui-tabs-scrollable > .spacer {
height: 100%; }
.ui-tabs-scrollable > .spacer > div:first-child {
height: 100%; }
.ui-tabs-scrollable > .spacer > div:first-child > .tab-content {
height: 100%; }
.ui-tabs-scrollable > .spacer > div:first-child > .tab-content > .active {
height: 100%;
overflow: auto; }
/*# sourceMappingURL=angular-ui-tab-scroll.css.map */