aboutsummaryrefslogtreecommitdiff
path: root/h-source/Public/Css/mobile.css
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Public/Css/mobile.css')
-rw-r--r--h-source/Public/Css/mobile.css28
1 files changed, 27 insertions, 1 deletions
diff --git a/h-source/Public/Css/mobile.css b/h-source/Public/Css/mobile.css
index f86bc74..efd5750 100644
--- a/h-source/Public/Css/mobile.css
+++ b/h-source/Public/Css/mobile.css
@@ -17,6 +17,16 @@ img
border:0px;
}
+#footer div
+{
+ text-align:center;
+}
+#footer a
+{
+/* text-decoration:none; */
+/* color:#FFF; */
+}
+
.navigation-bar
{
background-color: #015512;
@@ -34,7 +44,7 @@ img
border-top:1px solid #DC143C;
border-bottom:1px solid #DC143C;
}
-.position_tree_box a
+.position_tree_box a, .position_tree_box a.ui-link:visited
{
text-decoration:none;
color:#DC143C;
@@ -44,6 +54,22 @@ img
font-weight:bold;
}
+.credits_item_title
+{
+ margin:15px 5px 5px 5px;
+ padding:5px;
+ padding-left:0px;
+ border-bottom:1px solid #228B22;
+ font-weight:bold;
+}
+.credits_item_description
+{
+ padding:5px;
+ padding-left:0px;
+ margin:5px;
+ overflow:hidden;
+ width:100%;
+}
/*jquery mobile*/
.ui-bar-a {