File tree 2 files changed +63
-3
lines changed
src/main/java/org/devgateway/toolkit/forms/wicket/styles
2 files changed +63
-3
lines changed Original file line number Diff line number Diff line change 373
373
</includes >
374
374
</resource >
375
375
</resources >
376
-
376
+
377
377
<sourceDirectory >src/main/java</sourceDirectory >
378
-
378
+
379
379
<plugins >
380
380
381
381
<!-- <plugin>-->
Original file line number Diff line number Diff line change @@ -352,6 +352,8 @@ button .btn-home-label {
352
352
min-height : 58px ;
353
353
}
354
354
355
+
356
+
355
357
.pull-down {
356
358
position : absolute;
357
359
bottom : 0 ;
@@ -423,4 +425,62 @@ button .btn-home-label {
423
425
padding-left : 2em ;
424
426
padding-right : 2em ;
425
427
}
426
- }
428
+ }
429
+
430
+ ul .pagination {
431
+ display : inline-flex;
432
+ list-style : none;
433
+ border-radius : 4px ;
434
+ overflow : hidden;
435
+ padding : 6px 12px ;
436
+ }
437
+
438
+ ul .pagination li {
439
+ display : inline;
440
+ }
441
+
442
+ ul .pagination li a {
443
+ display : inline-block;
444
+ padding : 6px 12px ;
445
+ margin-left : -1px ;
446
+ line-height : 1.42857143 ;
447
+ color : # 337ab7 ;
448
+ background-color : # fff ;
449
+ border : 1px solid # ddd ;
450
+ text-decoration : none;
451
+ min-width : 36px ;
452
+ text-align : center;
453
+ }
454
+
455
+ ul .pagination li a .first {
456
+ border-top-left-radius : 4px ;
457
+ border-bottom-left-radius : 4px ;
458
+ }
459
+ ul .pagination li a .last {
460
+ border-top-right-radius : 4px ;
461
+ border-bottom-right-radius : 4px ;
462
+ }
463
+ ul .pagination li a : hover {
464
+ background-color : # eee ;
465
+ text-decoration : none;
466
+ }
467
+
468
+ ul .pagination li .active a ,
469
+ ul .pagination li a .active {
470
+ background-color : # 337ab7 ;
471
+ color : white;
472
+ border-color : # 337ab7 ;
473
+ cursor : default;
474
+ }
475
+
476
+ ul .pagination li .disabled a ,
477
+ ul .pagination li a .disabled {
478
+ color : # ccc ;
479
+ pointer-events : none;
480
+ background-color : # f9f9f9 ;
481
+ border-color : # ddd ;
482
+ }
483
+
484
+ ul .pagination .l-float {
485
+ float : right;
486
+ }
You can’t perform that action at this time.
0 commit comments