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.css

90 lines
1.5 KiB
CSS

th.storm_list_operations {
text-align: right;
white-space: nowrap;
padding: 0.3em 0.5em;
}
td.storm_list_operations {
text-align: right;
white-space: nowrap;
}
div.storm_popup {
display: none;
z-index: 100;
border: 1px solid black;
background-color: #fff;
}
div.storm_popup_inner {
clear: both;
text-align: center;
}
div.storm_popup_inner form div div.form-item {
margin: 0 8px 4px;
}
div.storm_popup_inner form div .btn {
margin-left: 1em;
}
div.storm_popup_inner form div input.form-submit {
margin: 5px 0 0 0;
}
div.storm_popup_title {
float: left;
text-align: center;
color: #fff;
width: 100%;
background-color: #5294C1;
padding: 4px 0;
margin-bottom: 8px;
}
div.storm_list_form_report {
display: none;
width: 0;
height: 0;
}
div.storm_quick_shortcuts {
clear: both;
margin-top: 1em;
}
ul.storm_quick_shortcuts {
list-style-type: none;
margin: 0;
padding: 0;
}
ul.storm_quick_shortcuts li {
background: #5294c1;
display: inline;
float: left;
padding: 0;
margin: 0 1pt 1pt 0;
}
ul.storm_quick_shortcuts li a {
display: block;
width: 22px;
height: 22px;
text-align: center;
font-weight: bold;
color: #ffffff;
}
.stormcomponent {
padding-left: 40px;
padding-top: 5px;
min-height: 40px;
}
.stormcomponent a {
font-weight: bold;
margin-right: 4px;
}
.stormcomponent > ul li {
line-height: 1.2em;
}
.stormcomponent > ul li a {
font-size: 88%;
font-weight: normal;
}
.view .attachment .storm-icon-add-view {
float: right;
}