gui/html: Finally implementing restore operation
+ modal jQueryUI-based dialogs for restore operation
+ fixing a small bug with NDN/REST API
Unrelated note: unless we do something with JSON compression, we can't request more
than 10 items at a time (I tried 20, and they already didn't fit).
Change-Id: I9206fa9ac6b02062915a6f6980ad9e69eaa8da3c
diff --git a/gui/html/css/style.css b/gui/html/css/style.css
index 62e640f..a4211ca 100644
--- a/gui/html/css/style.css
+++ b/gui/html/css/style.css
@@ -203,6 +203,7 @@
.delete .filename {
color: red;
+ text-decoration: line-through;
}
.version {
diff --git a/gui/html/css/text.css b/gui/html/css/text.css
index 2a2fd22..b115a70 100755
--- a/gui/html/css/text.css
+++ b/gui/html/css/text.css
@@ -61,17 +61,17 @@
/* `Spacing
----------------------------------------------------------------------------------------------------*/
-ol {
- list-style: decimal;
-}
+/* ol { */
+/* list-style: decimal; */
+/* } */
-ul {
- list-style: disc;
-}
+/* ul { */
+/* list-style: disc; */
+/* } */
-li {
- margin-left: 30px;
-}
+/* li { */
+/* margin-left: 30px; */
+/* } */
p,
dl,