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:
parent
d3a500f2d8
commit
f0ba4ef592
@ -188,12 +188,15 @@
|
||||
<div class="section-header section-helper light">
|
||||
<div class="container_16">
|
||||
<div class="grid_5"> </div><!-- / .grid_5 -->
|
||||
<div class="grid_11">
|
||||
<nav class="section-nav">
|
||||
<div class="grid_11">
|
||||
<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' )); ?>
|
||||
</nav>
|
||||
<div class="clearboth"></div>
|
||||
</div><!-- / .grid_11 -->
|
||||
</div><!-- / .container_16 -->
|
||||
<div class="clearboth"></div>
|
||||
</div><!-- / .container_16 -->
|
||||
<div class="clearboth"></div>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
<?php } ?>
|
||||
|
||||
@ -414,14 +414,14 @@ nav ul ul li {
|
||||
nav ul ul li a {
|
||||
width: 100% !important; /*146px;*/
|
||||
height: auto !important;
|
||||
line-height: 2em !important;
|
||||
/*line-height: 2em !important;*/
|
||||
padding: 3px 7px;
|
||||
border-right: none;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
/*margin: -9px 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 {
|
||||
@ -499,9 +499,17 @@ nav ul ul ul li {
|
||||
|
||||
nav.section-nav {
|
||||
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 {
|
||||
padding-right: 35px;
|
||||
}
|
||||
@ -518,13 +526,33 @@ nav.section-nav ul > li.current-menu-ancestor > a {
|
||||
|
||||
nav.section-nav ul ul {
|
||||
display: block;
|
||||
background: none !important;
|
||||
left: -118px !important;
|
||||
background: none !important;
|
||||
position: absolute;
|
||||
top: 25px;
|
||||
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 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
@ -542,8 +570,8 @@ nav.section-nav ul ul li {
|
||||
nav.section-nav ul ul li a {
|
||||
background: none !important;
|
||||
border: medium none;
|
||||
padding: 6px 0 8px;
|
||||
width: 160px;
|
||||
padding: 6px 0 0;
|
||||
text-transform: none !important;
|
||||
}
|
||||
|
||||
nav.section-nav ul > li.current_page_item > a,
|
||||
@ -2793,4 +2821,20 @@ width:355px;
|
||||
filter: alpha(opacity=1);
|
||||
-moz-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;
|
||||
}
|
||||
@ -2,6 +2,13 @@
|
||||
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 {
|
||||
margin: 0 !important;
|
||||
padding: 30px 0 0 0 !important;
|
||||
|
||||
@ -141,7 +141,7 @@ input[type=submit],
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
nav ul ul {font-size: 12px}
|
||||
nav ul ul {font-size: 12px; text-transform: none;}
|
||||
|
||||
nav ul ul li a {
|
||||
font-size: 12px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user