mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
splitted some things, so we have more control about the layout
This commit is contained in:
parent
d11958d1b4
commit
ed4bba78db
@ -99,7 +99,13 @@ a.appTitles,.appTitles
|
||||
padding-bottom:2px;
|
||||
}
|
||||
|
||||
a.textSidebox,.textSidebox
|
||||
a.textSidebox
|
||||
{
|
||||
font-size: 10px;
|
||||
border-top: #ffffff 0px none;
|
||||
}
|
||||
|
||||
.textSidebox
|
||||
{
|
||||
font-size: 10px;
|
||||
height:18px;
|
||||
|
@ -63,7 +63,7 @@
|
||||
|
||||
<!-- BEGIN extra_block_row -->
|
||||
<tr class="divSideboxEntry">
|
||||
<td width="20" align="center" valign="middle" class="textSidebox">{icon_or_star}<!-- <img src="{image_root}/orange-ball.png" alt="ball"/> --></td><td class="textSidebox"><a href="{item_link}">{lang_item}</a></td>
|
||||
<td width="20" align="center" valign="middle" class="textSidebox">{icon_or_star}<!-- <img src="{image_root}/orange-ball.png" alt="ball"/> --></td><td class="textSidebox"><a class="textSidebox" href="{item_link}">{lang_item}</a></td>
|
||||
</tr>
|
||||
<!-- END extra_block_row -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user