Sección nueva de Russian Desk con menú horizontal

git-svn-id: https://192.168.0.254/svn/Proyectos.EstudioJuridicoAlmagro_Web/trunk@8 c22fe52d-42d7-ba4f-95f7-33effcf65713
This commit is contained in:
David Arranz 2013-04-30 15:36:47 +00:00
parent d3a500f2d8
commit f0ba4ef592
4 changed files with 65 additions and 11 deletions

View File

@ -189,11 +189,14 @@
<div class="container_16"> <div class="container_16">
<div class="grid_5">&nbsp;</div><!-- / .grid_5 --> <div class="grid_5">&nbsp;</div><!-- / .grid_5 -->
<div class="grid_11"> <div class="grid_11">
<nav class="section-nav"> <nav class="section-nav <?php echo ICL_LANGUAGE_CODE; ?>">
<?php wp_nav_menu(array('fallback_cb' => 'wp_page_menu', 'depth' => 0, 'theme_location' => 'russian-desk-menu' )); ?> <?php wp_nav_menu(array('fallback_cb' => 'wp_page_menu', 'depth' => 0, 'theme_location' => 'russian-desk-menu' )); ?>
</nav> </nav>
<div class="clearboth"></div>
</div><!-- / .grid_11 --> </div><!-- / .grid_11 -->
<div class="clearboth"></div>
</div><!-- / .container_16 --> </div><!-- / .container_16 -->
<div class="clearboth"></div>
</div> </div>
<div class="clearfix"></div> <div class="clearfix"></div>
<?php } ?> <?php } ?>

View File

@ -414,14 +414,14 @@ nav ul ul li {
nav ul ul li a { nav ul ul li a {
width: 100% !important; /*146px;*/ width: 100% !important; /*146px;*/
height: auto !important; height: auto !important;
line-height: 2em !important; /*line-height: 2em !important;*/
padding: 3px 7px; padding: 3px 7px;
border-right: none; border-right: none;
display: block; display: block;
overflow: hidden; overflow: hidden;
/*margin: -9px 0px !important;*/ /*margin: -9px 0px !important;*/
margin: 0px !important; margin: 0px !important;
white-space: nowrap; /* If it's commented the longer titles're going to be on 2 lines */ /*white-space: nowrap;*/ /* If it's commented the longer titles're going to be on 2 lines */
} }
nav ul ul ul { nav ul ul ul {
@ -499,7 +499,15 @@ nav ul ul ul li {
nav.section-nav { nav.section-nav {
float: left; float: left;
margin: 8px 0 8px 133px; margin: 8px 0 8px 0px;
}
nav.section-nav.es {
margin-left: 50px;
}
nav.section-nav.ru {
margin-left: 75px;
} }
nav.section-nav ul li { nav.section-nav ul li {
@ -519,12 +527,32 @@ nav.section-nav ul > li.current-menu-ancestor > a {
nav.section-nav ul ul { nav.section-nav ul ul {
display: block; display: block;
background: none !important; background: none !important;
left: -118px !important;
position: absolute; position: absolute;
top: 25px; top: 25px;
width: 800px !important; width: 800px !important;
} }
nav.section-nav ul li.empresas ul {
text-transform: none;
top: 25px;
}
nav.section-nav.es ul li.empresas ul {
width: 640px !important;
left: -228px !important;
}
nav.section-nav.ru ul li.empresas ul {
width: 575px !important;
left: -268px !important;
}
nav.section-nav ul li.particulares ul {
left: -120px !important;
text-transform: none;
width: 600px !important;
}
nav.section-nav ul ul ul { nav.section-nav ul ul ul {
margin-top: 0px; margin-top: 0px;
} }
@ -542,8 +570,8 @@ nav.section-nav ul ul li {
nav.section-nav ul ul li a { nav.section-nav ul ul li a {
background: none !important; background: none !important;
border: medium none; border: medium none;
padding: 6px 0 8px; padding: 6px 0 0;
width: 160px; text-transform: none !important;
} }
nav.section-nav ul > li.current_page_item > a, nav.section-nav ul > li.current_page_item > a,
@ -2794,3 +2822,19 @@ filter: alpha(opacity=1);
-moz-opacity: 0.01; -moz-opacity: 0.01;
opacity: 0.01; opacity: 0.01;
} }
span.wpcf7-form-control-wrap {
display: block;
margin-bottom: -15px;
position: relative;
width: 400px;
}
input[type="email"] {
margin-bottom: 0;
}
.button, input[type="button"], input[type="submit"] {
padding-top: 0;
}

View File

@ -2,6 +2,13 @@
Paginas Paginas
--------------------------------------------------------------------------*/ --------------------------------------------------------------------------*/
.full .page-content > .one_half,
.full .post-content > .one_half,
.full .entry-content > .one_half {
min-height: 10px;
display: inline-block;
}
.home .page-content .titulo { .home .page-content .titulo {
margin: 0 !important; margin: 0 !important;
padding: 30px 0 0 0 !important; padding: 30px 0 0 0 !important;

View File

@ -141,7 +141,7 @@ input[type=submit],
text-transform: uppercase; text-transform: uppercase;
} }
nav ul ul {font-size: 12px} nav ul ul {font-size: 12px; text-transform: none;}
nav ul ul li a { nav ul ul li a {
font-size: 12px; font-size: 12px;