mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
As per Oscars email regarding the preferences tabs, i added an entry in css to prevent line wraps so the tabs dont get garbled up
This commit is contained in:
parent
274d18bfd2
commit
1581fed5d9
@ -717,3 +717,11 @@ body {
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
/*
|
||||
Preferences tabs
|
||||
*/
|
||||
.tablink
|
||||
{
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
@ -599,3 +599,11 @@ body {
|
||||
height: 15px;
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
/*
|
||||
Preferences tabs
|
||||
*/
|
||||
.tablink
|
||||
{
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user