]> git.plutz.net Git - shellwiki/blobdiff - themes/default.css
delete buttons in attachment list (non-functional)
[shellwiki] / themes / default.css
index 0c5dffb9845e89de48f840636775fafc7c5d9c7b..c8db7182216a943ab36f4932d2e682cd1e35a2e6 100644 (file)
@@ -50,13 +50,26 @@ main .pagemenu li {
 }
 main .pagemenu li a { color: #FFF; }
 
-main article {
+main article,
+[id$="/[attachment]/"] main form.upload {
   margin: 1em;
   padding: .125em 1em 1em 1em;
   box-shadow: .25em .25em .75em;
   background-color: #FFF;
 }
 
+[id$="/[attachment]/"] main .attachment.list {
+  margin: 1em;
+  padding: 1em 2em;
+}
+[id$="/[attachment]/"] main .attachment.list:before {
+  content: '';
+  position: absolute;
+  top: 0; bottom: 0; left: 0; right: 0;
+  background-color: #FFF;
+  box-shadow: .25em .25em .75em;
+}
+
 
 /* === Editor === */
 
@@ -67,6 +80,11 @@ body.editor textarea {
 
 /* === Attachments === */
 
+.attachment.list button[name=delete] {
+  font-size: .75em;
+  line-height: 1.25em;
+  margin-right: 1.25em;
+}
 .attachment.list .size,
 .attachment.list .date {
   font-size: .875em;