File tree Expand file tree Collapse file tree
src/main/webapp/WEB-INF/jsp/fragment Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,11 +106,6 @@ Data publicazione:
106106<tr >
107107<td class =" formaTitle" >Autore:</td >
108108<td class =" formValue" >
109- <select >
110- <option >A. Manzoni</option >
111- <option >Wilbur Smith</option >
112- <option >Banana Yoshimoto</option >
113- </select >
114109<button >+</button >
115110</td >
116111</tr >
@@ -119,10 +114,7 @@ Data publicazione:
119114Editore:
120115</td >
121116<td class =" formValue" >
122- <select >
123- <option >Feltrinelli</option >
124- <option >Mondadori</option >
125- </select >
117+ <button >+</button >
126118</td >
127119</tr >
128120<tr >
Original file line number Diff line number Diff line change @@ -65,6 +65,9 @@ li#gestione_menuid li:hover,li#gestione_menuid li:hover{
6565 background-color : yellow ;
6666 /* border-color: orange;*/
6767}
68+ ul #gestione_menuid {
69+ background-color :none ;
70+ }
6871.sottomenu0 {
6972font-family : Verdana , sans-serif ;
7073 font-size : 11px ;
@@ -211,7 +214,7 @@ function buildGenereMenu(){
211214
212215 <li id =" gestione_menuid" class =" menu0" >
213216 <a href =" #" class =" menulink" >Gestione Bookshop</a >
214- <ul id =" gestione_sottomenuid" class =" sottomenu0" style = " background-color : red ; " >
217+ <ul id =" gestione_sottomenuid" class =" sottomenu0" >
215218 <li class =" sottomenu1" ><a href =" ../admin/addbook" class =" menulink" >Aggiugi Libro</a ></li >
216219 <li class =" sottomenu1" ><a href =" ../admin/default" class =" menulink" >Aggiungi Editore</a ></li >
217220 <li class =" sottomenu1" ><a href =" ../admin/default" class =" menulink" >Aggoungi Autore</a ></li >
You can’t perform that action at this time.
0 commit comments