Files
PrestaShop/install-dev/theme/preactivation.css
mMarinetti d9dbb1db75 // install-new renamed to install-dev
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12732 b9a71923-0436-4b27-9f14-aed3839534dd
2012-01-26 17:35:54 +00:00

52 lines
1020 B
CSS

@CHARSET "UTF-8";
.moduleTable {
padding: 5px;
width: 650px;
border: 1px solid #CCC;
border-bottom:none;
}
.moduleTable tr {
border-bottom: 1px solid #CCC;
}
.moduleTable th {
font-size:13;
color:#000;
text-shadow:0 1px 0 #fff;
background:#cfcfcf url(img/bg_moduleTable_th.png) repeat-x 0 0;
}
.moduleTable .field {
padding:10px 0;
border-bottom:none;
}
.moduleTable .field label {
display:inline-block;
padding-left:10px;
width:180px;/* 190 */
}
.moduleTable .field label.radiolabel {width:auto;}
.moduleTable .field span.contentinput {
display:inline-block;
width:245px;
font-size: 11px;
font-style:italic;
color:#999;
}
.moduleTable select {
border: 1px solid #D41958;
}
.moduleTable select.pa_list {
width: 175px;
}
.moduleTable select.pa_list_year {
margin-right: 10px;
width: 60px !important;
}
.moduleTable select.pa_list_month, .moduleTable select.pa_list_day {
margin-right: 10px;
width: 45px !important;
}