]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixes spaces/tabs issues with date picker css
authorCash Costello <cash.costello@gmail.com>
Sun, 1 Jul 2012 12:04:04 +0000 (08:04 -0400)
committerCash Costello <cash.costello@gmail.com>
Sun, 1 Jul 2012 12:04:04 +0000 (08:04 -0400)
views/default/css/admin.php
views/default/css/elements/forms.php

index 5dc15fe3eef8976909024e8c1910f8781555c68a..0f5c1f677e78132120fc7109872f1cf9a925437d 100644 (file)
@@ -538,20 +538,20 @@ a.elgg-button {
        -webkit-border-radius: 5px;
 }
 .ui-datepicker-prev, .ui-datepicker-next {
-    position: absolute;
-    top: 9px;
+       position: absolute;
+       top: 9px;
        cursor: pointer;
 }
 .ui-datepicker-prev {
-    left: 6px;
+       left: 6px;
 }
 .ui-datepicker-next {
-    right: 6px;
+       right: 6px;
 }
 .ui-datepicker-title {
-    line-height: 1.8em;
-    margin: 0 30px;
-    text-align: center;
+       line-height: 1.8em;
+       margin: 0 30px;
+       text-align: center;
        font-weight: bold;
 }
 .ui-datepicker-calendar {
@@ -559,35 +559,35 @@ a.elgg-button {
 }
 .ui-datepicker th {
        border: none;
-    font-weight: bold;
-    padding: 5px 6px;
-    text-align: center;
+       font-weight: bold;
+       padding: 5px 6px;
+       text-align: center;
 }
 .ui-datepicker td {
        padding: 1px;
 }
 .ui-datepicker td span, .ui-datepicker td a {
-    display: block;
-    padding: 2px;
+       display: block;
+       padding: 2px;
        line-height: 1.2em;
-    text-align: right;
-    text-decoration: none;
+       text-align: right;
+       text-decoration: none;
 }
 .ui-datepicker-calendar .ui-state-default {
        border: 1px solid #ccc;
-    color: #555;
+       color: #555;
        background: #fafafa;
 }
 .ui-datepicker-calendar .ui-state-hover {
        border: 1px solid #aaa;
-    color: #333;
+       color: #333;
        background: #ccc;
 }
 .ui-datepicker-calendar .ui-state-active,
 .ui-datepicker-calendar .ui-state-active.ui-state-hover {
        font-weight: bold;
-    border: 1px solid #999;
-    color: #333;
+       border: 1px solid #999;
+       color: #333;
        background: #ddd;
 }
 
index 6f20ad23cc75cd87eb2f454c8c243c1c423033fb..2fc1564479ea4421ea9d98f554abe501a0c026c0 100644 (file)
@@ -315,20 +315,20 @@ input[type="radio"] {
        color: white;
 }
 .ui-datepicker-prev, .ui-datepicker-next {
-    position: absolute;
-    top: 5px;
+       position: absolute;
+       top: 5px;
        cursor: pointer;
 }
 .ui-datepicker-prev {
-    left: 6px;
+       left: 6px;
 }
 .ui-datepicker-next {
-    right: 6px;
+       right: 6px;
 }
 .ui-datepicker-title {
-    line-height: 1.8em;
-    margin: 0 30px;
-    text-align: center;
+       line-height: 1.8em;
+       margin: 0 30px;
+       text-align: center;
        font-weight: bold;
 }
 .ui-datepicker-calendar {
@@ -337,34 +337,34 @@ input[type="radio"] {
 .ui-datepicker th {
        color: #0054A7;
        border: none;
-    font-weight: bold;
-    padding: 5px 6px;
-    text-align: center;
+       font-weight: bold;
+       padding: 5px 6px;
+       text-align: center;
 }
 .ui-datepicker td {
        padding: 1px;
 }
 .ui-datepicker td span, .ui-datepicker td a {
-    display: block;
-    padding: 2px;
+       display: block;
+       padding: 2px;
        line-height: 1.2em;
-    text-align: right;
-    text-decoration: none;
+       text-align: right;
+       text-decoration: none;
 }
 .ui-datepicker-calendar .ui-state-default {
        border: 1px solid #ccc;
-    color: #4690D6;;
+       color: #4690D6;;
        background: #fafafa;
 }
 .ui-datepicker-calendar .ui-state-hover {
        border: 1px solid #aaa;
-    color: #0054A7;
+       color: #0054A7;
        background: #eee;
 }
 .ui-datepicker-calendar .ui-state-active,
 .ui-datepicker-calendar .ui-state-active.ui-state-hover {
        font-weight: bold;
-    border: 1px solid #0054A7;
-    color: #0054A7;
+       border: 1px solid #0054A7;
+       color: #0054A7;
        background: #E4ECF5;
 }