Skip to content
Extraits de code Groupes Projets
Valider 7eff5562 rédigé par echarp's avatar echarp
Parcourir les fichiers

Individual table cells should not be larger than 1/7th of the screen width

parent 2de8faa8
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Affichage de
avec 169973 ajouts et 10 suppressions
......@@ -78,7 +78,7 @@ h3.warning
header.top
img.logo
float: left
margin-left: 20px
margin-left: 1%
ul.countries
float: right
......@@ -86,8 +86,7 @@ header.top
font-size: smaller
margin-top: -0.8em
line-height: 1em
margin-left: 1em
margin-right: 1em
margin-right: 1%
list-style-type: none
li
text-align: left
......
......@@ -31,7 +31,7 @@ body.events.index table
padding-bottom: 0.35em
text-transform: capitalize
td
width: 14%
width: (100%/7)
height: 4.8em
border: 1px solid #89B7E5
padding: 1px
......@@ -94,7 +94,7 @@ body.events.index table
font-size: smaller
&:hover
color: black
font-weight: bolder
text-decoration: underline
.links
float: right
......
......@@ -9,9 +9,6 @@
max-width: 60em
@media all and (max-width: 1024px)
body.events.index table
width: 100%
form#orga_search
right: 0
.links, a#banner
......@@ -28,6 +25,7 @@
img.logo
margin-left: 0
ul.countries
margin-top: 0
margin-right: 0
body
......@@ -35,11 +33,13 @@
margin: 0
header.top h1
margin-top: 0
padding-top: 0.3em
main ul
margin-left: 0
form#orga_search
font-size: smaller
right: 0 !important
font-size: smaller !important
/* For small screen width */
@media all and (max-width: 34em)
......
Impossible d'afficher diff de source : il est trop volumineux. Options pour résoudre ce problème : voir le blob.
Fichier ajouté
Fichier ajouté
(function() {
$(document).on('turbolinks:load', function() {
return tinyMCE.init({
schema: 'html5',
menubar: false,
language: 'fr_FR',
selector: 'textarea.description',
content_css: '/assets/application-bdfbc8eb22d736e3b643562e28b99fe04141f4cf95374182bef07145353c9d93.css',
entity_encoding: 'raw',
add_unload_trigger: true,
browser_spellcheck: true,
toolbar: [' bold italic strikethrough | bullist numlist outdent indent | alignleft aligncenter alignright alignjustify | link image media insertdatetime charmap table | undo redo | searchreplace | code visualblocks preview fullscreen'],
plugins: 'lists, advlist, autolink, link, image, charmap, paste, print, preview, table, fullscreen, searchreplace, media, insertdatetime, visualblocks, visualchars, wordcount, contextmenu, code'
});
});
$(document).on('turbolinks:before-cache', function() {
return tinymce.remove();
});
}).call(this);
Fichier ajouté
(function() {
$(document).on('turbolinks:load', function() {
return tinyMCE.init({
schema: 'html5',
menubar: false,
language: 'fr_FR',
selector: 'textarea.description',
content_css: '/assets/application-c9233d317c4304011690c6ce879a873281e2d4c79930b7ea3cf28bb7c5839d24.css',
entity_encoding: 'raw',
add_unload_trigger: true,
browser_spellcheck: true,
toolbar: [' bold italic strikethrough | bullist numlist outdent indent | alignleft aligncenter alignright alignjustify | link image media insertdatetime charmap table | undo redo | searchreplace | code visualblocks preview fullscreen'],
plugins: 'lists, advlist, autolink, link, image, charmap, paste, print, preview, table, fullscreen, searchreplace, media, insertdatetime, visualblocks, visualchars, wordcount, contextmenu, code'
});
});
$(document).on('turbolinks:before-cache', function() {
return tinymce.remove();
});
}).call(this);
Fichier ajouté
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter