(no commit message)
authoralison benjamin <radiocontrolled@gmail.com>
Tue, 16 Aug 2011 12:38:06 +0000 (12:38 -0000)
committeralison benjamin <radiocontrolled@gmail.com>
Tue, 16 Aug 2011 12:38:06 +0000 (12:38 -0000)
docs/themes/mobile/tablet.css

index e6661a5..73c2334 100644 (file)
@@ -204,6 +204,9 @@ h1 {
 
 h2 {
     font-size: 150%;
+}
+h2.page-title{
+
 }
 #subnavbacktopage{
        padding: .313em;
@@ -1334,18 +1337,24 @@ ul#home-links, ul#home-detail-links {
 }
 .current_list{
        width: 95%;
-       padding: 0 0.375em;
+       padding: 0.375em;
 }
 .current_list li{
        list-style-type: none;
-       padding:0;
+       font-style: bold;
+       padding-bottom: .5em;
+       padding-left: .5em;
        margin:0;
 }
+.current_list_date_time{
+       font-size: 65%;
+}
 .current_list img{
 }
 
-#show-all{
+#show-all, #show-pages{
        text-align: center;
+       
 }
 /* enrollment tabs */
 #navlist {
@@ -1520,6 +1529,7 @@ fieldset.group_form{
        padding:.313em;
        margin: .313em;
        border: 1px #A9ADB0 solid;
+       background-color: white;
 }
 
 legend.group_form{
@@ -2440,57 +2450,3 @@ ul.sequence-links li a:active:before {
        padding-top: 2em;
        font-size: 80%;
 }
-
-/* ADD
-------------------------------------------------------------------------------------------------------------------------------- */
-
-.add a:before {
-    width:16px; 
-    height:16px; 
-    /* css3 */
-    -webkit-border-radius:16px; 
-    -moz-border-radius:16px; 
-    border-radius:16px;
-}
-
-.add a:after {
-    left:3px; 
-    width:10px; 
-    height:2px; 
-    margin-top:-1px; 
-    background:#fff;
-}
-
-.add:before {
-    z-index:10; 
-    left:7px; 
-    width:2px; 
-    height:10px; 
-    margin-top:-5px;
-    background:#fff;
-}
-
-/* Alternative style */
-
-.add-alt a:before {
-    left:6px; 
-    width:5px; 
-    height:15px; 
-    margin-top:-7px;
-    background:#c55500;
-}
-
-.add-alt a:after {
-    left:1px; 
-    width:15px; 
-    height:5px; 
-    margin-top:-2px; 
-    background:#c55500;
-}
-
-.add-alt a:hover:after, 
-.add-alt a:focus:after, 
-.add-alt a:active:after {
-    background:#730800;
-}
-