annotate assets/css/style.css @ 25:0795207f3b90

ng2-table now with pager, sorting and styling.
author casties
date Tue, 26 Jan 2016 19:19:23 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
1 /*!
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
2 * Bootstrap Docs (http://getbootstrap.com)
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
3 * Copyright 2011-2014 Twitter, Inc.
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
4 * Licensed under the Creative Commons Attribution 3.0 Unported License. For
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
5 * details, see http://creativecommons.org/licenses/by/3.0/.
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
6 */
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
7
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
8 .h1, .h2, .h3, h1, h2, h3 {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
9 margin-top: 20px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
10 margin-bottom: 10px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
11 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
12
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
13 .h1, h1 {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
14 font-size: 36px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
15 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
16
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
17 .btn-group-lg > .btn, .btn-lg {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
18 font-size: 18px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
19 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
20
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
21 section {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
22 padding-top: 30px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
23 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
24
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
25 .bd-pageheader {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
26 margin-top: 51px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
27 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
28
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
29 .page-header {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
30 padding-bottom: 9px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
31 margin: 40px 0 20px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
32 border-bottom: 1px solid #eee;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
33 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
34
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
35 .navbar-default .navbar-nav > li > a {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
36 color: #777;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
37 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
38
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
39 .navbar {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
40 padding: 0;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
41 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
42
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
43 .navbar-nav .nav-item {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
44 margin-left: 0 !important;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
45 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
46
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
47 .nav > li > a {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
48 position: relative;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
49 display: block;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
50 padding: 10px 15px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
51 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
52
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
53 .nav .navbar-brand {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
54 float: left;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
55 height: 50px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
56 padding: 15px 15px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
57 font-size: 18px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
58 line-height: 20px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
59 margin-right: 0 !important;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
60 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
61
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
62 .navbar-brand {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
63 color: #777;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
64 float: left;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
65 height: 50px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
66 padding: 15px 15px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
67 font-size: 18px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
68 line-height: 20px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
69 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
70
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
71 .navbar-toggler {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
72 margin-top: 8px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
73 margin-right: 15px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
74 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
75
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
76 .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
77 color: #333;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
78 background-color: transparent;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
79 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
80
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
81 .bd-pageheader, .bs-docs-masthead {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
82 position: relative;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
83 padding: 30px 0;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
84 color: #cdbfe3;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
85 text-align: center;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
86 text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
87 background-color: #6f5499;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
88 background-image: -webkit-gradient(linear, left top, left bottom, from(#563d7c), to(#6f5499));
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
89 background-image: -webkit-linear-gradient(top, #563d7c 0, #6f5499 100%);
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
90 background-image: -o-linear-gradient(top, #563d7c 0, #6f5499 100%);
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
91 background-image: linear-gradient(to bottom, #563d7c 0, #6f5499 100%);
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
92 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
93 background-repeat: repeat-x;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
94 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
95
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
96 .bd-pageheader {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
97 margin-bottom: 40px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
98 font-size: 20px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
99 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
100
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
101 .bd-pageheader h1 {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
102 margin-top: 0;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
103 color: #fff;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
104 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
105
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
106 .bd-pageheader p {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
107 margin-bottom: 0;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
108 font-weight: 300;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
109 line-height: 1.4;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
110 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
111
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
112 .bd-pageheader .btn {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
113 margin: 10px 0;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
114 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
115
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
116 .scrollable-menu .nav-link {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
117 color: #337ab7;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
118 font-size: 14px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
119 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
120
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
121 .scrollable-menu .nav-link:hover {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
122 color: #23527c;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
123 background-color: #eee;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
124 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
125
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
126 @media (min-width: 992px) {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
127 .bd-pageheader h1, .bd-pageheader p {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
128 margin-right: 380px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
129 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
130 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
131
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
132 @media (min-width: 768px) {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
133 .bd-pageheader {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
134 padding-top: 60px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
135 padding-bottom: 60px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
136 font-size: 24px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
137 text-align: left;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
138 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
139
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
140 .bd-pageheader h1 {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
141 font-size: 60px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
142 line-height: 1;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
143 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
144
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
145 .navbar-nav > li > a.nav-link {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
146 padding-top: 15px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
147 padding-bottom: 15px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
148 font-size: 14px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
149 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
150
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
151 .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
152 margin-left: -15px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
153 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
154 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
155
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
156 @media (max-width: 767px) {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
157 .hidden-xs {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
158 display: none !important;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
159 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
160
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
161 .navbar .container {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
162 width: 100%;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
163 max-width: 100%;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
164 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
165 .navbar .container,
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
166 .navbar .container .navbar-header {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
167 padding: 0;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
168 margin: 0;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
169 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
170 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
171
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
172 @media (max-width: 400px) {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
173 code, kbd {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
174 font-size: 60%;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
175 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
176 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
177
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
178 /**
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
179 * VH and VW units can cause issues on iOS devices: http://caniuse.com/#feat=viewport-units
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
180 *
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
181 * To overcome this, create media queries that target the width, height, and orientation of iOS devices.
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
182 * It isn't optimal, but there is really no other way to solve the problem. In this example, I am fixing
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
183 * the height of element '.scrollable-menu' —which is a full width and height cover image.
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
184 *
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
185 * iOS Resolution Quick Reference: http://www.iosres.com/
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
186 */
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
187
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
188 .scrollable-menu {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
189 height: 90vh !important;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
190 width: 100vw;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
191 overflow-x: hidden;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
192 padding: 0 0 20px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
193 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
194
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
195 /**
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
196 * iPad with portrait orientation.
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
197 */
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
198 @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
199 .scrollable-menu {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
200 height: 1024px !important;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
201 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
202 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
203
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
204 /**
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
205 * iPad with landscape orientation.
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
206 */
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
207 @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
208 .scrollable-menu {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
209 height: 768px !important;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
210 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
211 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
212
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
213 /**
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
214 * iPhone 5
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
215 * You can also target devices with aspect ratio.
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
216 */
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
217 @media screen and (device-aspect-ratio: 40/71) {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
218 .scrollable-menu {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
219 height: 500px !important;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
220 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
221 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
222
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
223 .navbar-default .navbar-toggle .icon-bar {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
224 background-color: #888;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
225 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
226
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
227 .navbar-toggle:focus {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
228 outline: 0
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
229 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
230
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
231 .navbar-toggle .icon-bar {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
232 display: block;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
233 width: 22px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
234 height: 2px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
235 border-radius: 1px
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
236 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
237
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
238 .navbar-toggle .icon-bar + .icon-bar {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
239 margin-top: 4px
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
240 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
241
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
242 pre {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
243 white-space: pre-wrap; /* CSS 3 */
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
244 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
245 white-space: -pre-wrap; /* Opera 4-6 */
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
246 white-space: -o-pre-wrap; /* Opera 7 */
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
247 word-wrap: break-word; /* Internet Explorer 5.5+ */
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
248 }