gnu-social/plugins/MobileProfile/mp-screen.css

114 lines
1.4 KiB
CSS
Raw Normal View History

@import url(../../theme/base/css/display.css);
@import url(../../theme/identica/css/display.css);
#wrap {
min-width:0;
max-width:100%;
}
#header {
2009-10-09 16:34:57 +01:00
margin:0;
padding:2%;
width:96%;
}
address {
2009-10-09 16:34:57 +01:00
margin:4% 0 0 0;
}
address .vcard .photo {
margin-right:0;
}
2009-10-09 16:34:57 +01:00
address img + .fn {
display:block;
margin-top:6%;
width:100%;
}
.vcard .photo {
margin-right:7px;
}
#site_nav_global_primary {
2009-10-09 16:34:57 +01:00
margin:0;
width:100%;
list-style-type:none;
2009-10-09 16:34:57 +01:00
position:absolute;
top:0;
left:0;
}
#site_nav_global_primary li {
2009-10-09 16:34:57 +01:00
margin-left:0;
margin-right:1%;
float:left;
font-size:0.9em;
}
#form_notice {
width:100%;
}
2009-10-05 17:59:41 +01:00
#form_notice textarea {
2009-10-09 12:31:52 +01:00
width:60%;
height:20px;
2009-10-05 17:59:41 +01:00
}
#notice_text-count {
position:absolute;
bottom:2px;
2009-10-09 12:31:52 +01:00
right:40%;
2009-10-05 17:59:41 +01:00
z-index:9;
}
2009-10-09 16:34:57 +01:00
/*input type=file no good in
iPhone/iPod Touch, Android, Opera Mini Simulator
*/
#form_notice #notice_text-count + label,
2009-10-09 12:31:52 +01:00
#form_notice label[for="notice_data-attach"],
#form_notice #notice_data-attach {
top:0;
2009-10-09 16:34:57 +01:00
/*right:28%; Looks good but no good in iDevice, Android*/
right:40%;
2009-10-09 12:31:52 +01:00
}
#form_notice #notice_action-submit {
width:20%;
right:4%;
text-align:center;
2009-10-05 17:59:41 +01:00
}
#site_nav_local_views li {
2009-10-09 16:34:57 +01:00
margin-left:0;
margin-right:0;
}
#site_nav_local_views li:first-child {
margin-left:0;
}
#site_nav_local_views a {
2009-10-09 16:34:57 +01:00
padding:0;
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%;
}
2009-10-09 13:28:38 +01:00
.notice-options {
width:90px;
margin-right:2%;
}