mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
css tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
15bccab8bc
commit
d978475c24
@ -13,6 +13,34 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* XXX move these to the main CSS */
|
||||||
|
.browse-widget:not(.flat) .list div:not(.not-traversable) .text:after {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
/* XXX this needs to be the last .text item only */
|
||||||
|
.browse-widget:not(.flat) .list .traversable .text:after {
|
||||||
|
content: "/" !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* XXX stub...
|
||||||
|
.browse-widget:not(.flat) .list .text:first-child:before {
|
||||||
|
display: inline-block;
|
||||||
|
width: 5pt;
|
||||||
|
padding-right: 3pt;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.browse-widget:not(.flat) .list .traversable .text:first-child:before {
|
||||||
|
}
|
||||||
|
.browse-widget:not(.flat) .list .traversable:not(.collapsed) .text:first-child:before {
|
||||||
|
content: "-";
|
||||||
|
}
|
||||||
|
.browse-widget:not(.flat) .list .traversable.collapsed .text:first-child:before {
|
||||||
|
content: "+";
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script src="../../ext-lib/jquery.js"></script>
|
<script src="../../ext-lib/jquery.js"></script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user