index aggiunto riquadro meteo, freccia per sottomenu Tutte le sezione,
restyle della input di search;
This commit is contained in:
@@ -191,8 +191,8 @@ class GUIHandler {
|
||||
|
||||
|
||||
$menu = '<div class="menuBar"><div class="menuTab '.$homeSelected.'"><a href="#">HOME</a></div>'.$html.
|
||||
'<div class="menuTab" ><a href="#">TUTTE LE SEZIONI</a></div>
|
||||
<div class="searchBar" style="display:inline-block;"><input class="inputBar" name="search" placeholder="cerca nel sito" /></div>
|
||||
'<div class="menuTab" ><a href="#">TUTTE LE SEZIONI <img style="margin-left:5px;vertical-align:middle;"src="images/menuArrow.png" alt""></a></div>
|
||||
<div class="searchBar"><input class="inputBar" name="search" placeholder="cerca nel sito" /><img alt="" src="images/magnifyingGlass.png"/></div>
|
||||
</div>';
|
||||
echo $menu;
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 366 B |
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
@@ -218,6 +218,7 @@ catch (Exception $ex){
|
||||
</div>
|
||||
</div>
|
||||
<div class="rightBarNews">
|
||||
<div class="meteo"><img alt="" src="images/meteo.png"></div>
|
||||
<div class="middleRightBanner"><img alt="" src="images/ads_big.png"></div>
|
||||
<div class="lastNews">
|
||||
<div class="categoryBar" style="text-align:left;">
|
||||
|
||||
+20
-2
@@ -27,8 +27,24 @@ body{font-family:lato, arial;}
|
||||
.menuTab.selected{display:inline-block;padding:15px 17px 15px 16px;font-size:12px;background-color:#0069a3;}
|
||||
.menuTab > a {text-decoration:none;color:white;}
|
||||
|
||||
.searchBar{display:inline-block;margin:10px;}
|
||||
.searchBar > input{border-radius:6px;border:none;padding:5px;}
|
||||
.searchBar{
|
||||
float: right;
|
||||
position: relative;
|
||||
margin:10px;
|
||||
}
|
||||
|
||||
.searchBar > input{
|
||||
border-radius: 6px;
|
||||
border: none;
|
||||
padding: 5px 25px 5px 5px;
|
||||
}
|
||||
.searchBar > img{
|
||||
width: 17px;
|
||||
right: 5px;
|
||||
z-index: 2;
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
|
||||
.leftBarNews{width:500px;margin-top:23px;border:solid #d6d6d6 1px;border-left:2px;border-right:2px;display:inline-block;height:1380px;}
|
||||
@@ -126,6 +142,8 @@ body{font-family:lato, arial;}
|
||||
.ristorantiTitle{margin-top:10px;}
|
||||
|
||||
.rightBarNews{display:inline-block;width:230px;height:1380px;vertical-align:top;margin-top:20px;}
|
||||
.meteo{max-height:165px;max-width:220px;}
|
||||
.meteo > img{max-width:220px;max-height:165px;}
|
||||
.middleRightBanner{width:220px;overflow:hidden;}
|
||||
.middleRightBanner > img{max-width:220px; max-heigth:200px;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user