diff --git a/SparkleShare/SparkleController.cs b/SparkleShare/SparkleController.cs index f413017a..e4d812f4 100644 --- a/SparkleShare/SparkleController.cs +++ b/SparkleShare/SparkleController.cs @@ -336,9 +336,9 @@ namespace SparkleShare { change_set.Folder, file_path); if (File.Exists (absolute_file_path)) - event_entry += "
" + file_path + "
"; + event_entry += "
" + file_path + "
"; else - event_entry += "
" + file_path + "
"; + event_entry += "
" + file_path + "
"; } } @@ -348,9 +348,9 @@ namespace SparkleShare { change_set.Folder, file_path); if (File.Exists (absolute_file_path)) - event_entry += "
" + file_path + "
"; + event_entry += "
" + file_path + "
"; else - event_entry += "
" + file_path + "
"; + event_entry += "
" + file_path + "
"; } } @@ -360,9 +360,9 @@ namespace SparkleShare { change_set.Folder, file_path); if (File.Exists (absolute_file_path)) - event_entry += "
" + file_path + "
"; + event_entry += "
" + file_path + "
"; else - event_entry += "
" + file_path + "
"; + event_entry += "
" + file_path + "
"; } } @@ -376,9 +376,9 @@ namespace SparkleShare { change_set.Folder, to_file_path); if (File.Exists (absolute_file_path)) - event_entry += "
" + file_path + "
"; + event_entry += "
" + file_path + "
"; else - event_entry += "
" + file_path + "
"; + event_entry += "
" + file_path + "
"; if (File.Exists (absolute_to_file_path)) event_entry += "" + to_file_path + "
"; diff --git a/data/html/event-log.html b/data/html/event-log.html index 7b36205f..deed8be5 100644 --- a/data/html/event-log.html +++ b/data/html/event-log.html @@ -101,12 +101,12 @@ } .day-entry-header { - opacity: 0.5; + color: #aaa; margin-left: auto; margin-right: auto; display: block; text-align: center; - margin-bottom: 24px; + margin-bottom: 36px; font-weight: bold; } @@ -117,9 +117,6 @@ a { color: ; text-decoration: none; - text-overflow: ellipsis; - width: 100%; - white-space: nowrap; } a:hover { @@ -211,19 +208,25 @@ display: block; } - .document-added { + .document { + text-overflow: ellipsis; + width: 100%; + white-space: nowrap; + } + + .added { background-image: url(''); } - .document-deleted { + .deleted { background-image: url(''); } - .document-edited { + .edited { background-image: url(''); } - .document-moved { + .moved { background-image: url(''); }