aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/admin.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-07-01 08:04:04 -0400
committerCash Costello <cash.costello@gmail.com>2012-07-01 08:04:04 -0400
commitd547dd1136ba7142e62f95398fb8af69d0495334 (patch)
tree39b4486ceaf181c3a2d7c9dc22fc77b5a0638c24 /views/default/css/admin.php
parentef553768e2e79bce41d631970d6db19c7b099333 (diff)
downloadelgg-d547dd1136ba7142e62f95398fb8af69d0495334.tar.gz
elgg-d547dd1136ba7142e62f95398fb8af69d0495334.tar.bz2
fixes spaces/tabs issues with date picker css
Diffstat (limited to 'views/default/css/admin.php')
-rw-r--r--views/default/css/admin.php36
1 files changed, 18 insertions, 18 deletions
diff --git a/views/default/css/admin.php b/views/default/css/admin.php
index 5dc15fe3e..0f5c1f677 100644
--- a/views/default/css/admin.php
+++ b/views/default/css/admin.php
@@ -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;
}