mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Share UI: Add padding to logo & darker background color to header row
This commit is contained in:
parent
278644fbee
commit
083f4baaa7
@ -31,7 +31,8 @@ div#filemanager-index_buttons img#filemanager-index_button\[change_view\] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nextmatch_header_row {
|
.nextmatch_header_row {
|
||||||
background-color: #fbfbfb;
|
background-color: #f4f4f4;
|
||||||
|
padding: 0.5em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.filemanager_navigation {
|
div.filemanager_navigation {
|
||||||
@ -49,7 +50,6 @@ div#filemanager-index_buttons div.et2_file {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.et2_nextmatch div.nextmatch_header_row {
|
div.et2_nextmatch div.nextmatch_header_row {
|
||||||
padding-bottom: 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.et2_nextmatch thead {
|
div.et2_nextmatch thead {
|
||||||
@ -60,6 +60,10 @@ div.nextmatch_header {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#filemanager-index_filemanager-index-header_left > et2-image {
|
||||||
|
padding: 0 1em;
|
||||||
|
}
|
||||||
|
|
||||||
#filemanager-index_nm_reload et2-image {
|
#filemanager-index_nm_reload et2-image {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user