mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +01:00
default style for admin - site configuration
This commit is contained in:
parent
4c45f65801
commit
81e91019eb
@ -943,10 +943,25 @@ div.client_error_log tr td.stack > div {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.dialog-footer-toolbar {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
background-color:#006699;
|
||||
border-radius: 5px;
|
||||
}
|
||||
/**
|
||||
* configuration
|
||||
* admin - site configuration
|
||||
*/
|
||||
div.admin-config form > table {
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
div.admin-config form > table tr.th td{
|
||||
font-size: 110%;
|
||||
font-weight: bold;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
div.admin-config form > table td {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user