Minor CSS improvements + add missing text label

This commit is contained in:
Thomas Bruederli 2013-10-24 18:52:59 +02:00
parent e688bd44f7
commit 21a9637fda
2 changed files with 5 additions and 5 deletions

View file

@ -51,6 +51,7 @@ $labels['listactions'] = 'List options...';
$labels['listname'] = 'Name';
$labels['showalarms'] = 'Show alarms';
$labels['import'] = 'Import';
$labels['viewoptions'] = 'View options';
$labels['focusview'] = 'View only this list';
// date words

View file

@ -258,12 +258,11 @@ body.attachmentwin #topnav .topright {
cursor: pointer;
}
#tasklists li span.handle:hover {
#tasklists li:hover span.handle {
background-position: -20px -101px;
}
#tasklists li.focusview span.handle,
#tasklists li.focusview span.handle:hover {
#tasklists li.focusview span.handle {
background-position: -2px -101px;
}
@ -539,8 +538,8 @@ body.attachmentwin #topnav .topright {
}
.tag-draghelper li.tag {
list-style: none;
font-size: 100%;
list-style: none;
font-size: 100%;
}
.taskhead .date {