tweak monthview css, bit more friendly for mobile view.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 18 Nov 2010 05:50:51 +0000 (00:50 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 18 Nov 2010 05:50:51 +0000 (00:50 -0500)
kronolith/themes/mobile.css

index 4f84499..1940979 100644 (file)
     position: relative;
 }
 #kronolithMinical {
-/*    top: 15px;*/
 }
 .kronolithMinical table {
     width: 100%;
-    border-spacing: 1px;
+    border-spacing: 0;
 }
 .kronolithMinical caption, #kronolithBody .kronolithMinical caption {
     position: relative;
     border: 1px #999 solid !important;
 }
 .kronolithMinical tbody td {
-    width: 16px;
-    height: 16px;
-    line-height: 16px;
-    border: 1px #999 solid;
+    width: 24px;
+    height: 24px;
+    line-height: 24px;
     text-align: center;
     color: #808080;
     empty-cells: show;
 }
 .kronolithMinical .kronolithSelected {
     background-color: #ffc;
+    font-weight: bold;
 }