From bpoussin@users.chorem.org Tue Apr 19 19:51:16 2011 From: bpoussin@users.chorem.org To: bow-commits@list.chorem.org Subject: [Bow-commits] r245 - in trunk/bow-ui/src/main/webapp: css jsp jsp/inc Date: Tue, 19 Apr 2011 19:51:16 +0200 Message-ID: <20110419175116.C9E8016C6B@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3677977745406999834==" --===============3677977745406999834== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: bpoussin Date: 2011-04-19 19:51:16 +0200 (Tue, 19 Apr 2011) New Revision: 245 Url: http://chorem.org/repositories/revision/bow/245 Log: reorganisation du menu de droite en deplacant des choses dans preferences (un peu de style a refaire) Modified: trunk/bow-ui/src/main/webapp/css/bookmark.css trunk/bow-ui/src/main/webapp/jsp/inc/rightMenu.jsp trunk/bow-ui/src/main/webapp/jsp/preferences.jsp Modified: trunk/bow-ui/src/main/webapp/css/bookmark.css =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/bow-ui/src/main/webapp/css/bookmark.css 2011-04-19 17:34:39 UTC (re= v 244) +++ trunk/bow-ui/src/main/webapp/css/bookmark.css 2011-04-19 17:51:16 UTC (re= v 245) @@ -370,12 +370,12 @@ =20 .formFrame{ min-width:400px; - min-height: 315px; +/* min-height: 315px; */ position:relative; margin-top:20px; margin-bottom:20px; margin-right:100px; - margin-left:100px; + margin-left:40px; padding-top:10px; padding-bottom:10px; padding-left:40px; Modified: trunk/bow-ui/src/main/webapp/jsp/inc/rightMenu.jsp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/bow-ui/src/main/webapp/jsp/inc/rightMenu.jsp 2011-04-19 17:34:39 UT= C (rev 244) +++ trunk/bow-ui/src/main/webapp/jsp/inc/rightMenu.jsp 2011-04-19 17:51:16 UT= C (rev 245) @@ -34,9 +34,9 @@
-
- -
+
+ +
=
@@ -47,27 +47,30 @@
-
-

- +
+ +
+ + +
+
+
+ +
+ + +
+
+

-

+




@@ -88,24 +91,8 @@ -

- -
- - -
-
-
-
- -
- - -
-
-
- 3D"Pi= + 3D=
Modified: trunk/bow-ui/src/main/webapp/jsp/preferences.jsp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/bow-ui/src/main/webapp/jsp/preferences.jsp 2011-04-19 17:34:39 UTC = (rev 244) +++ trunk/bow-ui/src/main/webapp/jsp/preferences.jsp 2011-04-19 17:51:16 UTC = (rev 245) @@ -1,3 +1,4 @@ +<%@page import=3D"org.chorem.bow.BowConfig"%> <%@page import=3D"org.nuiton.wikitty.search.FacetTopic"%> <%@page import=3D"org.chorem.bow.action.PreferencesAction"%>