mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-01 08:16:03 +00:00
25 lines
333 B
Plaintext
25 lines
333 B
Plaintext
|
|
.b-admin-plugins-list-table {
|
|
max-width: 620px; /* span8 */
|
|
|
|
&.disabled {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.disabled {
|
|
opacity: 0.5;
|
|
}
|
|
}
|
|
|
|
.b-admin-plugin-property {
|
|
.help-block {
|
|
display: block; // account for any element using help-block
|
|
font-style: italic;
|
|
opacity: 0.5;
|
|
margin-bottom: 5px;
|
|
}
|
|
.controls {
|
|
width: 470px;
|
|
}
|
|
}
|