if ($this->acl()->isAllowed('edition')) {
$this->headScript()->addCommonsAdmin();
}
+
+$this->headMeta()->setViewport('device-width');
+
$this->headScript()->addIEConditionnals();
$this->headScript()->appendFile('/js/002-common.js');
//<link href="https://file.myfontastic.com/2VZntjQVKuJUUqArhhJzkD/icons.css" rel="stylesheet">
font-size: 14px;\r
line-height: 26/14;\r
min-width: @content-min-width;\r
+ -moz-text-size-adjust: 100%;\r
+ -webkit-text-size-adjust: 100%;\r
\r
@media @m900 {\r
font-size: 12px;\r
display: inline-block;\r
margin: 0 auto;\r
bottom: 50px;\r
+\r
+ @media (max-height: 700px) {\r
+ bottom: 20px;\r
+ }\r
}\r
\r
#mmenu {\r
}
.resellers {
+ display: block !important;
background-color: @color-light-grey;
- flex-wrap: wrap;
margin-bottom: -30px; // Global offset for the bottom margin on .reseller items
+
+ @media @m900 {
+ text-align: center;
+ }
}
.reseller {
+ display: inline-block;
+ vertical-align: top;
padding-right: 30px;
+ width: percentage(1/6);
min-width: 240px;
margin-bottom: 30px; // Needed when items wrap
+ text-align: left;
+
+ @media @m900 {
+ min-width: 210px;
+ }
a {
text-decoration: none;