mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-16 19:50:44 +01:00
Fix tab preferences width for idots
This commit is contained in:
parent
65e30cac8e
commit
a1a5e3ad58
@ -446,3 +446,13 @@ body {
|
|||||||
border: #9c9c9c 1px solid; /* does NOT work */
|
border: #9c9c9c 1px solid; /* does NOT work */
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Preferences tabs
|
||||||
|
*/
|
||||||
|
.tablink {
|
||||||
|
white-space: nowrap;
|
||||||
|
padding-left: 15px;
|
||||||
|
padding-right: 15px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user