Version 16.103.1

This commit is contained in:
Antonio Cañas Vargas 2016-12-16 10:34:35 +01:00
parent 94a1f63fb4
commit ee62980536

View File

@ -238,7 +238,6 @@ a:hover /* Default ==> underlined */
display:table;
box-sizing:border-box;
width:100%;
height:74px;
vertical-align:top;
}
.HEAD_ROW_2_WHITE
@ -468,15 +467,15 @@ a:hover /* Default ==> underlined */
}
.HEAD_ROW_3_GREY
{
background-image:linear-gradient(#404040 0,#404040 58px,white 58px,white 100%);
background-image:linear-gradient(#404040 0,#404040 54px,white 54px,white 100%);
}
.HEAD_ROW_3_BLUE
{
background-image:linear-gradient(#4f90c8 0,#4f90c8 58px,white 58px,white 100%);
background-image:linear-gradient(#4f90c8 0,#4f90c8 54px,white 54px,white 100%);
}
.HEAD_ROW_3_YELLOW
{
background-image:linear-gradient(#201420 0,#201420 58px,white 58px,white 100%);
background-image:linear-gradient(#201420 0,#201420 54px,white 54px,white 100%);
}
@media only screen and (max-width: 480px)
{ /* For mobile-phones */
@ -484,17 +483,15 @@ a:hover /* Default ==> underlined */
{
display:table;
box-sizing:border-box;
width:302px; /* 42px*7 + 8px */
height:64px;
margin:0 auto;
border-spacing:1px;
border-spacing:1px 0;
}
.TAB_OFF
{
display:table-cell;
box-sizing:border-box;
width:42px;
height:62px;
height:60px;
margin:0;
padding:0;
border-radius:5px 5px 0 0;
@ -508,7 +505,7 @@ a:hover /* Default ==> underlined */
display:table-cell;
box-sizing:border-box;
width:42px;
height:62px;
height:60px;
margin:0;
padding:0;
border-radius:5px 5px 0 0;
@ -534,17 +531,15 @@ a:hover /* Default ==> underlined */
{
display:table;
box-sizing:border-box;
width:470px; /* 66px*7 + 8px */
height:64px;
margin:0 auto;
border-spacing:1px;
border-spacing:1px 0;
}
.TAB_OFF
{
display:table-cell;
box-sizing:border-box;
width:66px;
height:62px;
height:60px;
margin:0;
padding:0;
border-radius:5px 5px 0 0;
@ -558,7 +553,7 @@ a:hover /* Default ==> underlined */
display:table-cell;
box-sizing:border-box;
width:66px;
height:62px;
height:60px;
margin:0;
padding:0;
border-radius:5px 5px 0 0;
@ -584,17 +579,15 @@ a:hover /* Default ==> underlined */
{
display:table;
box-sizing:border-box;
width:778px; /* 110px*7 + 8px */
height:64px;
margin:0 auto;
border-spacing:1px;
border-spacing:1px 0;
}
.TAB_OFF
{
display:table-cell;
box-sizing:border-box;
width:110px;
height:62px;
height:60px;
margin:0;
padding:0;
border-radius:5px 5px 0 0;
@ -608,7 +601,7 @@ a:hover /* Default ==> underlined */
display:table-cell;
box-sizing:border-box;
width:110px;
height:62px;
height:60px;
margin:0;
padding:0;
border-radius:5px 5px 0 0;
@ -658,7 +651,7 @@ a:hover /* Default ==> underlined */
width:36px;
height:36px;
vertical-align:middle;
margin:2px;
margin-top:2px;
}
/*********************** Layout (fourth row, main zone) **********************/
@ -750,7 +743,7 @@ a:hover /* Default ==> underlined */
#main_zone_central_container
{
box-sizing:border-box;
margin:-8px 0 0 0;
margin:-6px 0 0 0;
padding:4px 0;
border-radius:6px;
box-shadow:inset 0 -1px 1px 0 rgba(50,50,50,0.2);
@ -765,7 +758,7 @@ a:hover /* Default ==> underlined */
{
box-sizing:border-box;
min-height:900px;
margin:-8px 0 0 0;
margin:-6px 0 0 0;
padding:4px 0;
border-radius:6px;
box-shadow:inset 0 -1px 1px 0 rgba(50,50,50,0.2);