]> git.plutz.net Git - shellwiki/blobdiff - themes/default.css
list locations in move form
[shellwiki] / themes / default.css
index 597a1a9e9ae64c61bf473b9a47ee53ab01b2e78e..ae1cdf9ec0376bc16d4c85a99da232b0c335efd9 100644 (file)
@@ -107,6 +107,12 @@ main > form#deletepage input#delsub:checked + label + ul li.delsub {
   text-decoration: line-through;
 }
 
+main > form#movepage input,
+main > form#renamepage input {
+  min-width: 30em;
+  max-width: 100%;
+}
+
 [id$="/[revision]"] main .revisions,
 [id$="/[attachment]"] main > .attachment.list {
   margin: 1em;
@@ -198,6 +204,13 @@ table {
     width: 33%;
     margin: .25em 1em .5em 0;
   }
+  .left .left, .left .right,
+  .right .left, .right .right,
+  .half .left, .half .right {
+    float: none;
+    width: 100%;
+    margin: .25em 0 .5em 0;
+  }
   section.left  > :first-child,
   section.right > :first-child {
     float: none;