Fixed layout and size of timetrackings report popup
This commit is contained in:
parent
063eac3811
commit
75fea279d1
3 changed files with 11 additions and 4 deletions
|
@ -14,24 +14,27 @@ div.storm_popup {
|
|||
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;
|
||||
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 {
|
||||
|
|
Reference in a new issue