From bleny@users.forge.codelutin.com Mon May 13 17:55:48 2013
From: bleny@users.forge.codelutin.com
To: franciaflex-magalie-commits@list.forge.codelutin.com
Subject: [Franciaflex-magalie-commits] r147 - in
trunk/magalie-web/src/main/webapp: WEB-INF/content css
Date: Mon, 13 May 2013 17:55:48 +0200
Message-ID: <20130513155548.DC18B15881@nuiton.codelutin.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6141257968114652486=="
--===============6141257968114652486==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Author: bleny
Date: 2013-05-13 17:55:48 +0200 (Mon, 13 May 2013)
New Revision: 147
Url: http://forge.codelutin.com/projects/franciaflex-magalie/repository/revis=
ions/147
Log:
introduce reduced css for some particuler screen
Added:
trunk/magalie-web/src/main/webapp/css/magalie-ck3x-reduced.css
Modified:
trunk/magalie-web/src/main/webapp/WEB-INF/content/receive-article-input.jsp
trunk/magalie-web/src/main/webapp/WEB-INF/content/withdraw-item-input.jsp
trunk/magalie-web/src/main/webapp/css/magalie-ck3x.css
Modified: trunk/magalie-web/src/main/webapp/WEB-INF/content/receive-article-i=
nput.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/magalie-web/src/main/webapp/WEB-INF/content/receive-article-input.j=
sp 2013-05-13 12:40:35 UTC (rev 146)
+++ trunk/magalie-web/src/main/webapp/WEB-INF/content/receive-article-input.j=
sp 2013-05-13 15:55:48 UTC (rev 147)
@@ -30,6 +30,7 @@
">
R=C3=A9ception d'un article
+ "/>
=20
Modified: trunk/magalie-web/src/main/webapp/WEB-INF/content/withdraw-item-inp=
ut.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/magalie-web/src/main/webapp/WEB-INF/content/withdraw-item-input.jsp=
2013-05-13 12:40:35 UTC (rev 146)
+++ trunk/magalie-web/src/main/webapp/WEB-INF/content/withdraw-item-input.jsp=
2013-05-13 15:55:48 UTC (rev 147)
@@ -30,59 +30,7 @@
">
Traitement des listes =C3=A0 servir
-
+ "/>
=20
Added: trunk/magalie-web/src/main/webapp/css/magalie-ck3x-reduced.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/magalie-web/src/main/webapp/css/magalie-ck3x-reduced.css =
(rev 0)
+++ trunk/magalie-web/src/main/webapp/css/magalie-ck3x-reduced.css 2013-05-13=
15:55:48 UTC (rev 147)
@@ -0,0 +1,55 @@
+@media screen and (max-width: 480px) and (max-height: 640px) and (orientatio=
n: portrait) {
+
+dl,
+.control-group,
+form,
+.form-horizontal .control-group,
+label {
+ margin: 0;
+}
+
+select,
+textarea,
+input[type=3D"text"],
+input[type=3D"password"],
+input[type=3D"datetime"],
+input[type=3D"datetime-local"],
+input[type=3D"date"],
+input[type=3D"month"],
+input[type=3D"time"],
+input[type=3D"week"],
+input[type=3D"number"],
+input[type=3D"email"],
+input[type=3D"url"],
+input[type=3D"search"],
+input[type=3D"tel"],
+input[type=3D"color"],
+.uneditable-input,
+.input-append .add-on,
+.input-prepend .add-on {
+ padding: 1px;
+}
+
+.form-horizontal .control-label {
+ padding-top: 3px;
+}
+
+.form-horizontal .control-group {
+ margin-bottom: 1px;
+}
+
+#storageMovements,
+#locations {
+ overflow-y: scroll;
+ height: 150px;
+}
+
+#storageMovements dl,
+#locations dl {
+ margin: 0;
+ height: 50px;
+ box-sizing: border-box;
+ color: inherit;
+}
+
+}
Modified: trunk/magalie-web/src/main/webapp/css/magalie-ck3x.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/magalie-web/src/main/webapp/css/magalie-ck3x.css 2013-05-13 12:40:3=
5 UTC (rev 146)
+++ trunk/magalie-web/src/main/webapp/css/magalie-ck3x.css 2013-05-13 15:55:4=
8 UTC (rev 147)
@@ -42,7 +42,7 @@
=20
.dl-horizontal dd,
.form-horizontal .controls {
- margin-left: 120px;
+ margin-left: 110px;
}
=20
.btn-group {
--===============6141257968114652486==--