mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
N°1579 Portal: Fix wrong pictogram placement on email & tel attributes in the ManageBrick.
SVN:trunk[5984]
This commit is contained in:
@@ -225,6 +225,10 @@ footer {
|
||||
-webkit-justify-content: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.text_decoration {
|
||||
vertical-align: baseline;
|
||||
margin-right: 8px;
|
||||
}
|
||||
/*********************/
|
||||
/* Global animations */
|
||||
/*********************/
|
||||
@@ -990,10 +994,6 @@ table .group-actions {
|
||||
color: #ea7d1e;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
.form_field .form_field_decoration, .form_field_control .form_field_decoration {
|
||||
vertical-align: baseline;
|
||||
margin-right: 8px;
|
||||
}
|
||||
/* ExternalKey */
|
||||
.selectobject .input-group-addon {
|
||||
cursor: pointer;
|
||||
|
||||
@@ -238,6 +238,10 @@ footer{
|
||||
-webkit-justify-content : center;
|
||||
justify-content : center;
|
||||
}
|
||||
.text_decoration{
|
||||
vertical-align: baseline;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
/*********************/
|
||||
/* Global animations */
|
||||
@@ -1067,11 +1071,6 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
|
||||
color: $brand-primary;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
.form_field .form_field_decoration,
|
||||
.form_field_control .form_field_decoration{
|
||||
vertical-align: baseline;
|
||||
margin-right: 8px;
|
||||
}
|
||||
/* ExternalKey */
|
||||
.selectobject .input-group-addon{
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user