Ver Mensaje Individual
  #1 (permalink)  
Antiguo 30/05/2011, 18:40
cilius
 
Fecha de Ingreso: marzo-2011
Mensajes: 6
Antigüedad: 13 años, 1 mes
Puntos: 0
Pregunta componente de joomla (jea) no encuentro componente para agrandar tabla

que tal acompañeros webmasterianos.
tengo un problema, estoy haciendo una pagina para una inmoviliaria y ahy una tabla que me incomoda. quiero acomodar esa tabla en lo posible abajo de la foto principal o alejarla del margen y agrandarla un poquito, estube buscando el css pero no doy con esa parte de la pagina, les dejo una foto descriptiva y el codigo css en donde creo yo que tengo que modificar, gracias
foto:



codigo css:

.clr {
clear: both;
}

.pagenavigation {
text-align: center;
}

.jea_tools {
float: right;
}

.jea_tools img{
border:none;
}

/*format list */
.limitbox {
text-align: right;
}

dl.jea_item {
border-bottom: 1px dashed #b2b4bf;
padding-bottom: 1em;
}

dl.jea_item dt.title {
clear: both;
margin-bottom: 0.7em;
}

dl.jea_item dt.title strong {
font-size: 1.3em;
}

dl.jea_item dt.image {
float: left;
margin-right: 1em;
}

dl.jea_item dt.image img {
border-color: #819d26;
}

dl.jea_item span.slogan {
float: right;
}

dl.jea_item span.slogan strong {
color: red;
}

/*format detail */
.jea_toolbar {
float: right;
}

.snd_imgs {
float: right;
height: 300px;
overflow: auto;
}

.snd_imgs img {
width: 120px;
cursor: pointer
}

.item_second_column {
float: right;
width: 300px;
margin-left: 2em;
padding-left: 2em;
border-left: 1px dashed #b2b4bf;
}

.item_description {
margin-top: 2em;
margin-bottom: 3em;
}

#jea_search_form td{
padding:0 15px 10px 0;
}
#jea_search_form td.jea_label {
text-align: right;
}

#jea_search_form select {
width:12em;
}

/*format tabular list */
table.jea_listing, table.jea_listing thead, table.jea_listing th,
table.jea_listing tbody, table.jea_listing td {border:1px solid #ccc;}

table.jea_listing {
border-collapse:collapse;
}

table.jea_listing th, table.jea_listing td {
padding:5px;
text-align:left;
}

table.jea_listing tbody th {
font-weight:bold;
}

table.jea_listing thead {
font-weight:bold;
white-space:nowrap;
text-align:left;
}
table.jea_listing tbody tr.row1{
background:#F9F9F9;
}

table.jea_listing tbody tr:hover{
background:#FFD;
}

table.jea_listing .number {
text-align:right;
}

table.jea_listing .published {
text-align:center;
}

table.jea_listing .delete {
text-align:center;
}