mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
Rename css class "info" to "info-box" and add it as generic box
refs #8274
This commit is contained in:
parent
4a245ed8e0
commit
23c36898da
@ -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')
|
||||
)
|
||||
)
|
||||
)
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user