File tree Expand file tree Collapse file tree 1 file changed +110
-0
lines changed
docs/src/site/resources/css Expand file tree Collapse file tree 1 file changed +110
-0
lines changed Original file line number Diff line number Diff line change @@ -174,3 +174,113 @@ footer.well {
174174.main-body {
175175 padding-top : 100px ;
176176}
177+
178+ /* Css for tablet and mobile phone view */
179+ # banner > .span12 {
180+ width : 100% ;
181+ }
182+
183+ @media (min-width : 768px ) and (max-width : 979px ) {
184+ .container {
185+ width : 100% ;
186+ }
187+ .main-body {
188+ padding-top : 0px !important ;
189+ }
190+ }
191+
192+ @media (max-width : 979px ){
193+ .navbar-fixed-top {
194+ position : relative;
195+ }
196+ .header-section {
197+ top : 0 ;
198+ padding : 10px 20px ;
199+ overflow : hidden;
200+ }
201+ .body-content {
202+ padding : 10px 20px ;
203+ }
204+ .subfooter ,
205+ footer .well {
206+ padding : 10px 20px ;
207+ }
208+
209+ # bannerLeft > h1 {
210+ margin : 0
211+ }
212+ .header-section : after {
213+ overflow : hidden;
214+ }
215+ .row {
216+ overflow : hidden;
217+ }
218+ .navbar-fixed-top {
219+ margin-bottom : 0 !important ;
220+ }
221+ .navbar-fixed-top ~ .container {
222+ width : auto;
223+ }
224+
225+ }
226+
227+ @media (max-width : 768px ) {
228+ .row-fluid .span6 {
229+ width : 70% ;
230+ }
231+ .navbar .nav-collapse .nav > li > a {
232+ color : # 17425a ;
233+ }
234+ .navbar .nav li .dropdown .active > .dropdown-toggle {
235+ color : # ffffff ;
236+ }
237+ .dropdown .open .dropdown-menu {
238+ background-color : # ffffff ;
239+ }
240+ }
241+
242+ @media (max-width : 767px ){
243+ .row-fluid .span6 {
244+ width : 90% ;
245+ }
246+ .navbar-fixed-top {
247+ position : fixed;
248+ }
249+ .navbar-fixed-top .brand {
250+ margin-left : 30px ;
251+ }
252+ .btn .btn-navbar {
253+ position : relative;
254+ top : 15px ;
255+ right : 15px ;
256+ }
257+ .header-section {
258+ top : 90px ;
259+ }
260+ .header-section : after {
261+ background-image : none;
262+ }
263+ .nav-collapse , .nav-collapse .collapse {
264+ padding : 0 15px ;
265+ }
266+ .header-section ,
267+ .subfooter ,
268+ footer .well ,
269+ .body-content {
270+ padding : 10px 30px ;
271+ }
272+ }
273+
274+ table .bodyTable .table .table-striped .table-hover {
275+ display : block;
276+ width : 100% ;
277+ overflow-x : auto;
278+ }
279+
280+ # Contributors ~ table .bodyTable .table .table-striped .table-hover {
281+ display : table;
282+ }
283+
284+ .dropdown-backdrop {
285+ display : none;
286+ }
You can’t perform that action at this time.
0 commit comments