2
0
Эх сурвалжийг харах

removed float from columns li to make default lists looks better

Garrick van Buren 12 жил өмнө
parent
commit
126c079139

+ 19 - 3
assets/stylesheets/foreground.css

@@ -27,15 +27,20 @@ h3 small.label {
   width:6em;
 }
 
-.section strong {
+.large-2 strong, .large-2 b {
   font-size: 0.875em;
   color: #4d4d4d;
   display: block;
   font-weight: 500;
+  text-align: right;
 }
 
 /* LAYOUT */
 
+.row .row {
+  margin-bottom: 0.9em;
+}
+
 div.small-10 .row {
   margin: 1em 0 0 0;
 }
@@ -70,10 +75,10 @@ footer.row ul {
   margin: .5em 1.25em;
 }
 
-.columns li {
+/*.columns li {
   float:left;
   width: 45%;
-}
+}*/
 
 .columns ul.special li {
   float:none;
@@ -199,6 +204,17 @@ table.wikitable > * > tr > td {
 
 /* FORMS, INPUTS, FIELDSETS */
 
+.action-view form {
+  float:right;
+  cursor: pointer;
+  border: none;
+  -webkit-box-shadow: none;
+  box-shadow: none;
+  font-weight: normal;
+  background-color: #5da423;
+  border-color: #457a1a;
+}
+
 input[type="radio"],
 input[type="checkbox"] {
   display:inline;