]> git.plutz.net Git - webpoll/blobdiff - webpoll.css
optional bookmarking of poll and admin pages
[webpoll] / webpoll.css
index b89bc45c17bb4d599e95f1bb09ffd6c5ada265a2..193b2ed30a57b4febad9d7424b23900be4ec617a 100644 (file)
@@ -22,13 +22,16 @@ body.poll form {
   text-align: center;
   max-width: 95%;
 }
-body.poll .description {
-  text-align: left;
+body section {
   max-width: 50em;
-  padding: 1pt 1em 1em 1em;
-  margin: auto;
-  margin-bottom: 1em;
+  padding: 1em;
+  margin: 1em auto;
   background-color: rgba(255,255,255,.5);
+  word-wrap: break-word;
+}
+body.poll .description .title {
+  margin-top: 0;
+  text-align: left;
 }
 body.poll .description .title {
   text-align: center;
@@ -69,7 +72,7 @@ body.poll table tbody tr.votecount td  { padding: .375em .25em;}
 body.poll table tbody tr th.name button[name=delete]  { font-size: .625em; line-height: 1.5em; background-color: #FAA; }
 
 body.poll table tbody tr.new td:first-child  { text-align: right; }
-body.poll table tbody tr.new td input[name=name]  { min-width: 100%; width: 4em; }
+body.poll table tbody tr.new td input[name=name]  { min-width: 100%; width: 8em; }
 
 body.poll table td input[type=radio] { display: none; }
 body.poll table td input[type=radio] + label {