Browse Source

cleaning up multipleOcccurences templates and reducing widths for date/time fields

Garrick van Buren 12 years ago
parent
commit
549592e320
2 changed files with 33 additions and 7 deletions
  1. 29 3
      assets/stylesheets/foreground.css
  2. 4 4
      assets/stylesheets/foundation.css

+ 29 - 3
assets/stylesheets/foreground.css

@@ -27,12 +27,16 @@ h3 small.label {
   width:6em;
 }
 
+
+.large-2 {
+  text-align: right;
+}
+
 .large-2 strong, .large-2 b {
   font-size: 0.875em;
   color: #4d4d4d;
   display: block;
   font-weight: 500;
-  text-align: right;
 }
 
 /* LAYOUT */
@@ -106,6 +110,9 @@ footer.row ul.columns li { display: inline;float:none;}
   width: auto;
 }
 
+#mw-normal-catlinks a.new {
+  color: white;
+}
 
 /* HEADERS */
 
@@ -204,11 +211,29 @@ table.wikitable > * > tr > td {
 
 /* FORMS, INPUTS, FIELDSETS */
 
+.multipleTemplateInstance {
+  background-color: none;
+  border: none;
+  border-bottom: 1px dashed #999999;
+}
+
+.multipleTemplateInstance table {
+  border: none;
+}
+
+ .novalue {
+  color: #999999;
+  font-style:italic;
+  font-size:small;
+}
+
+.inputSpan select.createboxInput
+.dateInput select.monthInput,
 .dateInput input.dayInput,
-.dateInput input.monthInput,
 .dateInput input.yearInput {
-  width: auto !important;
+  width: auto;
   float: left;
+  margin-right: 1em;
 }
 
 input.createboxInput {
@@ -217,6 +242,7 @@ input.createboxInput {
 
 
 .action-view .large-12.columns form {
+  margin: -2em 0 0 0;
   float:right;
   cursor: pointer;
   border: none;

+ 4 - 4
assets/stylesheets/foundation.css

@@ -1304,7 +1304,7 @@ blockquote p {
 
   .show-for-print {
     display: inherit !important; } }
-button, .button {
+button, .button, .multipleTemplateAdder {
   border-style: solid;
   border-width: 1px;
   cursor: pointer;
@@ -1437,7 +1437,7 @@ button, .button {
       button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
         background-color: #c60f13; }
 
-button, .button {
+button, .button, .multipleTemplateAdder {
   padding-top: 0.8125em;
   padding-bottom: 0.75em; }
   button.tiny, .button.tiny {
@@ -1451,7 +1451,7 @@ button, .button {
     padding-bottom: 1.03125em; }
 
 @media only screen {
-  button, .button {
+  button, .button, .multipleTemplateAdder {
     -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
     box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
     -webkit-transition: background-color 300ms ease-out;
@@ -1467,7 +1467,7 @@ button, .button {
       -webkit-border-radius: 1000px;
       border-radius: 1000px; } }
 @media only screen and (min-width: 768px) {
-  button, .button {
+  button, .button, .multipleTemplateAdder {
     display: inline-block; } }
 /* Standard Forms */
 form {