]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/css/shaarli.css
Add creation date when editing a link
[github/shaarli/Shaarli.git] / tpl / default / css / shaarli.css
index 2eda5df4bb1a69f448d80f8567d8e55313588da0..8b86bce21de628dec6f1784c24a5fe5dda0a4ab4 100644 (file)
@@ -992,6 +992,14 @@ form[name="linkform"].page-form {
     color: #3f3f3f;
 }
 
+/**
+ * EDIT LINK
+ */
+#editlinkform .created-date {
+    color: #767676;
+    margin-bottom: 10px;
+}
+
 /**
  * LOGIN
  */
@@ -1098,6 +1106,10 @@ form[name="linkform"].page-form {
     color: #7f7f7f;
 }
 
+#taglist .rename-tag-form {
+    display: none;
+}
+
 #taglist .delete-tag {
     color: #ac2925;
     display: none;