Commit d5594d65f8ec829a35d6fe71a165324001e46a0e

Authored by Jose Pinto
1 parent 87b595ddfd
Exists in master

clase right-0, estilos grid

Showing 2 changed files with 16 additions and 0 deletions   Show diff stats
... ... @@ -0,0 +1,11 @@
  1 +.gridInforme {
  2 + width: 100%;
  3 + height: 350px;
  4 +}
  5 +.ui-grid-header-cell-wrapper{
  6 + height: 40px !important;
  7 +}
  8 +
  9 +.ui-grid-viewport{
  10 + overflow-x: hidden !important;
  11 +}
0 12 \ No newline at end of file
src/sass/general.scss
... ... @@ -17,6 +17,7 @@ $primary-color: #e09125;
17 17 @import 'foca-crear';
18 18 @import 'logistica-pedido-ruta';
19 19 @import 'tabs';
  20 +@import 'grid';
20 21  
21 22  
22 23 //OCULTA FLECHAS INPUT NUMBER
... ... @@ -51,4 +52,8 @@ input::-webkit-inner-spin-button {
51 52  
52 53 .uib-daypicker{
53 54 outline: 0
  55 +}
  56 +
  57 +.right-0{
  58 + right: 0;
54 59 }
55 60 \ No newline at end of file