diff options
author | rvelices <rv-github@modusoptimus.com> | 2013-10-30 06:35:08 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2013-10-30 06:35:08 +0000 |
commit | 5ba350a8dc852caeafd626620d8a97a45e19275c (patch) | |
tree | 52b38462775376e9894dc87854cbe201b55e885f /themes/default/theme.css | |
parent | e0518947f3bdf59c85f04366c6e161132a6c1c70 (diff) |
simplified clandar bar template and css (also better alignment)
git-svn-id: http://piwigo.org/svn/trunk@25232 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/theme.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index de7f2bafa..1207c46b7 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -140,14 +140,13 @@ margin: 5px 5px 0 0; } -.calItem, .calItemEmpty { +.calItem { font-weight: bold; margin: 0 1px; + padding: 0 1px; border: 1px solid gray; } -.calItem A { text-decoration:none } - .calendarCalBar { margin: 10px; } @@ -664,7 +663,7 @@ IMG.ui-datepicker-trigger { */ /* So that non-links are slightly greyed out */ -.content .navigationBar, .calItemEmpty, TD.calDayCellEmpty { +.content .navigationBar, SPAN.calItem, TD.calDayCellEmpty { color: #b0b0b0; } |