Skip to content
Snippets Groups Projects
Commit 52b2bc0e authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #60900 fix html5 validation

parent fa0e605d
Branches
Tags
3 merge requests!2334Master,!2177Dev#60900 ajouter un menu admin en front pour regrouper les actions outils de l adminstrateur,!2173Dev#60900 ajouter un menu admin en front pour regrouper les actions outils de l adminstrateur
Pipeline #1619 passed with stage
in 12 minutes and 2 seconds
......@@ -96,7 +96,7 @@ class ZendAfi_View_Helper_Admin_FrontNav extends ZendAfi_View_Helper_BaseHelper
'showCSSEditor();$("#amber").show();',
'smalltalk.AFICssEditor._close();$("#amber").hide();');
return $this->_tag('h3', $this->_changeProfile()) .
return $this->_tag('div', $this->_changeProfile(), ['class' => 'h3']) .
$this->_tag('ul', implode($this->_lify($actions)));
}
......
......@@ -8,6 +8,7 @@
background-color: var(--widget-background);
}
.menu_admin_front .h3,
.menu_admin_front .form select,
.menu_admin_front label,
.menu_admin_front h3 {
......@@ -56,6 +57,7 @@
transform: rotate(45deg);
}
.menu_admin_front .h3,
.menu_admin_front form tr,
.menu_admin_front h3,
.menu_admin_front a {
......@@ -142,4 +144,10 @@
.menu_admin_front a img {
height: 18px;
}
.menu_admin_front .h3 {
font-size: 1.17em;
margin: 1em 0 1em 0;
font-weight: bold;
}
\ No newline at end of file
......@@ -8,6 +8,7 @@
background-color: var(--widget-background);
}
.menu_admin_front .h3,
.menu_admin_front .form select,
.menu_admin_front label,
.menu_admin_front h3 {
......@@ -56,6 +57,7 @@
transform: rotate(45deg);
}
.menu_admin_front .h3,
.menu_admin_front form tr,
.menu_admin_front h3,
.menu_admin_front a {
......@@ -149,4 +151,10 @@
.menu_admin_front > div {
padding-bottom: 1em;
}
.menu_admin_front .h3 {
font-size: 1.17em;
margin: 1em 0 1em 0;
font-weight: bold;
}
\ No newline at end of file
......@@ -25,6 +25,7 @@
margin-top: 1em;
}
.menu_admin_front .h3,
.menu_admin_front .form select,
.menu_admin_front label,
.menu_admin_front h3 {
......@@ -73,6 +74,7 @@
transform: rotate(45deg);
}
.menu_admin_front .h3,
.menu_admin_front form tr,
.menu_admin_front h3,
.menu_admin_front a {
......@@ -159,4 +161,10 @@
.menu_admin_front a[href$="/admin"] img {
height: 18px;
filter: invert(1);
}
.menu_admin_front .h3 {
font-size: 1.17em;
margin: 1em 0 1em 0;
font-weight: bold;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment