summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-10-27 14:59:58 +0100
committerSarven Capadisli <csarven@status.net>2009-10-27 14:59:58 +0100
commit0e029d728429009e7791ae052df4e9998e309fab (patch)
tree5a2cb465088f5a117da31ebffe2155d4c8f10bb3 /theme
parent0fd8e758ade32204b452cc9fd40e071f0ec8c0f6 (diff)
Some CSS updates for FB app
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/facebookapp.css30
1 files changed, 27 insertions, 3 deletions
diff --git a/theme/base/css/facebookapp.css b/theme/base/css/facebookapp.css
index e6b1c9ee5..47c63d823 100644
--- a/theme/base/css/facebookapp.css
+++ b/theme/base/css/facebookapp.css
@@ -5,8 +5,8 @@ font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
#wrap {
background-color:#F0F2F5;
-padding-left:18px;
-padding-right:18px;
+padding-left:1.795%;
+padding-right:1.795%;
width:auto;
}
@@ -15,8 +15,16 @@ h1,h2,h3,h4,h5,h6 {
color:#000;
}
+#header {
+width:131%;
+}
+
#content {
-width:95%;
+width:92.7%;
+}
+
+#aside_primary {
+display:none;
}
#site_nav_local_views a {
@@ -26,6 +34,22 @@ background-color:#D0DFE7;
background-color:#FAFBFC;
}
+#form_notice .form_note + label {
+position:absolute;
+top:25px;
+right:10.5%;
+cursor:pointer;
+text-indent:-9999px;
+width:16px;
+height:16px;
+background:transparent url(../../base/images/icons/icons-01.png) no-repeat 0 -328px;
+}
+
+#form_notice #notice_action-submit {
+height:47px !important;
+}
+
+
span.facebook-button {
border: 2px solid #aaa;
padding: 3px;