This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/modules/storm/storm-dashboard.css

19 lines
331 B
CSS

/* Creates two columns, each 50% of page width */
#stormdashboard {
width: 100%
}
div.stormdashboard {
float: left;
width: 50%;
}
#stormdashboard-block {
overflow: hidden;
}
#stormdashboard-block .stormcomponent {
float: left;
height: 32px;
}
#header-region #stormdashboard-block .popups-form img {
margin-top: 0;
}