From 5c0a8fa7211ad9c64f58f0e6c5e23feced5fe781 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 12 Mar 2013 22:47:02 +0000 Subject: [PATCH] More styling for favorites --- etemplate/templates/default/etemplate2.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index b6e05bc508..378c62c9ac 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -783,6 +783,15 @@ label input, label span, label div, label select, label textarea { .favorites li:hover div.ui-icon { display:inline-block; } +.favorites .sideboxstar { + height: 9px; + display: inline-block; + padding: 0px 4px; + margin: 0px 5px; + + /* TODO: This is template specific */ + background-image: url(../../../phpgwapi/templates/idots/images/orange-ball.png); +} #favorite_sidebox ul { width: 99%; padding: 0px; @@ -791,7 +800,7 @@ label input, label span, label div, label select, label textarea { } #favorite_sidebox .ui-menu .ui-menu-item a { line-height: inherit; - padding: 3px 0px; + padding-bottom: 4px; } #favorite_sidebox .ui-menu .ui-menu-item a:hover { text-decoration: underline;