styling title bar
This commit is contained in:
parent
46cfdb821c
commit
4084972bd2
|
@ -1070,12 +1070,10 @@ class accountContainer {
|
|||
$suffixSelect = new htmlResponsiveSelect('accountContainerSuffix', $suffixList, $selectedSuffix, _('Suffix'), '361');
|
||||
$suffixSelect->setHasDescriptiveElements(true);
|
||||
$suffixSelect->setRightToLeftTextDirection(true);
|
||||
$suffixSelect->setCSSClasses(array('auto-width'));
|
||||
$titleBarSuffixRdn->add($suffixSelect, 12);
|
||||
// RDN selection
|
||||
$rdnlist = getRDNAttributes($this->type->getId());
|
||||
$rdnSelect = new htmlResponsiveSelect('accountContainerRDN', $rdnlist, array($this->rdn), _('RDN identifier'), '301');
|
||||
$rdnSelect->setCSSClasses(array('auto-width'));
|
||||
$titleBarSuffixRdn->add($rdnSelect, 12);
|
||||
$titleBarContainer->add($titleBarSuffixRdn, 12);
|
||||
|
||||
|
|
|
@ -595,7 +595,6 @@ button.lam-account-type img {
|
|||
border-top: 1px solid #AAAAAA;
|
||||
border-left: 1px solid #AAAAAA;
|
||||
border-right: 1px solid #AAAAAA;
|
||||
padding: 5px 5px 5px 15px;
|
||||
}
|
||||
|
||||
.titleBarTitle {
|
||||
|
|
|
@ -171,6 +171,10 @@ table.responsive-table td {
|
|||
min-width: 20px;
|
||||
}
|
||||
|
||||
.titleBar {
|
||||
padding: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* tablet */
|
||||
|
@ -196,6 +200,10 @@ table.responsive-table td {
|
|||
min-width: 200px;
|
||||
}
|
||||
|
||||
.titleBar {
|
||||
padding: 5px 20px 5px 20px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* desktop */
|
||||
|
@ -225,4 +233,8 @@ table.responsive-table td {
|
|||
min-width: 200px;
|
||||
}
|
||||
|
||||
.titleBar {
|
||||
padding: 5px 20px 5px 20px;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue