summaryrefslogtreecommitdiff
path: root/plugins/MobileProfile/mp-screen.css
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-10-05 11:04:32 +0000
committerSarven Capadisli <csarven@status.net>2009-10-05 11:04:32 +0000
commit676f681d22bcb1d4b3b3b4216622d2cbf7f637c3 (patch)
tree1453ad25ca9b37d8edb1ed3e2a614362f61a5f86 /plugins/MobileProfile/mp-screen.css
parent5c01501f5534fed7d0ec32ac4a33396bd99f508d (diff)
Init mobile profile screen stylesheet. It reuses base and identica
themes. The handheld stylesheet could import this stylesheet as well.
Diffstat (limited to 'plugins/MobileProfile/mp-screen.css')
-rw-r--r--plugins/MobileProfile/mp-screen.css61
1 files changed, 61 insertions, 0 deletions
diff --git a/plugins/MobileProfile/mp-screen.css b/plugins/MobileProfile/mp-screen.css
index 5aec3c372..9ed3a1900 100644
--- a/plugins/MobileProfile/mp-screen.css
+++ b/plugins/MobileProfile/mp-screen.css
@@ -1,2 +1,63 @@
@import url(../../theme/base/css/display.css);
@import url(../../theme/identica/css/display.css);
+
+#wrap {
+min-width:0;
+max-width:100%;
+}
+
+#header {
+margin:2%;
+}
+
+address {
+margin:0 1% 0;
+}
+address .vcard .photo {
+margin-right:0;
+}
+
+#site_nav_global_primary {
+margin-right:0;
+width:35%;
+list-style-type:none;
+}
+#site_nav_global_primary li {
+margin-left:3%;
+}
+
+/*Remove this from HTML*/
+#form_notice label[for=notice_data-text] {
+display:none;
+}
+
+#form_notice {
+width:100%;
+}
+
+#site_nav_local_views li {
+margin-left:1px;
+margin-right:0;
+}
+#site_nav_local_views li:first-child {
+margin-left:0;
+}
+#site_nav_local_views a {
+padding:0 3%;
+display:block;
+}
+#site_nav_local_views .current a {
+text-shadow:none;
+}
+#site_nav_local_views li {
+-moz-box-shadow:none;
+-webkit-box-shadow:none;
+box-shadow:none;
+}
+
+
+#content {
+width:96.41%;
+}
+
+