projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09bafa1
)
Reduced some margin-bottoms
author
Sarven Capadisli
<csarven@status.net>
Thu, 15 Oct 2009 14:59:21 +0000
(14:59 +0000)
committer
Sarven Capadisli
<csarven@status.net>
Thu, 15 Oct 2009 14:59:21 +0000
(14:59 +0000)
plugins/MobileProfile/mp-screen.css
patch
|
blob
|
history
diff --git
a/plugins/MobileProfile/mp-screen.css
b/plugins/MobileProfile/mp-screen.css
index 468d6b32c269df6ff9140c4deab2765e0b7b87c4..15ec76339c8e6e443441cbf9d0a0d9b7f55bf183 100644
(file)
--- a/
plugins/MobileProfile/mp-screen.css
+++ b/
plugins/MobileProfile/mp-screen.css
@@
-32,11
+32,19
@@
margin-right:7px;
}
+.form_settings fieldset {
+margin-bottom:7px;
+}
+
.form_settings label {
width:auto;
display:block;
float:none;
}
+.form_settings .form_data li {
+margin-bottom:7px;
+}
+
.form_settings .form_data textarea,
.form_settings .form_data select,
.form_settings .form_data input {
@@
-146,6
+154,11
@@
min-height:auto;
border:0;
}
+.instructions p,
+.instructions ul {
+margin-bottom:4px;
+}
+
h1 {
margin-bottom:0;
}