Skip to content

Commit

Permalink
reajustando el menu y agregando el modulo pregunte
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloRN committed Aug 2, 2011
1 parent 6de0d96 commit d1148d1
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 41 deletions.
121 changes: 84 additions & 37 deletions bibliocnic.sql

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/doctrine/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Respuestab:
id: {type: integer, primary: true, autoincrement: true}
mensaje: {type: clob, extra: markdown}
busqueda_id: {type: integer}
uri: {type: string}
uri: {type: string, extra: link}
relations:
Busqueda:
foreignAlias: Respuestabs
Expand Down
9 changes: 6 additions & 3 deletions web/themeSolutions/css/navi.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,15 @@ Licence: <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons
color:#273239;
background-color:#F78F1E;
}
.menu_principal li.first.dm_current{
.menu_principal ul li#menu-0-inicio{
background: url(../images/home.png) no-repeat 100% 100%;
}
.menu_principal ul li.dm_current{
.menu_principal ul li#menu-1-busqueda-especializada{
background: url(../images/busqueda.png) no-repeat 100% 100%;
}
.menu_principal ul li.last.dm_current{
.menu_principal ul li#menu-2-registrarse{
background: url(../images/huella2.png) no-repeat 100% 100%;
}
.menu_principal ul li#menu-3-preguntas{
background: url(../images/pregunte.png) no-repeat 100% 100%;
}
Binary file modified web/themeSolutions/images/Thumbs.db
Binary file not shown.
Binary file modified web/themeSolutions/images/demo/Thumbs.db
Binary file not shown.
Binary file modified web/themeSolutions/images/pregunte.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d1148d1

Please sign in to comment.