mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
style et2_file and et2_textbox for toolbar/NM header
This commit is contained in:
parent
073144dd92
commit
66e1fae884
@ -1810,6 +1810,35 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
|
||||
.et2_toolbar .chzn-container-multi li.search-field input, .nextmatch_header_row .chzn-container-multi li.search-field input {
|
||||
padding: 3px;
|
||||
}
|
||||
/**
|
||||
* Fileupload in toolbar or NM header
|
||||
*/
|
||||
.et2_toolbar div.et2_file, .nextmatch_header_row div.et2_file {
|
||||
width: 145px;
|
||||
margin-top: 1px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
.et2_toolbar div.et2_file span, .nextmatch_header_row div.et2_file span,
|
||||
.et2_toolbar div.et2_file input, .nextmatch_header_row div.et2_file input {
|
||||
height: 16px;
|
||||
top: 0;
|
||||
margin: 0;
|
||||
border-radius: 3px;
|
||||
background-color: #fafafa;
|
||||
border: 1px solid silver;
|
||||
text-indent: 0;
|
||||
}
|
||||
/**
|
||||
* Textbox in toolbar or NM header
|
||||
*/
|
||||
.et2_toolbar input.et2_textbox, .nextmatch_header_row input.et2_textbox {
|
||||
height: 18px;
|
||||
margin: 1px 4px 1px 0;
|
||||
border-radius: 3px;
|
||||
background-color: #fafafa;
|
||||
border: 1px solid silver;
|
||||
padding: 2px 5px 2px 2px;
|
||||
}
|
||||
/**
|
||||
* Daterange selection in NM header
|
||||
*/
|
||||
@ -2479,7 +2508,6 @@ td.avatar {
|
||||
.et2_searchbox .flex input{
|
||||
height: 18px;
|
||||
width: 100%;
|
||||
padding-left: 5px;
|
||||
border-color: silver;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user