Rename css class "info" to "info-box" and add it as generic box

refs #8274
This commit is contained in:
Johannes Meyer 2015-01-27 14:05:41 +01:00
parent 4a245ed8e0
commit 23c36898da
3 changed files with 9 additions and 9 deletions

View File

@ -55,7 +55,7 @@ class AuthenticationPage extends Form
'ViewHelper',
array(
'HtmlTag',
array('tag' => 'p', 'class' => 'icon-info info')
array('tag' => 'p', 'class' => 'icon-info info-box')
)
)
)

View File

@ -203,3 +203,9 @@ table.benchmark {
[class^="icon-"]:before, [class*=" icon-"]:before {
text-decoration: none;
}
.info-box {
padding: 0.5em;
border: 1px solid lightgrey;
background-color: infobackground;
}

View File

@ -220,14 +220,8 @@
}
}
#setup_authentication_type p.info {
padding: 0.5em;
border: 1px solid lightgrey;
background-color: infobackground;
em {
text-decoration: underline;
}
#setup_authentication_type p.info-box em {
text-decoration: underline;
}
#setup_ldap_discovery_confirm table {