Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/08/2015, 16:19
Avatar de xfxstudios
xfxstudios
 
Fecha de Ingreso: junio-2015
Ubicación: Valencia - Venezuela
Mensajes: 2.448
Antigüedad: 8 años, 10 meses
Puntos: 263
Respuesta: Centrar vrticalmente

mira los cambios que hice y me avisas si es lo que necesitas:
Código PHP:
Ver original
  1. <style>
  2. ul.menu-botones-naranja {
  3. text-align: center;
  4. margin: 10px;
  5. padding: 0px;
  6. list-style-type: none;
  7. display: table;
  8. width: 100%;
  9. }
  10. .nav {
  11. margin-left: 0px;
  12. margin-bottom: 18px;
  13. list-style: outside none none;
  14. }
  15. ul.menu-botones-naranja li {
  16. display: table-cell;
  17. padding: 0px 2%;
  18. width: 175px;
  19. }
  20. li {
  21. line-height: 18px;
  22. }
  23. a.boton-naranja, a.boton-naranja:link {
  24. color: #FFF;
  25. text-transform: uppercase;
  26. background-color: #FF5131;
  27. font-weight: bold;
  28. text-align: center;
  29. margin: 10px 0px;
  30. text-decoration: none;
  31. display: block;
  32. height: 100px;
  33. width:100px;
  34. border-radius: 70px;
  35. }
  36. .item-480 a::before {
  37.   content: '';
  38.   display: inline-block;
  39.   height: 100%;
  40.   vertical-align: middle;
  41.   margin-right: -0.25em;
  42. }
  43.  
  44. </style>
  45. <ul class="nav menu-botones-naranja">
  46. <li class="item-480"><a class="boton-naranja" href="/sss">ss</a></li>
  47. <li class="item-480"><a class="boton-naranja" href="/w/os">Os</a></li>
  48. <li class="item-480"><a class="boton-naranja" href="/15">sss</a></li>
  49. <li class="item-480"><a class="boton-naranja" href="/s6">Cracovia </a></li>
  50. </ul>
__________________
[email protected]
HITCEL