mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 13:51:12 +01:00
added padding to lables in the prefs tabs
This commit is contained in:
parent
acdd47118e
commit
fefb91fd63
@ -723,5 +723,7 @@ body {
|
|||||||
.tablink
|
.tablink
|
||||||
{
|
{
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
padding-left: 15px;
|
||||||
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -606,4 +606,6 @@ body {
|
|||||||
.tablink
|
.tablink
|
||||||
{
|
{
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
padding-left: 15px;
|
||||||
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user