* Mon May 12 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme
- Adding SM2 panel [SME: 13004] - Upgrade to phpsysinfo 3.4.4 - Add code to delete inline styles and add css to make it look better. - version saved / built uses the static version, which means no drops downs and choices.
This commit is contained in:
27
root/opt/phpsysinfo/plugins/raid/css/raid.css
Normal file
27
root/opt/phpsysinfo/plugins/raid/css/raid.css
Normal file
@@ -0,0 +1,27 @@
|
||||
/*
|
||||
$Id: raid.css 661 2012-08-27 11:26:39Z namiltd $
|
||||
*/
|
||||
.plugin_raid_biun {
|
||||
text-align: center;
|
||||
margin-bottom: 5px;
|
||||
margin-left: 10px;
|
||||
_margin-left: 5px; /* ie6 */
|
||||
margin-right: 10px;
|
||||
_margin-right: 5px; /* ie6 */
|
||||
float: left;
|
||||
}
|
||||
|
||||
.plugin_raid_item {
|
||||
border: solid;
|
||||
border-width: 2px;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
margin: 10px;
|
||||
_margin: 10px 10px 10px 5px; /* ie6 */
|
||||
_padding-bottom: 8px; /* ie6 */
|
||||
float: left;
|
||||
}
|
||||
|
||||
img.plugin_raid_biun {
|
||||
margin: auto;
|
||||
}
|
Reference in New Issue
Block a user