Add CSS rules to centreressources theme for the GCU text box

This commit is contained in:
Benjamin Dauvergne 2011-01-06 20:45:37 +01:00
parent ed4d43c2b3
commit 59151ab760
3 changed files with 50 additions and 23 deletions

View File

@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: IFEF Authentic Module 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-12-01 11:00+0000\n"
"POT-Creation-Date: 2011-01-06 19:43+0000\n"
"PO-Revision-Date: 2010-04-26 12:24+0200\n"
"Last-Translator: Benjamin Dauvergne <bdauvergne@entrouvert.com> \n"
"Language-Team: French\n"
@ -13,34 +13,53 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n>1;\n"
#: ../extra/ifef.py:15 ../extra/modules/afterjobs.ptl:32
#: ../extra/ifef.py:16 ../extra/modules/afterjobs.ptl:32
msgid "Neogia registration jobs"
msgstr "Appel d'enregistrement à Neogia"
#: ../extra/modules/admin_settings.py:15
#: ../extra/modules/admin_settings.py:18
msgid "Customized stylesheet URL"
msgstr ""
#: ../extra/modules/admin_settings.py:17
#: ../extra/modules/admin_settings.py:20
msgid "The URL must be https if authentic also use https"
msgstr ""
#: ../extra/modules/admin_settings.py:19
#: ../extra/modules/admin_settings.py:22
msgid "Prefix URL of the HTTP_REFERER"
msgstr ""
#: ../extra/modules/admin_settings.py:21
#: ../extra/modules/admin_settings.py:24
msgid "Used to find which service initiated a request to Authentic"
msgstr ""
#: ../extra/modules/admin_settings.py:24
#: ../extra/modules/admin_settings.py:27
msgid "Custom theme"
msgstr ""
#: ../extra/modules/admin_settings.py:26
#: ../extra/modules/admin_settings.py:29
msgid "Theme to use when an interaction is initated by this service"
msgstr ""
#: ../extra/modules/admin_settings.py:32
msgid "Custom domain"
msgstr ""
#: ../extra/modules/admin_settings.py:34
msgid ""
"If the IdP is published on this domain, the used theme will the custom theme "
"for this service."
msgstr ""
#: ../extra/modules/admin_settings.py:37
#, fuzzy
msgid "Registration fields"
msgstr "Inscription"
#: ../extra/modules/admin_settings.py:40
msgid "List of specific fields to show on the registration page."
msgstr ""
#: ../extra/modules/configuration.py:6
msgid "XMLRPC Neogia registration URL"
msgstr ""
@ -121,50 +140,49 @@ msgstr ""
"Une personne interessée par le sujet de la professionnalisation de l'emploi "
"familial"
#: ../extra/modules/root.ptl:72
#: ../extra/modules/root.ptl:89
msgid "Username"
msgstr "Identifiant"
#: ../extra/modules/root.ptl:72
#: ../extra/modules/root.ptl:91
msgid ""
"C'est cet identifiant qui vous permettra de vous connecter au portail de "
"l'IFEF. Il peut contenir seulement des lettres et des chiffres."
msgstr ""
#: ../extra/modules/root.ptl:180 ../extra/modules/root.ptl:181
#: ../extra/modules/root.ptl:98
msgid "Password"
msgstr "Mot de passe"
#: ../extra/modules/root.ptl:78
#: ../extra/modules/root.ptl:100
msgid "A password will be mailed to you."
msgstr "Un mot de passe vous sera envoyé par courriel."
#: ../extra/modules/root.ptl:85 ../extra/modules/root.ptl:107
#: ../extra/modules/root.ptl:112 ../extra/modules/root.ptl:134
msgid "Vous etes"
msgstr "Vous êtes"
#: ../extra/modules/root.ptl:121
#: ../extra/modules/root.ptl:149
msgid "Vous devez choisir une classification"
msgstr ""
#: ../extra/modules/root.ptl:148
#: ../extra/modules/root.ptl:177
msgid "J'accepte les conditions d'utilisation"
msgstr ""
#: ../extra/modules/root.ptl:157
#: ../extra/modules/root.ptl:186
msgid "Submit"
msgstr "Valider"
#: ../extra/modules/root.ptl:158
#: ../extra/modules/root.ptl:187
msgid "Cancel"
msgstr "Annuler"
#: ../extra/modules/root.ptl:178 ../extra/modules/root.ptl:179
#: ../extra/modules/root.ptl:207 ../extra/modules/root.ptl:208
msgid "Registration"
msgstr "Inscription"
#: ../extra/modules/root.ptl:219
#: ../extra/modules/root.ptl:250
#, python-format
msgid "Log on %s"
msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-01-04 00:45+0000\n"
"POT-Creation-Date: 2011-01-06 19:43+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -182,7 +182,7 @@ msgstr ""
msgid "Registration"
msgstr ""
#: ../extra/modules/root.ptl:249
#: ../extra/modules/root.ptl:250
#, python-format
msgid "Log on %s"
msgstr ""

View File

@ -149,4 +149,13 @@ font-size: 11px;
color: #0379aa
}
.cr_hidden { display: none; }
.cr_hidden { display: none; }
div#conditions {
background: white;
border: 1px solid #DDD;
height: 30em;
overflow-y: scroll;
padding: 1em;
font-size: 80%;
}